Merge version_1 into main #2
326
src/app/page.tsx
326
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "reservation",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Book Now", id: "reservation" },
|
||||
]}
|
||||
brandName="Thabiso at Mams"
|
||||
/>
|
||||
@@ -54,109 +42,36 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Where Mams Meets Luxury"
|
||||
description="Premium dining, signature cocktails, and unforgettable vibes. The ultimate township destination."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Thabo M.",
|
||||
handle: "@thabom",
|
||||
testimonial: "The atmosphere is unmatched. Real luxury experience.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-ix5jnpyy.png?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
name: "Sarah K.",
|
||||
handle: "@sarahk",
|
||||
testimonial: "Signature cocktails are a must try!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-3ohfenrh.png?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
name: "Buhle S.",
|
||||
handle: "@buhles",
|
||||
testimonial: "The food quality is world-class, right here at home.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-6038en9i.png?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
name: "Kamo D.",
|
||||
handle: "@kamod",
|
||||
testimonial: "Perfect spot for a Friday night out with friends.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
name: "Sipho M.",
|
||||
handle: "@siphom",
|
||||
testimonial: "Top-tier service and incredible aesthetics.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188439.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{ name: "Thabo M.", handle: "@thabom", testimonial: "The atmosphere is unmatched. Real luxury experience.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-ix5jnpyy.png", imageAlt: "User provided image" },
|
||||
{ name: "Sarah K.", handle: "@sarahk", testimonial: "Signature cocktails are a must try!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-3ohfenrh.png", imageAlt: "User provided image" },
|
||||
{ name: "Buhle S.", handle: "@buhles", testimonial: "The food quality is world-class, right here at home.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-6038en9i.png", imageAlt: "User provided image" },
|
||||
{ name: "Kamo D.", handle: "@kamod", testimonial: "Perfect spot for a Friday night out with friends.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", imageAlt: "User provided image" },
|
||||
{ name: "Sipho M.", handle: "@siphom", testimonial: "Top-tier service and incredible aesthetics.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188439.jpg", imageAlt: "User provided image" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#reservation",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Reserve a Table", href: "#reservation" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-ix5jnpyy.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-ix5jnpyy.png"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
||||
alt: "Customer portrait 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5073.jpg",
|
||||
alt: "Customer portrait 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
alt: "Customer portrait 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
|
||||
alt: "Customer portrait 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-woman-red-outfit-posing-spotlights_7502-10128.jpg",
|
||||
alt: "Customer portrait 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Customer portrait 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5073.jpg", alt: "Customer portrait 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Customer portrait 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg", alt: "Customer portrait 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/blonde-woman-red-outfit-posing-spotlights_7502-10128.jpg", alt: "Customer portrait 5" },
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "SIGNATURE DINING",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "PREMIUM COCKTAILS",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "LUXURY VIBES",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "COMMUNITY HUB",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "UNFORGETTABLE NIGHTS",
|
||||
},
|
||||
{ type: "text", text: "SIGNATURE DINING" },
|
||||
{ type: "text", text: "PREMIUM COCKTAILS" },
|
||||
{ type: "text", text: "LUXURY VIBES" },
|
||||
{ type: "text", text: "COMMUNITY HUB" },
|
||||
{ type: "text", text: "UNFORGETTABLE NIGHTS" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,7 +81,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Community-Rooted Luxury"
|
||||
description="Thabiso at Mams is where local South African culture meets modern luxury. Whether for business lunch, stylish dinner, or nightlife energy, we provide a premium experience."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-3ohfenrh.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-3ohfenrh.png"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -176,51 +91,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Dine-in",
|
||||
description: "Authentic local taste.",
|
||||
icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-6038en9i.png?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-ix5jnpyy.png?_wi=3",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-3ohfenrh.png?_wi=3",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
title: "Cocktails",
|
||||
description: "Expertly crafted.",
|
||||
icon: Droplets,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188439.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
title: "Social Vibes",
|
||||
description: "Premium group setting.",
|
||||
icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-her-handsome-boyfriend-happy-cheerful-family-couple-cheering-with-glasses-red-wine-their-date-restaurant-they-drinking-alcohol-veranda-cafe-street_158538-23982.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg?_wi=1",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{ title: "Dine-in", description: "Authentic local taste.", icon: Utensils, mediaItems: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-6038en9i.png" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-ix5jnpyy.png" }] },
|
||||
{ title: "Cocktails", description: "Expertly crafted.", icon: Droplets, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188439.jpg" }] },
|
||||
{ title: "Social Vibes", description: "Premium group setting.", icon: Users, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-her-handsome-boyfriend-happy-cheerful-family-couple-cheering-with-glasses-red-wine-their-date-restaurant-they-drinking-alcohol-veranda-cafe-street_158538-23982.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg" }] },
|
||||
]}
|
||||
title="Our Experience"
|
||||
description="Elevated dining at the heart of the community."
|
||||
@@ -234,48 +107,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Grilled Steak",
|
||||
price: "R250",
|
||||
variant: "Main",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-6038en9i.png?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Cocktail Hour",
|
||||
price: "R120",
|
||||
variant: "Drink",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-ix5jnpyy.png?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Signature Wings",
|
||||
price: "R150",
|
||||
variant: "Starter",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-3ohfenrh.png?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Wine Selection",
|
||||
price: "R300",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Dessert Delight",
|
||||
price: "R90",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188439.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Premium Beer",
|
||||
price: "R80",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=2",
|
||||
},
|
||||
{ id: "m1", name: "Grilled Steak", price: "R250", variant: "Main", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-6038en9i.png" },
|
||||
{ id: "m2", name: "Cocktail Hour", price: "R120", variant: "Drink", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-ix5jnpyy.png" },
|
||||
{ id: "m3", name: "Signature Wings", price: "R150", variant: "Starter", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-3ohfenrh.png" },
|
||||
{ id: "m4", name: "Wine Selection", price: "R300", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg" },
|
||||
{ id: "m5", name: "Dessert Delight", price: "R90", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188439.jpg" },
|
||||
{ id: "m6", name: "Premium Beer", price: "R80", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg" },
|
||||
]}
|
||||
title="Menu Selection"
|
||||
description="Curated selection of tastes."
|
||||
@@ -286,31 +123,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Buhle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sipho",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188439.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Lerato",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Kamo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-her-handsome-boyfriend-happy-cheerful-family-couple-cheering-with-glasses-red-wine-their-date-restaurant-they-drinking-alcohol-veranda-cafe-street_158538-23982.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Dineo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg?_wi=2",
|
||||
},
|
||||
{ id: "t1", name: "Buhle", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg" },
|
||||
{ id: "t2", name: "Sipho", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188439.jpg" },
|
||||
{ id: "t3", name: "Lerato", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg" },
|
||||
{ id: "t4", name: "Kamo", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-her-handsome-boyfriend-happy-cheerful-family-couple-cheering-with-glasses-red-wine-their-date-restaurant-they-drinking-alcohol-veranda-cafe-street_158538-23982.jpg" },
|
||||
{ id: "t5", name: "Dineo", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg" },
|
||||
]}
|
||||
cardTitle="Loved by Our Guests"
|
||||
cardTag="Reviews"
|
||||
@@ -325,42 +142,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "v1",
|
||||
name: "Nightlife",
|
||||
role: "Vibe",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-ix5jnpyy.png?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "v2",
|
||||
name: "Cocktails",
|
||||
role: "Drinks",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-3ohfenrh.png?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "v3",
|
||||
name: "Food",
|
||||
role: "Dining",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-6038en9i.png?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "v4",
|
||||
name: "People",
|
||||
role: "Social",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "v5",
|
||||
name: "Design",
|
||||
role: "Venue",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188439.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "v6",
|
||||
name: "Energy",
|
||||
role: "Vibe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=4",
|
||||
},
|
||||
{ id: "v1", name: "Nightlife", role: "Vibe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-ix5jnpyy.png" },
|
||||
{ id: "v2", name: "Cocktails", role: "Drinks", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-3ohfenrh.png" },
|
||||
{ id: "v3", name: "Food", role: "Dining", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnbtFrOfrMoOBVJMGx0zdEqCKw/uploaded-1777024657157-6038en9i.png" },
|
||||
{ id: "v4", name: "People", role: "Social", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg" },
|
||||
{ id: "v5", name: "Design", role: "Venue", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-fun-party_23-2150188439.jpg" },
|
||||
{ id: "v6", name: "Energy", role: "Vibe", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg" },
|
||||
]}
|
||||
title="Vibe Gallery"
|
||||
description="Instagram-worthy moments at the hub."
|
||||
@@ -370,16 +157,9 @@ export default function LandingPage() {
|
||||
<div id="reservation" data-section="reservation">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
text="Limited seating available. Book your premium experience tonight - usually a wait!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Experience",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Your Experience", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -387,20 +167,12 @@ export default function LandingPage() {
|
||||
<FooterCard
|
||||
logoText="Thabiso at Mams"
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user