Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bb4297414 | |||
| 8ea657fd1b | |||
| 59d7fc1fcc | |||
| 1b9b14097c | |||
| 87fbf441d8 |
@@ -83,6 +83,24 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero-billboard" data-section="hero-billboard">
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="ELEVATE YOUR CELEBRATION"
|
||||
description="Experience the ultimate luxury with our Hero Billboard block. Premium staging, exclusive ambiance, and unforgettable moments await."
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
buttons={[
|
||||
{ text: "Reserve Your Moment", href: "#booking" },
|
||||
{ text: "Explore Packages", href: "#packages" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="reverse"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520079.jpg?_wi=1"
|
||||
imageAlt="Premium celebration with VVIP service"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="browser"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="packages" data-section="packages">
|
||||
<PricingCardOne
|
||||
title="Premium Bottle Packages"
|
||||
@@ -123,13 +141,13 @@ export default function LandingPage() {
|
||||
tag="Featured Venues"
|
||||
products={[
|
||||
{
|
||||
id: "venue-1", name: "Club Euphoria - Johannesburg", price: "Book Now", imageSrc: "http://img.b2bpic.net/free-photo/luxury-restaurant-grill-bar-interior-with-chandeliers-furniture_114579-2341.jpg", imageAlt: "Club Euphoria luxury nightclub"
|
||||
id: "venue-1", name: "Club Euphoria - Johannesburg", price: "Book Now", imageSrc: "http://img.b2bpic.net/free-photo/luxury-restaurant-grill-bar-interior-with-chandeliers-furniture_114579-2341.jpg?_wi=1", imageAlt: "Club Euphoria luxury nightclub"
|
||||
},
|
||||
{
|
||||
id: "venue-2", name: "The Sanctuary - Pretoria", price: "Book Now", imageSrc: "http://img.b2bpic.net/free-photo/entrance-house-porch-shine-darkness_1304-3767.jpg", imageAlt: "The Sanctuary exclusive nightclub"
|
||||
},
|
||||
{
|
||||
id: "venue-3", name: "Velvet Lounge - Cape Town", price: "Book Now", imageSrc: "http://img.b2bpic.net/free-photo/luxury-restaurant-grill-bar-interior-with-chandeliers-furniture_114579-2341.jpg", imageAlt: "Velvet Lounge premium venue"
|
||||
id: "venue-3", name: "Velvet Lounge - Cape Town", price: "Book Now", imageSrc: "http://img.b2bpic.net/free-photo/luxury-restaurant-grill-bar-interior-with-chandeliers-furniture_114579-2341.jpg?_wi=2", imageAlt: "Velvet Lounge premium venue"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -167,10 +185,10 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Thabo Mkhize", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520079.jpg", imageAlt: "Thabo Mkhize"
|
||||
id: "1", name: "Thabo Mkhize", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520079.jpg?_wi=2", imageAlt: "Thabo Mkhize"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Amelia Johnson", imageSrc: "http://img.b2bpic.net/free-photo/friends-giving-cheer-new-year_329181-20405.jpg", imageAlt: "Amelia Johnson"
|
||||
id: "2", name: "Amelia Johnson", imageSrc: "http://img.b2bpic.net/free-photo/friends-giving-cheer-new-year_329181-20405.jpg?_wi=1", imageAlt: "Amelia Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Nkosikhona Ndlela", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-women-evening-dresses-smiling-holding-wine-glasses_176420-3791.jpg", imageAlt: "Nkosikhona Ndlela"
|
||||
@@ -179,10 +197,10 @@ export default function LandingPage() {
|
||||
id: "4", name: "Zara Williams", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-their-time-dj-party_23-2149658429.jpg", imageAlt: "Zara Williams"
|
||||
},
|
||||
{
|
||||
id: "5", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520079.jpg", imageAlt: "David Chen"
|
||||
id: "5", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-cheering-with-wine-glasses-restaurant_23-2150520079.jpg?_wi=3", imageAlt: "David Chen"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Patricia Okonkwo", imageSrc: "http://img.b2bpic.net/free-photo/friends-giving-cheer-new-year_329181-20405.jpg", imageAlt: "Patricia Okonkwo"
|
||||
id: "6", name: "Patricia Okonkwo", imageSrc: "http://img.b2bpic.net/free-photo/friends-giving-cheer-new-year_329181-20405.jpg?_wi=2", imageAlt: "Patricia Okonkwo"
|
||||
}
|
||||
]}
|
||||
cardTitle="Over 1,500 premium celebrations have been elevated with VVIP Bottle Service"
|
||||
|
||||
Reference in New Issue
Block a user