From dd87a84da051447e7d80e7a44aa586102e114f0e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 01:23:23 +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 a5ff4e1..b3e3f92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Apple, BookOpen, Globe, Leaf, Truck, Users, Wheat, Seed, HeartHandshake, Warehouse } from "lucide-react"; +import { Apple, BookOpen, Globe, Leaf, Truck, Users, Wheat, Sprout, HeartHandshake, Warehouse } from "lucide-react"; export default function LandingPage() { return ( @@ -108,7 +108,7 @@ export default function LandingPage() { icon: Leaf, text: "No pesticides"}, { - icon: Seed, + icon: Sprout, text: "Non-GMO seeds"}, { icon: HeartHandshake,