Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-26 22:14:49 +00:00

View File

@@ -55,7 +55,7 @@ export default function BakeryPage() {
background={{ variant: "radial-gradient" }}
dashboard={{
title: "Today's Fresh Selection", logoIcon: UtensilsCrossed,
imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg", imageAlt: "Fresh artisan bakery display", buttons: [
imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg?_wi=1", imageAlt: "Fresh artisan bakery display", buttons: [
{ text: "View Menu", href: "#products" },
{ text: "Contact Us", href: "#contact" }
],
@@ -129,7 +129,7 @@ export default function BakeryPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Classic Sourdough Loaf", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg", imageAlt: "Classic sourdough loaf"
id: "1", name: "Classic Sourdough Loaf", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg?_wi=2", imageAlt: "Classic sourdough loaf"
},
{
id: "2", name: "Butter Croissant (3-pack)", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/croissants-sugar_1220-102.jpg", imageAlt: "Golden butter croissants"
@@ -179,19 +179,19 @@ export default function BakeryPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "The sourdough is absolutely incredible! I've tried bakeries all over the city, and nothing compares. Fresh, flavorful, and worth every penny.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-big-smile-her-face-after-big-shopping_329181-18748.jpg", imageAlt: "Sarah Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-big-smile-her-face-after-big-shopping_329181-18748.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "James Rodriguez", handle: "@jamesrodriguez", testimonial: "I order their croissants every Friday for the office. My team raves about them. Fast delivery and consistently excellent quality.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "James Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1", imageAlt: "James Rodriguez"
},
{
id: "3", name: "Emma Thompson", handle: "@emmathompson", testimonial: "Custom cakes for my daughter's birthday were stunning and delicious. The team went above and beyond to make it perfect. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-big-smile-her-face-after-big-shopping_329181-18748.jpg", imageAlt: "Emma Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-big-smile-her-face-after-big-shopping_329181-18748.jpg?_wi=2", imageAlt: "Emma Thompson"
},
{
id: "4", name: "Michael Chen", handle: "@mchen", testimonial: "Supporting a local bakery that actually cares about quality. Every morning, I grab fresh bread before work. It's become part of my routine.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Michael Chen"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", imageAlt: "Michael Chen"
}
]}
/>