From b5c83b3f49c8ad8c1054c98298019aae4da37ef5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:36:24 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 277 ++++++++++------------------------------------- 1 file changed, 60 insertions(+), 217 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 909d86a..d0dd758 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award } from "lucide-react"; +import { Award, ShoppingBag, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,11 @@ export default function LandingPage() {