From 0bf317f8f25f1322af46781f142125164d806fda Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 21:47:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1a7082..3ad6a71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,19 +170,19 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Alberto Martínez", role: "Cliente", company: "Tenerife", rating: 5, + id: "1", name: "Alberto Martínez", role: "", company: "Tenerife", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", imageAlt: "professional man portrait headshot" }, { - id: "2", name: "María López", role: "Propietaria", company: "Gran Canaria", rating: 5, + id: "2", name: "María López", role: "", company: "Gran Canaria", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-window-shows-different-emotions-mood_78826-2785.jpg", imageAlt: "professional woman portrait headshot" }, { - id: "3", name: "Carlos Rodríguez", role: "Cliente", company: "Lanzarote", rating: 5, + id: "3", name: "Carlos Rodríguez", role: "", company: "Lanzarote", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", imageAlt: "professional man portrait serious" }, { - id: "4", name: "Isabel Fernández", role: "Gerenta", company: "Fuerteventura", rating: 5, + id: "4", name: "Isabel Fernández", role: "", company: "Fuerteventura", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg", imageAlt: "professional woman portrait serious" } ]} @@ -191,6 +191,7 @@ export default function LandingPage() { { value: "4.9★", label: "Calificación promedio" }, { value: "24h", label: "Tiempo de respuesta" } ]} + ratingClassName="text-yellow-400" /> -- 2.49.1