This commit is contained in:
2024-11-21 17:11:28 -05:00
parent e775d88460
commit 780f3ca8be
2 changed files with 4 additions and 5 deletions

View File

@@ -1,11 +1,10 @@
import FeaturesSection from "../components/FeaturesSection";
import About from "../components/About";
import Contact from "../components/Contact";
import FeaturesSection from "../components/FeaturesSection";
import Footer from "../components/Footer ";
import Header from "../components/Header";
import Hero from "../components/Hero";
import Contact from "../components/Contact";
import Footer from "../components/Footer ";
import Navbar from "../components/Navbar"
import { ChakraProvider } from "@chakra-ui/react";
import Navbar from "../components/Navbar";
export default async function Home() {