Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-08 11:40:15 +00:00
5 changed files with 1396 additions and 29 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -84,7 +84,7 @@ export default function MenuPage() {
name: "Premium Steak",
price: "Market Price",
imageSrc:
"http://img.b2bpic.net/free-photo/fried-meat-with-eggplants-tomatoes-served-with-glass-wine_141793-745.jpg",
"http://img.b2bpic.net/free-photo/fried-meat-with-eggplants-tomatoes-served-with-glass-wine_141793-745.jpg?_wi=2",
imageAlt: "Perfectly seared premium steak",
},
{
@@ -92,7 +92,7 @@ export default function MenuPage() {
name: "Smoked Ribs",
price: "From R285",
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-grilled-red-meat-with-potato-rural-tomato-ketchup-rosemary-board_141793-3639.jpg",
"http://img.b2bpic.net/free-photo/side-view-grilled-red-meat-with-potato-rural-tomato-ketchup-rosemary-board_141793-3639.jpg?_wi=2",
imageAlt: "Tender smoked ribs with sauce",
},
{
@@ -100,7 +100,7 @@ export default function MenuPage() {
name: "Gourmet Burger",
price: "R195",
imageSrc:
"http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7485.jpg",
"http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7485.jpg?_wi=2",
imageAlt: "Artisanal gourmet burger",
},
{
@@ -108,7 +108,7 @@ export default function MenuPage() {
name: "Breakfast Plates",
price: "From R125",
imageSrc:
"http://img.b2bpic.net/free-photo/fruits-pastry-breakfast_23-2147717737.jpg",
"http://img.b2bpic.net/free-photo/fruits-pastry-breakfast_23-2147717737.jpg?_wi=2",
imageAlt: "Full English breakfast spread",
},
{
@@ -116,7 +116,7 @@ export default function MenuPage() {
name: "Signature Cocktails",
price: "From R85",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg",
"http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg?_wi=2",
imageAlt: "Artisan cocktail with premium garnish",
},
]}

View File

@@ -125,7 +125,7 @@ export default function HomePage() {
description:
"Signature cocktails, balcony views and the perfect evening atmosphere. Whether it's sunset drinks or a night out with friends, Skyfall Lounge delivers unforgettable vibes.",
imageSrc:
"http://img.b2bpic.net/free-photo/brown-shiny-sequins-with-confetti_23-2148051802.jpg",
"http://img.b2bpic.net/free-photo/brown-shiny-sequins-with-confetti_23-2148051802.jpg?_wi=1",
},
{
id: 2,
@@ -141,7 +141,7 @@ export default function HomePage() {
description:
"A stylish space where everyone is welcome. Enjoy your meal while the kids have fun in our secure play area.",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-blonde-woman-handsome-male-enjoying-family-life-with-their-little-daughter-outdoor-cafe_613910-18579.jpg",
"http://img.b2bpic.net/free-photo/beautiful-blonde-woman-handsome-male-enjoying-family-life-with-their-little-daughter-outdoor-cafe_613910-18579.jpg?_wi=1",
},
]}
textboxLayout="default"
@@ -201,7 +201,7 @@ export default function HomePage() {
name: "Premium Steak",
price: "Market Price",
imageSrc:
"http://img.b2bpic.net/free-photo/fried-meat-with-eggplants-tomatoes-served-with-glass-wine_141793-745.jpg",
"http://img.b2bpic.net/free-photo/fried-meat-with-eggplants-tomatoes-served-with-glass-wine_141793-745.jpg?_wi=1",
imageAlt: "Perfectly seared premium steak",
},
{
@@ -209,7 +209,7 @@ export default function HomePage() {
name: "Smoked Ribs",
price: "From R285",
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-grilled-red-meat-with-potato-rural-tomato-ketchup-rosemary-board_141793-3639.jpg",
"http://img.b2bpic.net/free-photo/side-view-grilled-red-meat-with-potato-rural-tomato-ketchup-rosemary-board_141793-3639.jpg?_wi=1",
imageAlt: "Tender smoked ribs with sauce",
},
{
@@ -217,7 +217,7 @@ export default function HomePage() {
name: "Gourmet Burger",
price: "R195",
imageSrc:
"http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7485.jpg",
"http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7485.jpg?_wi=1",
imageAlt: "Artisanal gourmet burger",
},
{
@@ -225,7 +225,7 @@ export default function HomePage() {
name: "Breakfast Plates",
price: "From R125",
imageSrc:
"http://img.b2bpic.net/free-photo/fruits-pastry-breakfast_23-2147717737.jpg",
"http://img.b2bpic.net/free-photo/fruits-pastry-breakfast_23-2147717737.jpg?_wi=1",
imageAlt: "Full English breakfast spread",
},
{
@@ -233,7 +233,7 @@ export default function HomePage() {
name: "Signature Cocktails",
price: "From R85",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg",
"http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg?_wi=1",
imageAlt: "Artisan cocktail with premium garnish",
},
]}
@@ -307,7 +307,7 @@ export default function HomePage() {
excerpt:
"Beautifully plated signature dishes showcasing our culinary expertise",
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11508.jpg",
"http://img.b2bpic.net/free-photo/side-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11508.jpg?_wi=1",
authorName: "Chef's Table",
authorAvatar:
"http://img.b2bpic.net/free-photo/smiling-male-chef-standing-kitchen-shrugging_23-2147863654.jpg",
@@ -320,7 +320,7 @@ export default function HomePage() {
excerpt:
"James Bond inspired decor with luxury touches throughout",
imageSrc:
"http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31452.jpg",
"http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31452.jpg?_wi=1",
authorName: "Design Studio",
authorAvatar:
"http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-633413.jpg",
@@ -333,7 +333,7 @@ export default function HomePage() {
excerpt:
"Artisan-crafted cocktails served in the Skyfall Lounge",
imageSrc:
"http://img.b2bpic.net/free-photo/bartender-making-delicious-cocktail_23-2149093590.jpg",
"http://img.b2bpic.net/free-photo/bartender-making-delicious-cocktail_23-2149093590.jpg?_wi=1",
authorName: "Mixology",
authorAvatar:
"http://img.b2bpic.net/free-photo/man-looking-away-salon_23-2148353457.jpg",
@@ -346,7 +346,7 @@ export default function HomePage() {
excerpt:
"Balcony seating perfect for evening events and romantic dinners",
imageSrc:
"http://img.b2bpic.net/free-photo/colleagues-having-break-from-work-outside-table_23-2148666426.jpg",
"http://img.b2bpic.net/free-photo/colleagues-having-break-from-work-outside-table_23-2148666426.jpg?_wi=1",
authorName: "Events Team",
authorAvatar:
"http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",

View File

@@ -48,7 +48,7 @@ export default function PrivateEventsPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "noise" }}
imageSrc="http://img.b2bpic.net/free-photo/colleagues-having-break-from-work-outside-table_23-2148666426.jpg"
imageSrc="http://img.b2bpic.net/free-photo/colleagues-having-break-from-work-outside-table_23-2148666426.jpg?_wi=3"
imageAlt="restaurant balcony seating sunset views outdoor"
mediaAnimation="slide-up"
testimonials={[
@@ -79,21 +79,21 @@ export default function PrivateEventsPage() {
id: 1,
title: "Corporate Gatherings",
description: "Impress clients and celebrate team achievements in our sophisticated setting. Custom menus, AV capabilities, and private spaces available for your business events.",
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31452.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31452.jpg?_wi=2",
imageAlt: "luxury restaurant interior elegant sophisticated design",
},
{
id: 2,
title: "Milestone Celebrations",
description: "Whether it's a birthday, anniversary, or graduation, we create memorable celebrations with personalized menus, elegant ambiance, and attentive service.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-handsome-male-enjoying-family-life-with-their-little-daughter-outdoor-cafe_613910-18579.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-handsome-male-enjoying-family-life-with-their-little-daughter-outdoor-cafe_613910-18579.jpg?_wi=2",
imageAlt: "family restaurant dining children play area",
},
{
id: 3,
title: "Intimate Gatherings",
description: "Host private dinner parties, engagement celebrations, or family reunions in our exclusive spaces. Customized service and premium cuisine tailored to your preferences.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11508.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11508.jpg?_wi=2",
imageAlt: "gourmet food plating luxury restaurant cuisine",
},
]}

View File

@@ -48,7 +48,7 @@ export default function SkyfallLoungePage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "noise" }}
imageSrc="http://img.b2bpic.net/free-photo/brown-shiny-sequins-with-confetti_23-2148051802.jpg"
imageSrc="http://img.b2bpic.net/free-photo/brown-shiny-sequins-with-confetti_23-2148051802.jpg?_wi=2"
imageAlt="Luxury cocktail lounge balcony sunset drinks elegant"
mediaAnimation="slide-up"
testimonials={[
@@ -79,21 +79,21 @@ export default function SkyfallLoungePage() {
id: 1,
title: "Premium Spirits Selection",
description: "Carefully curated collection of rare and premium spirits from around the world, including exclusive single malts and vintage reserves.",
imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-delicious-cocktail_23-2149093590.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-delicious-cocktail_23-2149093590.jpg?_wi=2",
imageAlt: "artisan cocktails premium drinks luxury bar",
},
{
id: 2,
title: "Expert Mixology",
description: "Our award-winning bartenders craft signature cocktails using traditional techniques and innovative flavor combinations that surprise and delight.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg?_wi=3",
imageAlt: "signature cocktail premium garnish luxury drink",
},
{
id: 3,
title: "Scenic Balcony Setting",
description: "Enjoy your cocktail with panoramic sunset views from our elevated balcony seating. The perfect backdrop for special moments and relaxation.",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-break-from-work-outside-table_23-2148666426.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-break-from-work-outside-table_23-2148666426.jpg?_wi=2",
imageAlt: "restaurant balcony seating sunset views outdoor",
},
]}
@@ -116,35 +116,35 @@ export default function SkyfallLoungePage() {
id: "martini",
name: "007 Martini",
price: "R125",
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg?_wi=4",
imageAlt: "Signature cocktail premium garnish luxury drink",
},
{
id: "skyfall",
name: "Skyfall Sunset",
price: "R115",
imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-delicious-cocktail_23-2149093590.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-delicious-cocktail_23-2149093590.jpg?_wi=3",
imageAlt: "Artisan cocktails premium drinks luxury bar",
},
{
id: "bond",
name: "Bond's Choice",
price: "R135",
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg?_wi=5",
imageAlt: "Premium cocktail with sophisticated garnish",
},
{
id: "golden",
name: "Golden Hour",
price: "R105",
imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-delicious-cocktail_23-2149093590.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-delicious-cocktail_23-2149093590.jpg?_wi=4",
imageAlt: "Craft cocktail with artistic presentation",
},
{
id: "velvet",
name: "Velvet Noir",
price: "R145",
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg?_wi=6",
imageAlt: "Premium signature cocktail with luxe finish",
},
]}