Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-13 19:09:25 +00:00

View File

@@ -57,10 +57,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"
@@ -138,10 +138,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"
@@ -236,19 +236,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"
}
}
]}