Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 10:29:08 +00:00

View File

@@ -77,10 +77,10 @@ export default function LandingPage() {
title: "Premium Cuisine", description: "Expertly crafted dishes using the finest ingredients and time-honored techniques", icon: ChefHat,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/lamb-chicken-burger-without-top-bun-with-mushroom-herbs-tomato-sauce_140725-8320.jpg", imageAlt: "gourmet food plating professional chef"
imageSrc: "http://img.b2bpic.net/free-photo/lamb-chicken-burger-without-top-bun-with-mushroom-herbs-tomato-sauce_140725-8320.jpg?_wi=1", imageAlt: "gourmet food plating professional chef"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "restaurant ambiance candlelit evening dining"
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=1", imageAlt: "restaurant ambiance candlelit evening dining"
}
]
},
@@ -88,10 +88,10 @@ export default function LandingPage() {
title: "Exceptional Ambiance", description: "An elegant setting designed for intimate gatherings and special celebrations", icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "restaurant ambiance candlelit evening dining"
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=2", imageAlt: "restaurant ambiance candlelit evening dining"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/lamb-chicken-burger-without-top-bun-with-mushroom-herbs-tomato-sauce_140725-8320.jpg", imageAlt: "gourmet food plating professional chef"
imageSrc: "http://img.b2bpic.net/free-photo/lamb-chicken-burger-without-top-bun-with-mushroom-herbs-tomato-sauce_140725-8320.jpg?_wi=2", imageAlt: "gourmet food plating professional chef"
}
]
}