Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-07 21:24:30 +00:00
parent 0b9e43d91f
commit c27feff3db

View File

@@ -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,