Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 16:47:01 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-selection-sauces-cutlery_23-2148784861.jpg", imageAlt: "Delicioso pollo frito crujiente de Fried Chicken"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-matcha-tea-scene_23-2151844282.jpg?_wi=1", imageAlt: "Colorido bubble tea refrescante"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-matcha-tea-scene_23-2151844282.jpg", imageAlt: "Colorido bubble tea refrescante"
}
]}
mediaAnimation="slide-up"
@@ -80,7 +80,7 @@ export default function LandingPage() {
id: "2", name: "Alitas Crujientes", price: "7,95€", imageSrc: "http://img.b2bpic.net/free-photo/boneless-chicken-corn-arrangement_23-2149973035.jpg", imageAlt: "8 alitas crujientes con papas y bebida"
},
{
id: "3", name: "Bubble Tea Especial", price: "4,50€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-matcha-tea-scene_23-2151844282.jpg?_wi=2", imageAlt: "Bubble tea con leche de caramelo y perlas de tapioca"
id: "3", name: "Bubble Tea Especial", price: "4,50€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-matcha-tea-scene_23-2151844282.jpg", imageAlt: "Bubble tea con leche de caramelo y perlas de tapioca"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -127,7 +127,6 @@ export default function LandingPage() {
]
}
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
@@ -227,4 +226,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}