diff --git a/src/app/page.tsx b/src/app/page.tsx index ebb2196..b85019f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { Salad, Sparkles, ChefHat, Leaf, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -24,252 +25,107 @@ export default function LandingPage() {