Update src/app/page.tsx

This commit is contained in:
2026-06-11 01:23:23 +00:00
parent 4a96074c96
commit dd87a84da0

View File

@@ -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,