diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e890d3..0bce0a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import ProductCardThree from '@/components/sections/ecommerce/ProductDetailCard'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { Star, Package, ShieldCheck, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,232 +30,113 @@ export default function LandingPage() { >
-
-
-
-
-
-
-
-