diff --git a/src/app/page.tsx b/src/app/page.tsx index de06e67..e65e7d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Heart, Star } from "lucide-react"; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import { Heart, Star, Phone, MapPin, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -26,163 +26,79 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);