Update src/app/page.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user