Update src/app/page.tsx
This commit is contained in:
@@ -156,10 +156,10 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Sarah Mitchell", role: "Coffee Enthusiast", testimonial: "Unna has completely transformed my morning routine. The quality and consistency are unmatched. I've tried many specialty coffee shops, and this is truly the best.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m9zch4", imageAlt: "Sarah Mitchell enjoying her coffee", icon: Star
|
||||
id: "testimonial-1", name: "Sarah Mitchell", role: "Coffee Enthusiast", testimonial: "Unna has completely transformed my morning routine. The quality and consistency are unmatched. I've tried many specialty coffee shops, and this is truly the best.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m9zch4&_wi=1", imageAlt: "Sarah Mitchell enjoying her coffee", icon: Star
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "James Chen", role: "Regular Customer", testimonial: "The baristas at Unna are incredibly knowledgeable and passionate. They take time to understand what you're looking for and craft the perfect drink every single time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ih6wkr", imageAlt: "Barista preparing specialty coffee", icon: Star
|
||||
id: "testimonial-2", name: "James Chen", role: "Regular Customer", testimonial: "The baristas at Unna are incredibly knowledgeable and passionate. They take time to understand what you're looking for and craft the perfect drink every single time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ih6wkr&_wi=1", imageAlt: "Barista preparing specialty coffee", icon: Star
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "Emma Rodriguez", role: "Local Business Owner", testimonial: "I bring clients here for important meetings. The ambiance, the coffee quality, and the exceptional service make every visit memorable. Unna is my go-to spot.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7t5dzx", imageAlt: "Friends meeting at Unna coffeeshop", icon: Star
|
||||
@@ -168,10 +168,10 @@ export default function LandingPage() {
|
||||
id: "testimonial-4", name: "David Thompson", role: "Home Brewing Enthusiast", testimonial: "I started buying their beans for home brewing. The transparency about sourcing and flavor profiles has educated me so much. Worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wr0ggu", imageAlt: "Premium specialty coffee blend package", icon: Star
|
||||
},
|
||||
{
|
||||
id: "testimonial-5", name: "Lisa Park", role: "Writer & Remote Worker", testimonial: "This is my favorite place to work from. The WiFi is reliable, the coffee never disappoints, and the atmosphere is perfectly conducive to creativity.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m9zch4", imageAlt: "Customer enjoying coffee at Unna", icon: Star
|
||||
id: "testimonial-5", name: "Lisa Park", role: "Writer & Remote Worker", testimonial: "This is my favorite place to work from. The WiFi is reliable, the coffee never disappoints, and the atmosphere is perfectly conducive to creativity.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m9zch4&_wi=2", imageAlt: "Customer enjoying coffee at Unna", icon: Star
|
||||
},
|
||||
{
|
||||
id: "testimonial-6", name: "Marcus Williams", role: "Specialty Coffee Aficionado", testimonial: "Finally, a coffeeshop that takes coffee seriously. The sourcing practices, roasting expertise, and barista skills show that Unna genuinely cares about excellence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ih6wkr", imageAlt: "Expert barista at work", icon: Star
|
||||
id: "testimonial-6", name: "Marcus Williams", role: "Specialty Coffee Aficionado", testimonial: "Finally, a coffeeshop that takes coffee seriously. The sourcing practices, roasting expertise, and barista skills show that Unna genuinely cares about excellence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ih6wkr&_wi=2", imageAlt: "Expert barista at work", icon: Star
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user