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