From 96f41fa53f3d4b3daac78bdcbdd8e0e3c6562ab5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 15:58:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e30803..cb50fd9 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, Bread, Sandwich, Slice, Wheat, Pipette } from "lucide-react"; +import { Award, Book, CakeSlice, Cookie, CookingPot, Croissant, Leaf, Mail, Salad, Star, Users, Wheat, Pipette, Drumstick, Cheese } from "lucide-react"; export default function LandingPage() { return ( @@ -132,13 +132,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/turkey-breast-cranberry-jam-sandwich-lunch_1147-6.jpg", imageAlt: "Gourmet sandwich"}, items: [ { - icon: Bread, + icon: Wheat, text: "Freshly Baked Bread"}, { - icon: Sandwich, + icon: Drumstick, text: "Premium Cold Cuts"}, { - icon: Slice, + icon: Cheese, text: "Artisanal Cheeses"}, ], reverse: false -- 2.49.1