From 4baf7ad5f6b4f3d09cbd3842e8f3f3e4ca86e8a2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:32:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e59e91a..623782a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function ArtisanBakeryPage() { { text: "View Our Menu", href: "products" }, { text: "Visit Us Today", href: "contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/active-rye-wheat-sourdough-starter-glass-jar-ingredient-flour-freshly-baked-whole-grain-bread-laid-out-table_166373-2179.jpg" + imageSrc="http://img.b2bpic.net/free-photo/active-rye-wheat-sourdough-starter-glass-jar-ingredient-flour-freshly-baked-whole-grain-bread-laid-out-table_166373-2179.jpg?_wi=1" imageAlt="Freshly baked artisan breads and pastries display" mediaAnimation="blur-reveal" containerClassName="max-w-7xl mx-auto px-4" @@ -79,7 +79,7 @@ export default function ArtisanBakeryPage() { }, { id: "custom-cake", brand: "Artisan Bakery", name: "Custom Celebration Cake", price: "$45.00", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wedding-cake_181624-44128.jpg", imageAlt: "Beautifully decorated custom celebration cake" + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wedding-cake_181624-44128.jpg?_wi=1", imageAlt: "Beautifully decorated custom celebration cake" } ]} containerClassName="max-w-7xl mx-auto px-4" @@ -115,11 +115,11 @@ export default function ArtisanBakeryPage() { }, { id: 2, - title: "Daily Fresh Baking", description: "Every morning, our expert bakers craft fresh batches of breads, pastries, and cakes. Experience the warmth and aroma of items baked just hours before.", imageSrc: "http://img.b2bpic.net/free-photo/active-rye-wheat-sourdough-starter-glass-jar-ingredient-flour-freshly-baked-whole-grain-bread-laid-out-table_166373-2179.jpg", imageAlt: "Bakery display with fresh daily baked goods" + title: "Daily Fresh Baking", description: "Every morning, our expert bakers craft fresh batches of breads, pastries, and cakes. Experience the warmth and aroma of items baked just hours before.", imageSrc: "http://img.b2bpic.net/free-photo/active-rye-wheat-sourdough-starter-glass-jar-ingredient-flour-freshly-baked-whole-grain-bread-laid-out-table_166373-2179.jpg?_wi=2", imageAlt: "Bakery display with fresh daily baked goods" }, { id: 3, - title: "Custom Creations", description: "Celebrate life's special moments with our custom cakes and specialty items. From birthdays to weddings, we bring your vision to delicious life.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wedding-cake_181624-44128.jpg", imageAlt: "Custom decorated celebration cakes" + title: "Custom Creations", description: "Celebrate life's special moments with our custom cakes and specialty items. From birthdays to weddings, we bring your vision to delicious life.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wedding-cake_181624-44128.jpg?_wi=2", imageAlt: "Custom decorated celebration cakes" } ]} containerClassName="max-w-7xl mx-auto px-4"