Update src/app/restaurant/page.tsx

This commit is contained in:
2026-04-04 21:33:01 +00:00
parent ea5fa02288
commit eef29b7df1

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
title: "Сніданки та обіди",
description: "Починайте ранок з ароматної кави та смачних сніданків.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_74190-7610.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_74190-7610.jpg?_wi=1",
},
items: [
{
@@ -70,7 +70,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/decorated-front-door_23-2150562486.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/decorated-front-door_23-2150562486.jpg?_wi=2",
imageAlt: "luxury boutique hotel entrance",
},
]}
@@ -95,7 +95,7 @@ export default function LandingPage() {
description: "Сучасні стандарти",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_74190-7610.jpg"
imageSrc="http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_74190-7610.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>