From c27feff3db7d186cc545d6887b43da90e8ad423d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 21:24:30 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 40d311d..5bddd39 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento'; import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialAvatarCard from '@/components/sections/testimonial/TestimonialAvatarCard'; -import { Apple, BirthdayCake, ChefHat, Cookie, CookingPot, Dough, Egg, Heart, Leaf, Microwave, Milk, Sparkles, Thermometer, Timer, Weight, Wheat } from "lucide-react"; +import { Apple, ChefHat, Cookie, CookingPot, Egg, Heart, Leaf, Microwave, Milk, Sparkles, Thermometer, Timer, Weight, Wheat, Circle } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -96,7 +96,7 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-wood_1339-6722.jpg", title: "Decadent Chocolate Cake", tags: "Rich & Indulgent", details: [ { - icon: BirthdayCake, + icon: Circle, label: "Occasion", value: "Celebration"}, { icon: Sparkles, @@ -161,7 +161,7 @@ export default function HomePage() { { title: "Artisan Baking Techniques", description: "Our bakers combine time-honored traditions with modern expertise for perfect results, every time.", bentoComponent: "tilted-stack-cards", stackCards: [ { - icon: Dough, + icon: Circle, title: "Slow Proofing", subtitle: "Traditional methods", detail: "Enhances flavor & texture"}, { icon: CookingPot,