Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32e8feeb4f | |||
| be0478ddc8 | |||
| cbd5f2044d | |||
| 7723c3ae10 | |||
| 4096287f49 | |||
| 28911d3522 | |||
| 92cb4ce000 | |||
| f61b0dac22 | |||
| 2c7260cc41 | |||
| 76b27fcadc |
1420
src/app/layout.tsx
1420
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user