From 43fdf49bcda9171a031f0a8da81234d18fc8690b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:04:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 241 +++++++++++------------------------------------ 1 file changed, 54 insertions(+), 187 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fd4968..4d63009 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,17 +32,11 @@ export default function LandingPage() { @@ -51,41 +45,26 @@ export default function LandingPage() {
@@ -98,59 +77,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Ana García", - role: "Cliente habitual", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", - }, + id: "1", name: "Ana García", role: "Cliente habitual", company: "Local", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg"}, { - id: "2", - name: "Carlos Ruiz", - role: "Foodie", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", - }, + id: "2", name: "Carlos Ruiz", role: "Foodie", company: "Local", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg"}, { - id: "3", - name: "Elena Torres", - role: "Crítica", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891048.jpg", - }, + id: "3", name: "Elena Torres", role: "Crítica", company: "Local", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891048.jpg"}, { - id: "4", - name: "Javier López", - role: "Turista", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517446.jpg", - }, + id: "4", name: "Javier López", role: "Turista", company: "Local", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517446.jpg"}, { - id: "5", - name: "Sofía Martín", - role: "Local", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-entrepreneur-sitting-table-cafe_1262-17235.jpg", - }, + id: "5", name: "Sofía Martín", role: "Local", company: "Local", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-female-entrepreneur-sitting-table-cafe_1262-17235.jpg"}, ]} kpiItems={[ { - value: "4.7/5", - label: "Rating medio", - }, + value: "4.7/5", label: "Rating medio"}, { - value: "500+", - label: "Reseñas", - }, + value: "500+", label: "Reseñas"}, { - value: "100%", - label: "Pasión", - }, + value: "100%", label: "Pasión"}, ]} title="Una experiencia que engancha" description="Lo que dicen nuestros comensales más exigentes." @@ -159,64 +107,29 @@ export default function LandingPage() { @@ -328,8 +206,7 @@ export default function LandingPage() {