From 40770888e92ef2ae632927b8a0202c3de569f0c4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 11:09:36 +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 683c354..24937bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Briefcase, Coffee, Croissant, Facebook, Heart, Instagram, Leaf, Milk, Salad, Sandwich, Smile, Sparkles, Star, Twitter, Wheat, Knife } from "lucide-react"; +import { Award, Briefcase, Coffee, Croissant, Facebook, Heart, Instagram, Leaf, Milk, Salad, Sandwich, Smile, Sparkles, Star, Twitter, Wheat, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -167,7 +167,7 @@ export default function LandingPage() { icon: Salad, text: "Fresh & Organic"}, { - icon: Knife, + icon: Utensils, text: "Handcrafted Flavors"}, { icon: Briefcase, -- 2.49.1