From 13d9a916d01dd655cbfd447adc1a24124d191876 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 13:58:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7e0570..52efc59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"