From 52a6667f47d86911ee78efcac9f72137fcb990fc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:46:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 036b65a..fb5d210 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Carrot, Clock, Heart, Leaf, MapPin, Pizza, Salad, ScrollText, Seedling, Sparkles, Star, Truck, Utensils } from "lucide-react"; +import { Carrot, Clock, Heart, Leaf, MapPin, Pizza, Salad, ScrollText, Sparkles, Star, Truck, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -147,7 +147,7 @@ export default function LandingPage() { icon: Carrot, text: "Freshly Sourced"}, { - icon: Seedling, + icon: Leaf, text: "Sustainable Choices"}, ], reverse: true