diff --git a/src/app/page.tsx b/src/app/page.tsx index cfd3b03..86eae75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,13 +1,15 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroCentered from "@/components/sections/hero/HeroCentered"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import Link from "next/link"; -import { Mail } from "lucide-react"; +import { ThemeProvider } from "@/components/theme/ThemeProvider"; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; +import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterCard from "@/components/sections/footer/FooterCard"; +import { Sparkles, Hexagon, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send, Twitter, Linkedin } from "lucide-react"; -const HomePage = () => { +export default function Home() { return ( { cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="glass" - headingFontWeight="bold" + headingFontWeight="semibold" > - +
-
-
- +
+ +
+ +
+ +
+ console.log("Email:", email)} + /> +
+ +
); -}; - -export default HomePage; +}