diff --git a/src/app/page.tsx b/src/app/page.tsx index b911840..c6e9988 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroLogoBlock from '@/components/sections/hero/HeroLogoBlock'; -import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Sparkles, Heart } from "lucide-react"; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import { Sparkles, Heart, Quote, Star, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -42,73 +42,47 @@ export default function LandingPage() {
-
-
-
-
-
- ); -} +} \ No newline at end of file