Merge version_6 into main #21
@@ -141,8 +141,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="What Our Customers Love"
|
||||
description="Real words from neighbors who visit us regularly for exceptional coffee, fresh pastries, and our warm, welcoming atmosphere near Pacífico metro."
|
||||
title="Google Maps Reviews - What Our Customers Love"
|
||||
description="Real reviews from Google Maps from our neighbors who visit us regularly for exceptional coffee, fresh pastries, and our warm, welcoming atmosphere near Pacífico metro."
|
||||
tag="Customer Reviews"
|
||||
tagIcon={Star}
|
||||
tagAnimation="opacity"
|
||||
@@ -150,28 +150,40 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "review-1", name: "María García", role: "", company: "\"Excellent coffee and generous portions!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-sitting-coffee-shop_273609-2867.jpg", imageAlt: "María García"
|
||||
id: "lucia-acosta", name: "Lucia Acosta", role: "", company: "\"A welcoming atmosphere perfect after health center visits\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-sitting-coffee-shop_273609-2867.jpg", imageAlt: "Lucia Acosta"
|
||||
},
|
||||
{
|
||||
id: "review-2", name: "Carlos López", role: "Coffee Enthusiast", company: "\"Best specialty drinks in the neighborhood\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-laughing-showing-ok-sign_23-2148859417.jpg", imageAlt: "Carlos López"
|
||||
id: "nacho-h", name: "Nacho H", role: "", company: "\"Excellent coffee and Tres Leches cake!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-laughing-showing-ok-sign_23-2148859417.jpg", imageAlt: "Nacho H"
|
||||
},
|
||||
{
|
||||
id: "review-3", name: "Ana Martín", role: "Pastry Lover", company: "\"The Tres Leches is incredible!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-cupcake_23-2148466342.jpg", imageAlt: "Ana Martín"
|
||||
id: "simena-arias", name: "Simena Arias", role: "", company: "\"Outstanding quality and service\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-cupcake_23-2148466342.jpg", imageAlt: "Simena Arias"
|
||||
},
|
||||
{
|
||||
id: "review-4", name: "Diego Ruiz", role: "Breakfast Regular", company: "\"Perfect spot before work!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-kissing-her-wife-eating-kiwi-with-spoon_23-2147904407.jpg", imageAlt: "Diego Ruiz"
|
||||
id: "karina-boros", name: "Karina Boros", role: "", company: "\"The cinnamon rolls are divine!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-kissing-her-wife-eating-kiwi-with-spoon_23-2147904407.jpg", imageAlt: "Karina Boros"
|
||||
},
|
||||
{
|
||||
id: "review-5", name: "Elena Fernández", role: "Cake Specialist", company: "\"Best cakes in Madrid!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-beautiful-woman-enjoying-party_23-2148946123.jpg", imageAlt: "Elena Fernández"
|
||||
id: "silvia-quesada", name: "Silvia Quesada", role: "", company: "\"Breakfast with salmon and cheese perfection\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-beautiful-woman-enjoying-party_23-2148946123.jpg", imageAlt: "Silvia Quesada"
|
||||
},
|
||||
{
|
||||
id: "review-6", name: "Roberto Sánchez", role: "Post-Visit Comfort Seeker", company: "\"Cozy place to relax and recover\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-student-casual-t-shirt-trendy-hat-listening-new-album-his-favourite-artist-earphones-using-online-music-app-cell-phone_273609-1964.jpg", imageAlt: "Roberto Sánchez"
|
||||
id: "guiomar-cas", name: "Guiomar Cas", role: "", company: "\"Love the Frapuccino and Palmeritas!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-student-casual-t-shirt-trendy-hat-listening-new-album-his-favourite-artist-earphones-using-online-music-app-cell-phone_273609-1964.jpg", imageAlt: "Guiomar Cas"
|
||||
},
|
||||
{
|
||||
id: "ingrid-bello", name: "Ingrid Bello", role: "", company: "\"Friendly staff and excellent toast quality\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-sitting-coffee-shop_273609-2867.jpg", imageAlt: "Ingrid Bello"
|
||||
},
|
||||
{
|
||||
id: "lola-nunez-prado", name: "Lola Núñez Prado", role: "", company: "\"Amazing coffee and bakery offerings!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-laughing-showing-ok-sign_23-2148859417.jpg", imageAlt: "Lola Núñez Prado"
|
||||
},
|
||||
{
|
||||
id: "genesis-gonzalez", name: "genesis gonzalez", role: "", company: "\"Daniela and Maru provide excellent service!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-cupcake_23-2148466342.jpg", imageAlt: "genesis gonzalez"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user