diff --git a/src/app/page.tsx b/src/app/page.tsx index 305a4a9..2277a55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,188 +1,77 @@ -"use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; -import SplitAbout from "@/components/sections/about/SplitAbout"; -import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FooterBaseSocial from "@/components/sections/footer/FooterBaseSocial"; -import { Youtube, Twitter, Linkedin } from "lucide-react"; +'use client'; -export default function LandingPage() { +import { ThemeProvider } from '@/providers/ThemeProvider'; +import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; +import { Sparkles } from 'lucide-react'; + +export default function Home() { return ( - + -
- -
- -
- -
- -
- -
- -
- console.log("Email submitted:", email)} - /> -
- -