diff --git a/src/app/page.tsx b/src/app/page.tsx index 710b1f5..daa5297 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,18 +2,18 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardThree from '@/components/sections/blog/BlogCardThree'; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { History, Smile, Wheat } from "lucide-react"; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { History, Smile, Wheat, MapPin, Award, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -33,441 +33,136 @@ export default function LandingPage() {