Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-04 14:37:57 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg", imageAlt: "Restaurant ambience and dining area"
imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=1", imageAlt: "Restaurant ambience and dining area"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg?_wi=1", imageAlt: "Fresh culinary preparation in our kitchen"
@@ -119,7 +119,7 @@ export default function LandingPage() {
id: "7", name: "Spring Rolls", price: "₹240", imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-asian-dumplings-with-meat-vegetables-served-with-soy-sauce-plate-rustic_141793-11562.jpg?_wi=1", imageAlt: "Crispy spring rolls with dipping sauce"
},
{
id: "8", name: "Tandoori Fish", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg", imageAlt: "Smoky tandoori fish fillet"
id: "8", name: "Tandoori Fish", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=2", imageAlt: "Smoky tandoori fish fillet"
}
]}
gridVariant="three-columns-all-equal-width"