Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-22 13:58:40 +00:00

View File

@@ -53,22 +53,22 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-getting-some-street-food-outdoors_23-2149009644.jpg", imageAlt: "Cozy restaurant interior with warm lighting and welcoming atmosphere"
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-getting-some-street-food-outdoors_23-2149009644.jpg?_wi=1", imageAlt: "Cozy restaurant interior with warm lighting and welcoming atmosphere"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-olives-sandwich_23-2148640236.jpg", imageAlt: "Fresh homemade Spanish sandwiches and comfort food"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-olives-sandwich_23-2148640236.jpg?_wi=1", imageAlt: "Fresh homemade Spanish sandwiches and comfort food"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg", imageAlt: "Daily menu offerings showcasing authentic Spanish cuisine"
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg?_wi=1", imageAlt: "Daily menu offerings showcasing authentic Spanish cuisine"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-getting-some-street-food-outdoors_23-2149009644.jpg", imageAlt: "Open kitchen view showing authentic food preparation"
imageSrc: "http://img.b2bpic.net/free-photo/best-friends-getting-some-street-food-outdoors_23-2149009644.jpg?_wi=2", imageAlt: "Open kitchen view showing authentic food preparation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-olives-sandwich_23-2148640236.jpg", imageAlt: "Generous portions of traditional Spanish comfort dishes"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-olives-sandwich_23-2148640236.jpg?_wi=2", imageAlt: "Generous portions of traditional Spanish comfort dishes"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg", imageAlt: "Variety of daily specials at unbeatable prices"
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg?_wi=2", imageAlt: "Variety of daily specials at unbeatable prices"
}
]}
background={{ variant: "radial-gradient" }}
@@ -102,15 +102,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Entrada", description: "Fresh salads, gazpacho, or traditional starters that set the tone for an authentic Spanish meal experience.", imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg", imageAlt: "Spanish starter courses and fresh appetizers"
title: "Entrada", description: "Fresh salads, gazpacho, or traditional starters that set the tone for an authentic Spanish meal experience.", imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg?_wi=3", imageAlt: "Spanish starter courses and fresh appetizers"
},
{
id: 2,
title: "Plato Principal", description: "Hearty mains: paella, fresh fish, slow-cooked stews, or our signature sandwiches—all made to order in our open kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-olives-sandwich_23-2148640236.jpg", imageAlt: "Main course dishes including paella and fresh preparations"
title: "Plato Principal", description: "Hearty mains: paella, fresh fish, slow-cooked stews, or our signature sandwiches—all made to order in our open kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-olives-sandwich_23-2148640236.jpg?_wi=3", imageAlt: "Main course dishes including paella and fresh preparations"
},
{
id: 3,
title: "Postre & Bebida", description: "Homemade desserts, fresh fruit, or local specialties paired with complimentary water or affordable beverage options.", imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg", imageAlt: "Desserts and beverages completing the daily menu"
title: "Postre & Bebida", description: "Homemade desserts, fresh fruit, or local specialties paired with complimentary water or affordable beverage options.", imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg?_wi=4", imageAlt: "Desserts and beverages completing the daily menu"
}
]}
buttons={[
@@ -157,7 +157,7 @@ export default function LandingPage() {
tag="Help & Support"
tagIcon={HelpCircle}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/best-friends-getting-some-street-food-outdoors_23-2149009644.jpg"
imageSrc="http://img.b2bpic.net/free-photo/best-friends-getting-some-street-food-outdoors_23-2149009644.jpg?_wi=3"
imageAlt="Restaurant interior welcoming customers"
mediaAnimation="opacity"
mediaPosition="left"