Update src/app/page.tsx

This commit is contained in:
2026-03-02 17:51:32 +00:00
parent a3bbd9bdc8
commit a34304d31b

View File

@@ -52,17 +52,17 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-churros-with-hot-chocolate-breakfast-wooden-table_123827-27250.jpg", imageAlt: "Churros recién hechos con chocolate caliente"},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-churros-with-hot-chocolate-breakfast-wooden-table_123827-27250.jpg?_wi=1", imageAlt: "Churros recién hechos con chocolate caliente"},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-view-churros-cup-with-melted-chocolate_23-2148379613.jpg", imageAlt: "Churros tradicionales crujientes"},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-view-churros-cup-with-melted-chocolate_23-2148379613.jpg?_wi=1", imageAlt: "Churros tradicionales crujientes"},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-churros-with-hot-chocolate-breakfast-wooden-table-copy-space_123827-28015.jpg", imageAlt: "Chocolate caliente artesanal"},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-churros-glass-with-blurred-background_23-2148379689.jpg", imageAlt: "Raciones para llevar"},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "Interior acogedor del café"},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=1", imageAlt: "Interior acogedor del café"},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-churros-with-hot-chocolate-breakfast-wooden-table_123827-27250.jpg", imageAlt: "Presentación de nuestros productos"},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-churros-with-hot-chocolate-breakfast-wooden-table_123827-27250.jpg?_wi=2", imageAlt: "Presentación de nuestros productos"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -78,7 +78,7 @@ export default function LandingPage() {
tagIcon={Heart}
tagAnimation="slide-up"
buttons={[{ text: "Ver Menú Completo", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg"
imageSrc="http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=2"
imageAlt="Interior cálido y acogedor de La Calzada"
useInvertedBackground={false}
/>
@@ -101,7 +101,7 @@ export default function LandingPage() {
{
id: "4", title: "Chocolate Caliente", content: "Nuestro chocolate artesanal puede disfrutarse solo o acompañado. Espeso, cremoso y reconfortante. La bebida estrella de invierno. <strong>Taza: 2,75€</strong>"},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-view-churros-cup-with-melted-chocolate_23-2148379613.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-view-churros-cup-with-melted-chocolate_23-2148379613.jpg?_wi=2"
imageAlt="Churros recién hechos"
mediaAnimation="slide-up"
useInvertedBackground={true}