From fc544e42a829dd710638ab11bd77e1746c948ffb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:07:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 251c943..1f5cfac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,10 +56,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-gazpacho-soup_123827-35967.jpg", imageAlt: "Creamy butter chicken with authentic Indian spices" + imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-gazpacho-soup_123827-35967.jpg?_wi=1", imageAlt: "Creamy butter chicken with authentic Indian spices" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition-with-copy-space_23-2148821532.jpg", imageAlt: "Fragrant chicken biryani with basmati rice" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition-with-copy-space_23-2148821532.jpg?_wi=1", imageAlt: "Fragrant chicken biryani with basmati rice" } ]} mediaAnimation="slide-up" @@ -137,10 +137,10 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "butter-chicken", name: "Butter Chicken", price: "CHF 18", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-gazpacho-soup_123827-35967.jpg", imageAlt: "Creamy butter chicken with authentic spices" + id: "butter-chicken", name: "Butter Chicken", price: "CHF 18", imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-gazpacho-soup_123827-35967.jpg?_wi=2", imageAlt: "Creamy butter chicken with authentic spices" }, { - id: "biryani", name: "Chicken Biryani", price: "CHF 19", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition-with-copy-space_23-2148821532.jpg", imageAlt: "Fragrant chicken biryani with basmati rice" + id: "biryani", name: "Chicken Biryani", price: "CHF 19", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-composition-with-copy-space_23-2148821532.jpg?_wi=2", imageAlt: "Fragrant chicken biryani with basmati rice" }, { id: "paneer", name: "Paneer Tikka Masala", price: "CHF 17", imageSrc: "http://img.b2bpic.net/free-photo/mash-with-food-wrapped-lavash_140725-3785.jpg", imageAlt: "Creamy paneer tikka masala vegetarian dish" @@ -235,19 +235,19 @@ export default function LandingPage() { { id: 1, title: "Corporate Events", description: "Professional catering for business meetings, conferences, and team celebrations", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/four-smiling-business-people-buffet-table_1262-1832.jpg", imageAlt: "Corporate catering service" + imageSrc: "http://img.b2bpic.net/free-photo/four-smiling-business-people-buffet-table_1262-1832.jpg?_wi=1", imageAlt: "Corporate catering service" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/four-smiling-business-people-buffet-table_1262-1832.jpg", imageAlt: "Corporate event food service" + imageSrc: "http://img.b2bpic.net/free-photo/four-smiling-business-people-buffet-table_1262-1832.jpg?_wi=2", imageAlt: "Corporate event food service" } }, { id: 2, title: "Private Celebrations", description: "Personalized menu and service for birthdays, anniversaries, and special gatherings", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/four-smiling-business-people-buffet-table_1262-1832.jpg", imageAlt: "Private event catering" + imageSrc: "http://img.b2bpic.net/free-photo/four-smiling-business-people-buffet-table_1262-1832.jpg?_wi=3", imageAlt: "Private event catering" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/four-smiling-business-people-buffet-table_1262-1832.jpg", imageAlt: "Celebration catering spread" + imageSrc: "http://img.b2bpic.net/free-photo/four-smiling-business-people-buffet-table_1262-1832.jpg?_wi=4", imageAlt: "Celebration catering spread" } } ]} -- 2.49.1