From 66a0d80e975a78b7d99d117aa51d338e8c48956e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 07:42:06 +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 baa2daf..dc3b4bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Droplet, Heart, Leaf, ShieldCheck, Sparkles, Utensils, HeartHandshake, Brush, HatChef, ScanText, Microscope } from "lucide-react"; +import { Award, Droplet, Heart, Leaf, ShieldCheck, Sparkles, Utensils, HeartHandshake, Brush, ChefHat, ScanText, Microscope } from "lucide-react"; export default function LandingPage() { return ( @@ -145,7 +145,7 @@ export default function LandingPage() { icon: Brush, text: "Meticulous Detail"}, { - icon: HatChef, + icon: ChefHat, text: "Expert Bakers"}, ], reverse: true -- 2.49.1