Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 19:53:57 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumLargeSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -43,7 +43,7 @@ export default function LandingPage() {
description="Comida casera preparada cada día: pollos asados jugosos, tortillas legendarias y platos tradicionales listos para llevar."
tag="⭐ 4.2 / 5 estrellas — Más de 400 reseñas"
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "canvas-reveal" }}
imageSrc="http://img.b2bpic.net/free-photo/top-view-hands-holding-pie-slices_23-2149598947.jpg"
imageAlt="Rotisserie chickens turning over fire with crispy golden skin"
buttons={[
@@ -60,7 +60,7 @@ export default function LandingPage() {
description="Descubre lo que hace que Asador Palacio del Pollo sea el destino favorito para los amantes del pollo asado tradicional."
tag="Nuestros Secretos"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/roasted-turkey-with-rosemary-orange-slices_23-2151997966.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/roasted-turkey-with-rosemary-orange-slices_23-2151997966.jpg"
imageAlt="Pollo asado perfectamente cocinado"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -93,7 +93,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Asador Palacio", name: "Pollo Asado Tradicional", price: "€12.50", rating: 5,
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/roasted-turkey-with-rosemary-orange-slices_23-2151997966.jpg?_wi=2", imageAlt: "Pollo Asado Tradicional"},
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/roasted-turkey-with-rosemary-orange-slices_23-2151997966.jpg", imageAlt: "Pollo Asado Tradicional"},
{
id: "2", brand: "Asador Palacio", name: "Pollo al Limón", price: "€13.00", rating: 5,
reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-grilled-vegetables-black-board_141793-2999.jpg", imageAlt: "Pollo al Limón"},
@@ -200,7 +200,7 @@ export default function LandingPage() {
{ text: "Pedir Ahora", href: "#" },
]}
buttonAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "canvas-reveal" }}
useInvertedBackground={false}
/>
</div>