10 Commits

Author SHA1 Message Date
32e8feeb4f Merge version_3 into main
Merge version_3 into main
2026-03-08 02:06:07 +00:00
be0478ddc8 Update src/app/page.tsx 2026-03-08 02:06:02 +00:00
cbd5f2044d Update src/app/layout.tsx 2026-03-08 02:06:02 +00:00
7723c3ae10 Merge version_2 into main
Merge version_2 into main
2026-03-08 02:04:54 +00:00
4096287f49 Update src/app/page.tsx 2026-03-08 02:04:50 +00:00
28911d3522 Update src/app/layout.tsx 2026-03-08 02:04:50 +00:00
92cb4ce000 Merge version_1 into main
Merge version_1 into main
2026-03-08 02:03:33 +00:00
f61b0dac22 Merge version_1 into main
Merge version_1 into main
2026-03-08 02:02:48 +00:00
2c7260cc41 Merge version_1 into main
Merge version_1 into main
2026-03-08 02:01:25 +00:00
76b27fcadc Merge version_1 into main
Merge version_1 into main
2026-03-08 02:00:14 +00:00
2 changed files with 19 additions and 1413 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -140,7 +140,8 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Signature Dining", description: "Fresh sushi, premium seafood, and beautifully crafted dishes designed for sharing.", bentoComponent: "media-stack", items: [ title: "Signature Dining", description: "Fresh sushi, premium seafood, and beautifully crafted dishes designed for sharing.", button: { text: "Learn More", href: "#menu" },
bentoComponent: "media-stack", items: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/lot-variety-fruits-drinks-served-celebration-table_8353-9832.jpg?_wi=2", imageAlt: "Premium sushi platter" imageSrc: "http://img.b2bpic.net/free-photo/lot-variety-fruits-drinks-served-celebration-table_8353-9832.jpg?_wi=2", imageAlt: "Premium sushi platter"
}, },
@@ -153,7 +154,8 @@ export default function LandingPage() {
] ]
}, },
{ {
title: "Handcrafted Cocktails", description: "Signature mixology featuring premium spirits and fresh ingredients curated by expert bartenders.", bentoComponent: "media-stack", items: [ title: "Handcrafted Cocktails", description: "Signature mixology featuring premium spirits and fresh ingredients curated by expert bartenders.", button: { text: "Explore", href: "#menu" },
bentoComponent: "media-stack", items: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/daiquiri-cocktails-with-lime-slices-assortment_23-2149486835.jpg?_wi=2", imageAlt: "Signature cocktail" imageSrc: "http://img.b2bpic.net/free-photo/daiquiri-cocktails-with-lime-slices-assortment_23-2149486835.jpg?_wi=2", imageAlt: "Signature cocktail"
}, },
@@ -166,7 +168,8 @@ export default function LandingPage() {
] ]
}, },
{ {
title: "Stylish Atmosphere", description: "Instagram-worthy design with soft lighting, elegant furnishings, and stunning Burj Khalifa views.", bentoComponent: "media-stack", items: [ title: "Stylish Atmosphere", description: "Instagram-worthy design with soft lighting, elegant furnishings, and stunning Burj Khalifa views.", button: { text: "Explore", href: "#menu" },
bentoComponent: "media-stack", items: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/hammocks-with-city-background_1203-691.jpg?_wi=2", imageAlt: "Rooftop lounge views" imageSrc: "http://img.b2bpic.net/free-photo/hammocks-with-city-background_1203-691.jpg?_wi=2", imageAlt: "Rooftop lounge views"
}, },
@@ -179,7 +182,8 @@ export default function LandingPage() {
] ]
}, },
{ {
title: "Perfect For Events", description: "Private spaces available for birthdays, corporate gatherings, and unforgettable celebrations.", bentoComponent: "media-stack", items: [ title: "Perfect For Events", description: "Private spaces available for birthdays, corporate gatherings, and unforgettable celebrations.", button: { text: "Learn More", href: "#events" },
bentoComponent: "media-stack", items: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-2826.jpg?_wi=2", imageAlt: "Event space setup" imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-2826.jpg?_wi=2", imageAlt: "Event space setup"
}, },