From db4e8d72f5788bf3e91b312e4e30375f05fcd40a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:18:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24d4b65..6336f75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -52,19 +52,19 @@ export default function LandingPage() { testimonials={[ { name: "Carlos M.", handle: "Cliente desde 2022", testimonial: "La mejor experiencia gastronómica de la ciudad. Las carnes son excepcionales y la atención es impecable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32583.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32583.jpg" }, { name: "María G.", handle: "Visitante frecuente", testimonial: "Ambiente elegante, comida exquisita y un equipo profesional. RONDA es el lugar perfecto para ocasiones especiales.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-tomato-wooden-board_140725-9699.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-tomato-wooden-board_140725-9699.jpg" }, { name: "Roberto L.", handle: "CEO Mercedes", testimonial: "Llevo aquí a mis clientes más importantes. La calidad y presentación son inigualables.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dessert-catering_1203-2654.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/dessert-catering_1203-2654.jpg" }, { name: "Sofía T.", handle: "Crítica gastronómica", testimonial: "Un referente en la gastronomía regional. Cada plato es una obra de arte culinaria.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-cook-flipping-burger-buns-roasting-grid-with-tongs_23-2148253382.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-cook-flipping-burger-buns-roasting-grid-with-tongs_23-2148253382.jpg" } ]} buttons={[ @@ -76,7 +76,7 @@ export default function LandingPage() { } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -102,7 +102,7 @@ export default function LandingPage() { title: "Ambiente Elegante y Acogedor", description: "Un espacio sofisticado pero acogedor, diseñado para hacer de cada visita una experiencia memorable.", icon: Sparkles } ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32583.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-decoration_181624-32583.jpg" imageAlt="Interior elegante del restaurante RONDA" mediaAnimation="slide-up" imagePosition="right" @@ -121,16 +121,16 @@ export default function LandingPage() {