Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-12 15:58:44 +00:00

View File

@@ -52,19 +52,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Lucía M.", handle: "@luciam", testimonial: "El café es excelente y la atención es súper cálida.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3945.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3945.jpg?_wi=1"},
{
name: "Pedro G.", handle: "@pedrog", testimonial: "Los mejores sandwiches del barrio, sin duda.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944067.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944067.jpg?_wi=1"},
{
name: "Ana R.", handle: "@anar", testimonial: "Un lugar perfecto para desconectar un rato.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/photo-glad-mixed-race-females-have-interracial-friendship-pose-camera-modern-cell-phone-make-selfie-while-have-rest-cozy-terrace-bar-enjoy-fresh-drinks-people-ethnicity-leisure_273609-3405.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/photo-glad-mixed-race-females-have-interracial-friendship-pose-camera-modern-cell-phone-make-selfie-while-have-rest-cozy-terrace-bar-enjoy-fresh-drinks-people-ethnicity-leisure_273609-3405.jpg?_wi=1"},
{
name: "Marta S.", handle: "@martas", testimonial: "La pastelería fresca es realmente un diferencial.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-takeaway-coffee-cup_23-2147906467.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-takeaway-coffee-cup_23-2147906467.jpg?_wi=1"},
{
name: "Juan L.", handle: "@juanl", testimonial: "Ambiente increíble, se nota el cariño en todo.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg?_wi=1"},
]}
buttons={[
{
@@ -162,19 +162,19 @@ export default function LandingPage() {
testimonials={[
{
id: "t1", name: "Lucía P.", handle: "@lucia", testimonial: "Excelente ambiente y muy buena onda.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3945.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3945.jpg?_wi=2"},
{
id: "t2", name: "Marcos F.", handle: "@marcos", testimonial: "El café es de otro mundo, muy recomendable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944067.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944067.jpg?_wi=2"},
{
id: "t3", name: "Elena R.", handle: "@elena", testimonial: "Siempre vuelvo por los sandwiches, son increíbles.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/photo-glad-mixed-race-females-have-interracial-friendship-pose-camera-modern-cell-phone-make-selfie-while-have-rest-cozy-terrace-bar-enjoy-fresh-drinks-people-ethnicity-leisure_273609-3405.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/photo-glad-mixed-race-females-have-interracial-friendship-pose-camera-modern-cell-phone-make-selfie-while-have-rest-cozy-terrace-bar-enjoy-fresh-drinks-people-ethnicity-leisure_273609-3405.jpg?_wi=2"},
{
id: "t4", name: "Sofía G.", handle: "@sofia", testimonial: "Un lugar muy acogedor y la atención impecable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-takeaway-coffee-cup_23-2147906467.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-takeaway-coffee-cup_23-2147906467.jpg?_wi=2"},
{
id: "t5", name: "Carlos M.", handle: "@carlos", testimonial: "El mejor lugar para desayunar tranquilo.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12122.jpg?_wi=2"},
]}
showRating={true}
title="Lo que dicen nuestros clientes"