From 4218804d78312a476a47b2a065d560926f63352b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:16:11 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 69fe735..0cd852c 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -17,30 +17,24 @@ export default function ReviewsPage() { const testimonials = [ { - testimonial: "They were so kind and helpful! The food was also delicious! I've visited Guatelinda Bakery three times now and every visit is better than the last. The staff truly cares about their customers and it shows in the quality of everything they bake.", - rating: 5, - author: "Sarah Miller, Local Customer", - avatars: [ + testimonial: "They were so kind and helpful! The food was also delicious! I've visited Guatelinda Bakery three times now and every visit is better than the last. The staff truly cares about their customers and it shows in the quality of everything they bake.", rating: 5, + author: "Sarah Miller, Local Customer", avatars: [ { src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Sarah Miller" }, { src: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg", alt: "John Davis" }, { src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outside_23-2149042107.jpg", alt: "Maria Rodriguez" }, ], }, { - testimonial: "The sourdough bread is absolutely incredible. I buy it every week and have recommended Guatelinda to all my friends. The crust is perfect and the interior is so flavorful. This is authentic, quality baking at its finest!", - rating: 5, - author: "James Patterson, Food Enthusiast", - avatars: [ + testimonial: "The sourdough bread is absolutely incredible. I buy it every week and have recommended Guatelinda to all my friends. The crust is perfect and the interior is so flavorful. This is authentic, quality baking at its finest!", rating: 5, + author: "James Patterson, Food Enthusiast", avatars: [ { src: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg", alt: "James Patterson" }, { src: "http://img.b2bpic.net/free-photo/beautiful-sincere-happy-girl-smiling-laughing_176420-9693.jpg", alt: "Emma Stone" }, { src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outside_23-2149042107.jpg", alt: "Lisa Chen" }, ], }, { - testimonial: "We ordered custom pastries for our wedding and Rosa and Miguel were absolutely wonderful to work with. The pastries were stunning and delicious. Every guest commented on them. Thank you for making our special day even more special!", - rating: 5, - author: "Jennifer & David Rodriguez, Newlyweds", - avatars: [ + testimonial: "We ordered custom pastries for our wedding and Rosa and Miguel were absolutely wonderful to work with. The pastries were stunning and delicious. Every guest commented on them. Thank you for making our special day even more special!", rating: 5, + author: "Jennifer & David Rodriguez, Newlyweds", avatars: [ { src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outside_23-2149042107.jpg", alt: "Jennifer Rodriguez" }, { src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "David Rodriguez" }, { src: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg", alt: "Best Man" }, @@ -70,9 +64,7 @@ export default function ReviewsPage() { id: item.id, }))} button={{ - text: "Contact Us", - href: "/contact", - }} + text: "Contact Us", href: "tel:+1-605-555-0100"}} animateOnLoad={true} />