Update src/app/page.tsx

This commit is contained in:
2026-05-29 10:15:36 +00:00
parent 0f98faed8b
commit ba1fca1ba5

View File

@@ -50,12 +50,12 @@ export default function LandingPage() {
{ text: "View Menu", href: "#menu" }
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-4339.jpg", imageAlt: "art nouveau interior restaurant dining", videoSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-4339.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160205.jpg", imageAlt: "art nouveau restaurant interior details", videoSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160205.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-cartridge-portable-gramophone_181624-18893.jpg", imageAlt: "spinning vinyl record player close up", videoSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-cartridge-portable-gramophone_181624-18893.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageAlt: "luxury restaurant interior empty tables", videoSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/table-setting-dinner_1203-3549.jpg", imageAlt: "elegant wine glass fine dining table", videoSrc: "http://img.b2bpic.net/free-photo/table-setting-dinner_1203-3549.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg", imageAlt: "coffee cup art nouveau interior", videoSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg" }
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-4339.jpg?_wi=1", imageAlt: "art nouveau interior restaurant dining", videoSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-4339.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160205.jpg?_wi=1", imageAlt: "art nouveau restaurant interior details", videoSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160205.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-cartridge-portable-gramophone_181624-18893.jpg?_wi=1", imageAlt: "spinning vinyl record player close up", videoSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-cartridge-portable-gramophone_181624-18893.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=1", imageAlt: "luxury restaurant interior empty tables", videoSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/table-setting-dinner_1203-3549.jpg?_wi=1", imageAlt: "elegant wine glass fine dining table", videoSrc: "http://img.b2bpic.net/free-photo/table-setting-dinner_1203-3549.jpg?_wi=2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg?_wi=1", imageAlt: "coffee cup art nouveau interior", videoSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg?_wi=2" }
]}
autoplayDelay={5000}
showDimOverlay={true}