Bob AI: fix build errors (attempt 2)
This commit is contained in:
@@ -6,37 +6,25 @@ export default function TestimonialsSection() {
|
||||
<TestimonialQuoteCards
|
||||
tag="Testimonials"
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our happy customers about their experience at Aroma Bliss Cafe."
|
||||
items={[
|
||||
description="Read what our community has to say about their experience at Aroma Bliss Cafe."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Jenkins",
|
||||
role: "Local Resident",
|
||||
quote: "The best coffee in town! I come here every morning.",
|
||||
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=800"
|
||||
quote: "Aroma Bliss Cafe is my daily go-to. The coffee is always perfect, and the atmosphere is so welcoming.",
|
||||
imageSrc: ""
|
||||
},
|
||||
{
|
||||
name: "Michael Rodriguez",
|
||||
role: "Freelance Designer",
|
||||
quote: "Aroma Bliss is my go-to workspace. Great Wi-Fi, amazing pastries, and the staff always makes me feel at home.",
|
||||
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=800"
|
||||
name: "Michael Chen",
|
||||
role: "Freelancer",
|
||||
quote: "I love working from here. The Wi-Fi is fast, the pastries are delicious, and the staff always remembers my order.",
|
||||
imageSrc: ""
|
||||
},
|
||||
{
|
||||
name: "Emily Chen",
|
||||
role: "Coffee Enthusiast",
|
||||
quote: "I consider myself a coffee snob, and their pour-over is genuinely one of the best I've had in the city.",
|
||||
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=800"
|
||||
},
|
||||
{
|
||||
name: "David Kim",
|
||||
role: "Local Business Owner",
|
||||
quote: "We cater all our office meetings from Aroma Bliss. The quality is consistently excellent and the service is prompt.",
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800"
|
||||
},
|
||||
{
|
||||
name: "Jessica Taylor",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Student",
|
||||
quote: "The perfect place to study! The matcha latte is incredible and the ambient noise is just right for focusing.",
|
||||
imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?w=800"
|
||||
quote: "The best matcha latte in town! It's the perfect spot to catch up with friends or study for exams.",
|
||||
imageSrc: ""
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user