Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 02:39:35 +00:00

View File

@@ -140,16 +140,16 @@ export default function LandingPage() {
description="See what our customers have to say about the quality and freshness of ZZ BAKERS."
testimonials={[
{
id: "1", title: "Best Bread in Town", quote: "ZZ BAKERS has completely changed how I think about bread. The sourdough is absolutely incredible perfectly tangy with an amazing crust. I've become a regular customer and love supporting a local business that truly cares about quality.", name: "Sarah Johnson", role: "Local Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Johnson"
id: "1", title: "Best Bread in Town", quote: "ZZ BAKERS has completely changed how I think about bread. The sourdough is absolutely incredible perfectly tangy with an amazing crust. I've become a regular customer and love supporting a local business that truly cares about quality.", name: "Sarah Johnson", role: "Local Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Johnson"
},
{
id: "2", title: "Authentic Craftsmanship", quote: "Finally, a bakery that understands real baking! The attention to detail in every loaf is evident. My family won't eat bread from anywhere else now. The pastries are divine!", name: "Michael Chen", role: "Restaurant Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen"
id: "2", title: "Authentic Craftsmanship", quote: "Finally, a bakery that understands real baking! The attention to detail in every loaf is evident. My family won't eat bread from anywhere else now. The pastries are divine!", name: "Michael Chen", role: "Restaurant Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Chen"
},
{
id: "3", title: "Fresh Every Single Day", quote: "I wake up excited on mornings when I know ZZ BAKERS is delivering. Their commitment to freshness and organic ingredients means so much to our health-conscious household.", name: "Emily Rodriguez", role: "Nutrition Consultant", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emily Rodriguez"
id: "3", title: "Fresh Every Single Day", quote: "I wake up excited on mornings when I know ZZ BAKERS is delivering. Their commitment to freshness and organic ingredients means so much to our health-conscious household.", name: "Emily Rodriguez", role: "Nutrition Consultant", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Emily Rodriguez"
},
{
id: "4", title: "A Bakery with Heart", quote: "Beyond the amazing taste and quality, what really sets ZZ BAKERS apart is their genuine care for the community. Supporting them feels like supporting a true artisan.", name: "David Kim", role: "Community Leader", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim"
id: "4", title: "A Bakery with Heart", quote: "Beyond the amazing taste and quality, what really sets ZZ BAKERS apart is their genuine care for the community. Supporting them feels like supporting a true artisan.", name: "David Kim", role: "Community Leader", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "David Kim"
}
]}
textboxLayout="default"