From 7038e4bfc7e586a60859fa4451f159706523f81a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 01:08:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 123 ++++++++++++++++++----------------------------- 1 file changed, 47 insertions(+), 76 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2797f7..2b408ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Clock, Users, Zap } from "lucide-react"; +import { Award, Clock, Users, Zap, Coffee, Utensils, Wheat } from "lucide-react"; export default function LandingPage() { return ( @@ -29,14 +29,10 @@ export default function LandingPage() {