Merge version_1 into main #2
218
src/app/page.tsx
218
src/app/page.tsx
@@ -30,127 +30,72 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "features",
|
||||
},
|
||||
name: "Events", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Endaweni Lounge"
|
||||
button={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Welcome to Endaweni Lounge"
|
||||
description="Your premier destination in Kariega for soulful music, unforgettable events, and after-work drinks. Experience the pulse of Kwanobuhle."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Thabo M.",
|
||||
handle: "@thabom",
|
||||
testimonial: "The best Sunday session in Kariega! Soulful vibes and great drinks.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=1",
|
||||
imageAlt: "luxury lounge interior dim lighting",
|
||||
},
|
||||
name: "Thabo M.", handle: "@thabom", testimonial: "The best Sunday session in Kariega! Soulful vibes and great drinks.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg", imageAlt: "luxury lounge interior dim lighting"},
|
||||
{
|
||||
name: "Zanele S.",
|
||||
handle: "@zaneles",
|
||||
testimonial: "Perfect venue for our company closing party. Service was exceptional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-having-fun-party_23-2149220931.jpg?_wi=1",
|
||||
imageAlt: "luxury lounge interior dim lighting",
|
||||
},
|
||||
name: "Zanele S.", handle: "@zaneles", testimonial: "Perfect venue for our company closing party. Service was exceptional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-having-fun-party_23-2149220931.jpg", imageAlt: "luxury lounge interior dim lighting"},
|
||||
{
|
||||
name: "Bongiwe L.",
|
||||
handle: "@bongil",
|
||||
testimonial: "Loved the HangLoose Sundaze vibe. Definitely coming back.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-large-blue-sofa-large-coffee-table-with-large-window-that-says-room-is-decorated-with-large-plant_123827-23873.jpg",
|
||||
imageAlt: "luxury lounge interior dim lighting",
|
||||
},
|
||||
name: "Bongiwe L.", handle: "@bongil", testimonial: "Loved the HangLoose Sundaze vibe. Definitely coming back.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-large-blue-sofa-large-coffee-table-with-large-window-that-says-room-is-decorated-with-large-plant_123827-23873.jpg", imageAlt: "luxury lounge interior dim lighting"},
|
||||
{
|
||||
name: "Kabelo D.",
|
||||
handle: "@kabelod",
|
||||
testimonial: "Top-tier music and atmosphere. Truly the place to be.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg",
|
||||
imageAlt: "luxury lounge interior dim lighting",
|
||||
},
|
||||
name: "Kabelo D.", handle: "@kabelod", testimonial: "Top-tier music and atmosphere. Truly the place to be.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg", imageAlt: "luxury lounge interior dim lighting"},
|
||||
{
|
||||
name: "Sipho N.",
|
||||
handle: "@siphon",
|
||||
testimonial: "Excellent corporate hosting space. High-end aesthetic.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-close-up-cheeky-handsome-waiter-black-apron-barista-guarantee-quality-drinks-showing-okay-sign-smiling-pleased_1258-59319.jpg?_wi=1",
|
||||
imageAlt: "luxury lounge interior dim lighting",
|
||||
},
|
||||
name: "Sipho N.", handle: "@siphon", testimonial: "Excellent corporate hosting space. High-end aesthetic.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-close-up-cheeky-handsome-waiter-black-apron-barista-guarantee-quality-drinks-showing-okay-sign-smiling-pleased_1258-59319.jpg", imageAlt: "luxury lounge interior dim lighting"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Event",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book an Event", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg"
|
||||
imageAlt="Endaweni Lounge interior ambiance"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-wedding-reception-hall-with-decorated-luxury-table-setting_181624-13771.jpg",
|
||||
alt: "Luxury interior table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-wedding-reception-hall-with-decorated-luxury-table-setting_181624-13771.jpg", alt: "Luxury interior table"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-restaurant-grill-bar-interior-with-chandeliers-furniture_114579-2341.jpg",
|
||||
alt: "Elegant restaurant decor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-restaurant-grill-bar-interior-with-chandeliers-furniture_114579-2341.jpg", alt: "Elegant restaurant decor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-woman_23-2149124061.jpg",
|
||||
alt: "Night city lifestyle",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-woman_23-2149124061.jpg", alt: "Night city lifestyle"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5738.jpg",
|
||||
alt: "Casual evening social",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5738.jpg", alt: "Casual evening social"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-classic-interior_23-2150943464.jpg",
|
||||
alt: "Classic interior design",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-classic-interior_23-2150943464.jpg", alt: "Classic interior design"},
|
||||
]}
|
||||
avatarText="Join 500+ satisfied guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Soul Sundays",
|
||||
},
|
||||
type: "text", text: "Soul Sundays"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Corporate Hosting",
|
||||
},
|
||||
type: "text", text: "Corporate Hosting"},
|
||||
{
|
||||
type: "text",
|
||||
text: "After-Work Drinks",
|
||||
},
|
||||
type: "text", text: "After-Work Drinks"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Kwanobuhle Vibe",
|
||||
},
|
||||
type: "text", text: "Kwanobuhle Vibe"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Lounge",
|
||||
},
|
||||
type: "text", text: "Premium Lounge"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,19 +107,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Music,
|
||||
label: "Sunday Sessions",
|
||||
value: "Amapiano & House",
|
||||
},
|
||||
label: "Sunday Sessions", value: "Amapiano & House"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Event Hosting",
|
||||
value: "Corporate & Social",
|
||||
},
|
||||
label: "Event Hosting", value: "Corporate & Social"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Located In",
|
||||
value: "Kwanobuhle, Kariega",
|
||||
},
|
||||
label: "Located In", value: "Kwanobuhle, Kariega"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -187,22 +126,13 @@ export default function LandingPage() {
|
||||
description="Whether it's a corporate function or a Sunday social, we provide the perfect stage."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Corporate Events",
|
||||
content: "Professional hosting for work functions and company milestones in a sophisticated setting.",
|
||||
},
|
||||
id: "f1", title: "Corporate Events", content: "Professional hosting for work functions and company milestones in a sophisticated setting."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Soul Sundays",
|
||||
content: "Join us for our weekly deep house and Amapiano sessions every Sunday afternoon.",
|
||||
},
|
||||
id: "f2", title: "Soul Sundays", content: "Join us for our weekly deep house and Amapiano sessions every Sunday afternoon."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "After-Work Drinks",
|
||||
content: "Unwind in our lounge with premium spirits and curated drinks every Friday evening.",
|
||||
},
|
||||
id: "f3", title: "After-Work Drinks", content: "Unwind in our lounge with premium spirits and curated drinks every Friday evening."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-people-having-fun-party_23-2149220931.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-people-having-fun-party_23-2149220931.jpg"
|
||||
imageAlt="Crowd at a soulful event"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -216,45 +146,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Patron",
|
||||
company: "Kariega",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-close-up-cheeky-handsome-waiter-black-apron-barista-guarantee-quality-drinks-showing-okay-sign-smiling-pleased_1258-59319.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Patron", company: "Kariega", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-close-up-cheeky-handsome-waiter-black-apron-barista-guarantee-quality-drinks-showing-okay-sign-smiling-pleased_1258-59319.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
role: "Corporate Client",
|
||||
company: "Uitenhage",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-sitting-armchair-holding-cup-tea-eating_114579-49684.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark D.", role: "Corporate Client", company: "Uitenhage", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-sitting-armchair-holding-cup-tea-eating_114579-49684.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emma R.",
|
||||
role: "Socialite",
|
||||
company: "Kwanobuhle",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-female-staff_107420-85131.jpg",
|
||||
},
|
||||
id: "t3", name: "Emma R.", role: "Socialite", company: "Kwanobuhle", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-female-staff_107420-85131.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
role: "Regular Guest",
|
||||
company: "Kariega",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enjoying-together-while-drinking-glass-beer-bar-friends-concept_58466-16172.jpg",
|
||||
},
|
||||
id: "t4", name: "David K.", role: "Regular Guest", company: "Kariega", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enjoying-together-while-drinking-glass-beer-bar-friends-concept_58466-16172.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Nina M.",
|
||||
role: "Patron",
|
||||
company: "Port Elizabeth",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-celebrating-new-years_23-2148349044.jpg",
|
||||
},
|
||||
id: "t5", name: "Nina M.", role: "Patron", company: "Port Elizabeth", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-celebrating-new-years_23-2148349044.jpg"},
|
||||
]}
|
||||
title="Voices of the Lounge"
|
||||
description="See why Kariega chooses us for their favorite social moments."
|
||||
@@ -265,8 +170,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Get in touch"
|
||||
title="Book Your Event Today"
|
||||
description="Ready to host your next party or work function with us? Drop your email and we'll reach out to discuss the details."
|
||||
@@ -277,37 +181,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "93 Jongilanga Street",
|
||||
href: "#",
|
||||
},
|
||||
label: "93 Jongilanga Street", href: "#"},
|
||||
{
|
||||
label: "Kwanobuhle, Kariega",
|
||||
href: "#",
|
||||
},
|
||||
label: "Kwanobuhle, Kariega", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Events", href: "#features"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user