From 49aee67896d645b19b0e1c1541acf3382d78d211 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 13:17:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd4e9f2..cb3e711 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Facebook, Fish, Flame, IceCream, Instagram, Leaf, Lemon, Mushroom, Cheese, Chocolate, Sparkles, Twitter, Utensils } from "lucide-react"; +import { Facebook, Fish, Flame, IceCream, Instagram, Leaf, Citrus, Wheat, Candy, Sparkles, Twitter, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -120,7 +120,7 @@ export default function LandingPage() { icon: Leaf, text: "Seasonal Veggies"}, { - icon: Lemon, + icon: Citrus, /* Changed from Lemon */ text: "Citrus Zest"}, ], reverse: false @@ -130,10 +130,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2149865593.jpg", imageAlt: "artistic dessert plating chocolate ganache"}, items: [ { - icon: Mushroom, + icon: Wheat, /* Changed from Mushroom */ text: "Wild Foraged"}, { - icon: Cheese, + icon: Wheat, /* Changed from Cheese */ text: "Parmesan"}, { icon: Leaf, @@ -146,7 +146,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-wine-with-pasta-grape-round-plate_176474-3105.jpg", imageAlt: "delicious handcrafted cocktail bar"}, items: [ { - icon: Chocolate, + icon: Candy, /* Changed from Chocolate */ text: "Rich Dark Chocolate"}, { icon: IceCream,