From 07e0fa8f8a259ea26a3d597ee082a91c18862e00 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 15:59:02 +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 cb50fd9..3b6d902 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Book, CakeSlice, Cookie, CookingPot, Croissant, Leaf, Mail, Salad, Star, Users, Wheat, Pipette, Drumstick, Cheese } from "lucide-react"; +import { Award, Book, CakeSlice, Cookie, CookingPot, Croissant, Leaf, Mail, Salad, Star, Users, Wheat, Pipette, Drumstick, Milk } from "lucide-react"; export default function LandingPage() { return ( @@ -138,7 +138,7 @@ export default function LandingPage() { icon: Drumstick, text: "Premium Cold Cuts"}, { - icon: Cheese, + icon: Milk, text: "Artisanal Cheeses"}, ], reverse: false -- 2.49.1