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