Update src/app/page.tsx
This commit is contained in:
@@ -57,19 +57,19 @@ export default function LandingPage() {
|
||||
description="Smallbatch, naturally fermented bread made fresh daily using heritage techniques and organic ingredients. Taste the difference real sourdough makes."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.", handle: "@SourdoughLover", testimonial: "This is by far the best sourdough I've ever tasted! The crust is perfect, and the crumb is so moist and flavorful. Truly a masterpiece.", rating: 5,
|
||||
name: "Sarah J.", handle: "@SourdoughLover", quote: "This is by far the best sourdough I've ever tasted! The crust is perfect, and the crumb is so moist and flavorful. Truly a masterpiece.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baker-holding-fresh-bread_1398-831.jpg", imageAlt: "Sarah J. customer"},
|
||||
{
|
||||
name: "Mark T.", handle: "@BreadEnthusiast", testimonial: "I'm always looking for authentic sourdough, and The Sourdough Bakehouse delivers! The texture and tang are just incredible. Highly recommend.", rating: 5,
|
||||
name: "Mark T.", handle: "@BreadEnthusiast", quote: "I'm always looking for authentic sourdough, and The Sourdough Bakehouse delivers! The texture and tang are just incredible. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-american-african-lady-grey-fitness-clothes-eating-green-ap_1258-105312.jpg", imageAlt: "Mark T. customer"},
|
||||
{
|
||||
name: "Emily R.", handle: "@HealthyEats", testimonial: "Knowing it's made with organic ingredients and heritage techniques makes it even better. My family loves it for breakfast and dinner!", rating: 5,
|
||||
name: "Emily R.", handle: "@HealthyEats", quote: "Knowing it's made with organic ingredients and heritage techniques makes it even better. My family loves it for breakfast and dinner!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg", imageAlt: "Emily R. customer"},
|
||||
{
|
||||
name: "David L.", handle: "@FoodieFinds", testimonial: "Absolutely sublime! The deep flavor and chewy texture are everything you could ask for in a true sourdough. My new go-to bakery.", rating: 5,
|
||||
name: "David L.", handle: "@FoodieFinds", quote: "Absolutely sublime! The deep flavor and chewy texture are everything you could ask for in a true sourdough. My new go-to bakery.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-eating-cake-closeup-girl-is-enjoying-cake_169016-60415.jpg", imageAlt: "David L. customer"},
|
||||
{
|
||||
name: "Grace K.", handle: "@MorningRitual", testimonial: "Starting my day with a slice of this sourdough is pure bliss. It's consistently fresh, delicious, and perfectly crusty.", rating: 5,
|
||||
name: "Grace K.", handle: "@MorningRitual", quote: "Starting my day with a slice of this sourdough is pure bliss. It's consistently fresh, delicious, and perfectly crusty.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-girl-looks-freshly-baked-croissant-anticipation-portrait-lady-orange-beret-white-skirt-red-wall_197531-14349.jpg", imageAlt: "Grace K. customer"},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -196,19 +196,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Ava Sterling", role: "Local Food Critic", company: "Taste Magazine", rating: 5,
|
||||
testimonial: "The Sourdough Bakehouse truly elevates the art of bread-making. Each loaf is a culinary delight, rich in flavor and perfectly textured. A must-try!", imageSrc: "http://img.b2bpic.net/free-photo/food-bakery-pastry-cute-teenage-girl-holding-chocolate-croissant-keeping-strict-diet-helping-herself-with-sweet-dessert-without-remorse-afraid-get-extra-weight-showing-ok-gesture_343059-4786.jpg", imageAlt: "Ava Sterling"},
|
||||
quote: "The Sourdough Bakehouse truly elevates the art of bread-making. Each loaf is a culinary delight, rich in flavor and perfectly textured. A must-try!", imageSrc: "http://img.b2bpic.net/free-photo/food-bakery-pastry-cute-teenage-girl-holding-chocolate-croissant-keeping-strict-diet-helping-herself-with-sweet-dessert-without-remorse-afraid-get-extra-weight-showing-ok-gesture_343059-4786.jpg", imageAlt: "Ava Sterling"},
|
||||
{
|
||||
id: "t2", name: "Ben Carter", role: "Restaurant Owner", company: "The Gilded Spoon", rating: 5,
|
||||
testimonial: "We use their sourdough exclusively in our restaurant. Our customers rave about the quality, and it perfectly complements our artisanal dishes.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-chef-wearing-glasses-uniform-cap-holding-apple-near-head-looking-side-getting-ready-throw-it-isolated-purple-background_141793-138432.jpg", imageAlt: "Ben Carter"},
|
||||
quote: "We use their sourdough exclusively in our restaurant. Our customers rave about the quality, and it perfectly complements our artisanal dishes.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-chef-wearing-glasses-uniform-cap-holding-apple-near-head-looking-side-getting-ready-throw-it-isolated-purple-background_141793-138432.jpg", imageAlt: "Ben Carter"},
|
||||
{
|
||||
id: "t3", name: "Chloe Dawson", role: "Home Baker", company: "Independent", rating: 5,
|
||||
testimonial: "Even as an avid home baker, I can't replicate the perfection of these loaves. The consistent quality and exquisite taste keep me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-brown-bra-big-white-earrings-smiles-widely-rests-street-cafe-summer_197531-18191.jpg", imageAlt: "Chloe Dawson"},
|
||||
quote: "Even as an avid home baker, I can't replicate the perfection of these loaves. The consistent quality and exquisite taste keep me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-brown-bra-big-white-earrings-smiles-widely-rests-street-cafe-summer_197531-18191.jpg", imageAlt: "Chloe Dawson"},
|
||||
{
|
||||
id: "t4", name: "Daniel Evans", role: "Corporate Client", company: "Innovate Corp", rating: 5,
|
||||
testimonial: "Their catering for our corporate events is always a hit. The sourdough platters are a fresh and healthy option that everyone enjoys. Professional and delicious!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-with-reviews_23-2149394417.jpg", imageAlt: "Daniel Evans"},
|
||||
quote: "Their catering for our corporate events is always a hit. The sourdough platters are a fresh and healthy option that everyone enjoys. Professional and delicious!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-with-reviews_23-2149394417.jpg", imageAlt: "Daniel Evans"},
|
||||
{
|
||||
id: "t5", name: "Fiona Green", role: "Community Leader", company: "Green Acres Market", rating: 5,
|
||||
testimonial: "Supporting local businesses is important, and when the product is this good, it's a joy. The Sourdough Bakehouse is a treasure in our community.", imageSrc: "http://img.b2bpic.net/free-photo/french-woman-cafe-drinking-latte-eating-croissant_1303-25709.jpg", imageAlt: "Fiona Green"},
|
||||
quote: "Supporting local businesses is important, and when the product is this good, it's a joy. The Sourdough Bakehouse is a treasure in our community.", imageSrc: "http://img.b2bpic.net/free-photo/french-woman-cafe-drinking-latte-eating-croissant_1303-25709.jpg", imageAlt: "Fiona Green"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our passionate community who share our love for artisanal sourdough. Their words speak to the quality and care in every loaf."
|
||||
|
||||
Reference in New Issue
Block a user