Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-12 15:57:45 +00:00

View File

@@ -64,35 +64,35 @@ export default function LandingPage() {
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={[
@@ -267,7 +267,7 @@ export default function LandingPage() {
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",
@@ -275,7 +275,7 @@ export default function LandingPage() {
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",
@@ -283,7 +283,7 @@ export default function LandingPage() {
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",
@@ -291,7 +291,7 @@ export default function LandingPage() {
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",
@@ -299,7 +299,7 @@ export default function LandingPage() {
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}