Update src/app/page.tsx
This commit is contained in:
404
src/app/page.tsx
404
src/app/page.tsx
@@ -32,38 +32,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Menu", id: "#products"},
|
||||
{
|
||||
name: "VIP",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "VIP", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
brandName="Republiq Bar Club"
|
||||
/>
|
||||
</div>
|
||||
@@ -72,113 +56,63 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-animated-grid",
|
||||
}}
|
||||
variant: "downward-rays-animated-grid"}}
|
||||
title="Experience the Night at Republiq"
|
||||
description="Where the beats drop, the cocktails flow, and memories are made. Join us for an unforgettable nightlife experience."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex P.",
|
||||
handle: "@alexparty",
|
||||
testimonial: "Republiq is hands down the best club in the city! The energy is insane, and the DJs are always on point. I never want to leave!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-taking-selfie-night_23-2150204412.jpg?_wi=1",
|
||||
imageAlt: "Alex P. enjoying the club",
|
||||
},
|
||||
name: "Alex P.", handle: "@alexparty", testimonial: "Republiq is hands down the best club in the city! The energy is insane, and the DJs are always on point. I never want to leave!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-taking-selfie-night_23-2150204412.jpg", imageAlt: "Alex P. enjoying the club"},
|
||||
{
|
||||
name: "Samantha L.",
|
||||
handle: "@samanthalovesnight",
|
||||
testimonial: "Amazing cocktails and an incredible vibe. Every time I come here, it's an adventure. Highly recommend the VIP experience!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-relaxing-home_23-2150652867.jpg?_wi=1",
|
||||
imageAlt: "Samantha L. at the bar",
|
||||
},
|
||||
name: "Samantha L.", handle: "@samanthalovesnight", testimonial: "Amazing cocktails and an incredible vibe. Every time I come here, it's an adventure. Highly recommend the VIP experience!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-relaxing-home_23-2150652867.jpg", imageAlt: "Samantha L. at the bar"},
|
||||
{
|
||||
name: "Michael D.",
|
||||
handle: "@mikedj",
|
||||
testimonial: "The sound system is next-level, and the light show is spectacular. It's a true sensory experience. Republiq sets the bar high!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
|
||||
imageAlt: "Michael D. on the dance floor",
|
||||
},
|
||||
name: "Michael D.", handle: "@mikedj", testimonial: "The sound system is next-level, and the light show is spectacular. It's a true sensory experience. Republiq sets the bar high!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", imageAlt: "Michael D. on the dance floor"},
|
||||
{
|
||||
name: "Jessica R.",
|
||||
handle: "@jessicanight",
|
||||
testimonial: "Celebrated my birthday here, and it was perfect! The staff was attentive, and the atmosphere was electric. Best birthday ever!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/persons-having-fun-dance-party-nightclub_482257-84181.jpg",
|
||||
imageAlt: "Jessica R. celebrating",
|
||||
},
|
||||
name: "Jessica R.", handle: "@jessicanight", testimonial: "Celebrated my birthday here, and it was perfect! The staff was attentive, and the atmosphere was electric. Best birthday ever!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/persons-having-fun-dance-party-nightclub_482257-84181.jpg", imageAlt: "Jessica R. celebrating"},
|
||||
{
|
||||
name: "Chris B.",
|
||||
handle: "@chrisbeats",
|
||||
testimonial: "If you're looking for the ultimate night out, look no further. Republiq delivers every single time. Get ready to dance!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nightlife-people-having-fun-bars-clubs_23-2149088596.jpg",
|
||||
imageAlt: "Chris B. dancing",
|
||||
},
|
||||
name: "Chris B.", handle: "@chrisbeats", testimonial: "If you're looking for the ultimate night out, look no further. Republiq delivers every single time. Get ready to dance!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nightlife-people-having-fun-bars-clubs_23-2149088596.jpg", imageAlt: "Chris B. dancing"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Tickets",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Get Tickets", href: "#pricing"},
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-playing-poker-casino_23-2151831189.jpg",
|
||||
alt: "Customer Alex P.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-playing-poker-casino_23-2151831189.jpg", alt: "Customer Alex P."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/double-date_1098-1972.jpg",
|
||||
alt: "Customer Samantha L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/double-date_1098-1972.jpg", alt: "Customer Samantha L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-necklace_23-2149105424.jpg",
|
||||
alt: "Customer Michael D.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-necklace_23-2149105424.jpg", alt: "Customer Michael D."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/nightlife-with-people-dancing-club_23-2149052699.jpg",
|
||||
alt: "Customer Jessica R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/nightlife-with-people-dancing-club_23-2149052699.jpg", alt: "Customer Jessica R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-funny-man-with-candle_23-2151181003.jpg",
|
||||
alt: "Customer Laura P.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-funny-man-with-candle_23-2151181003.jpg", alt: "Customer Laura P."},
|
||||
]}
|
||||
avatarText="Join 1000+ satisfied clubbers"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/new-year-celebration-with-girls-with-glasses-couch_23-2147714267.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/new-year-celebration-with-girls-with-glasses-couch_23-2147714267.jpg"
|
||||
imageAlt="Vibrant nightclub interior with lights and people"
|
||||
mediaAnimation="opacity"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Live DJs Nightly",
|
||||
icon: Music,
|
||||
type: "text-icon", text: "Live DJs Nightly", icon: Music,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exclusive VIP Access",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Exclusive VIP Access", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Crafted Cocktails",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Crafted Cocktails", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Unforgettable Memories",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Unforgettable Memories", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "State-of-the-Art Sound",
|
||||
icon: Volume2,
|
||||
type: "text-icon", text: "State-of-the-Art Sound", icon: Volume2,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -189,28 +123,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Discover ",
|
||||
},
|
||||
type: "text", content: "Discover "},
|
||||
{
|
||||
type: "text",
|
||||
content: "Republiq",
|
||||
},
|
||||
type: "text", content: "Republiq"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg",
|
||||
alt: "Club interior",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg", alt: "Club interior"},
|
||||
{
|
||||
type: "text",
|
||||
content: " – Your Ultimate Nightlife Destination",
|
||||
},
|
||||
type: "text", content: " – Your Ultimate Nightlife Destination"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -222,56 +145,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "World-Class DJs",
|
||||
description: "Experience electrifying sets from international and local DJ talents, spinning the latest hits across genres.",
|
||||
icon: Headphones,
|
||||
title: "World-Class DJs", description: "Experience electrifying sets from international and local DJ talents, spinning the latest hits across genres.", icon: Headphones,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-recording-concert_23-2149162977.jpg",
|
||||
imageAlt: "DJ playing music at Republiq",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-recording-concert_23-2149162977.jpg", imageAlt: "DJ playing music at Republiq"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-dancing-twerking-indoor-party_23-2151074161.jpg",
|
||||
imageAlt: "Crowd dancing at Republiq",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-year-celebration-with-girls-with-glasses-couch_23-2147714267.jpg?_wi=2",
|
||||
imageAlt: "energetic dj playing club",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-dancing-twerking-indoor-party_23-2151074161.jpg", imageAlt: "Crowd dancing at Republiq"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Signature Cocktails",
|
||||
description: "Sip on expertly crafted cocktails and premium spirits from our award-winning mixologists, tailored to your taste.",
|
||||
icon: Award,
|
||||
title: "Signature Cocktails", description: "Sip on expertly crafted cocktails and premium spirits from our award-winning mixologists, tailored to your taste.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176785.jpg",
|
||||
imageAlt: "Bartender mixing a cocktail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176785.jpg", imageAlt: "Bartender mixing a cocktail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-party-with-confetti_23-2147640565.jpg",
|
||||
imageAlt: "Themed party atmosphere",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-taking-selfie-night_23-2150204412.jpg?_wi=2",
|
||||
imageAlt: "energetic dj playing club",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-party-with-confetti_23-2147640565.jpg", imageAlt: "Themed party atmosphere"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Exclusive VIP Service",
|
||||
description: "Elevate your night with our VIP packages, offering private tables, bottle service, and dedicated hosts for an unmatched experience.",
|
||||
icon: Crown,
|
||||
title: "Exclusive VIP Service", description: "Elevate your night with our VIP packages, offering private tables, bottle service, and dedicated hosts for an unmatched experience.", icon: Crown,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-vodka-stands-table_1304-5610.jpg",
|
||||
imageAlt: "VIP section with comfortable seating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-vodka-stands-table_1304-5610.jpg", imageAlt: "VIP section with comfortable seating"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-woman-singing-green-background_1160-216.jpg",
|
||||
imageAlt: "Live performers on stage",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-relaxing-home_23-2150652867.jpg?_wi=2",
|
||||
imageAlt: "energetic dj playing club",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-woman-singing-green-background_1160-216.jpg", imageAlt: "Live performers on stage"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Events & Highlights"
|
||||
description="Dive into the vibrant world of Republiq, where every night is an event. From pulsating beats to exquisite drinks, we guarantee an unparalleled club experience."
|
||||
@@ -286,53 +185,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Mojito Classic",
|
||||
price: "$18",
|
||||
variant: "Rum, Mint, Lime",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-drink-with-sliced-lime-mint-umbrella-decorated-glass_23-2148145340.jpg",
|
||||
imageAlt: "Classic Mojito cocktail",
|
||||
},
|
||||
id: "p1", name: "Mojito Classic", price: "$18", variant: "Rum, Mint, Lime", imageSrc: "http://img.b2bpic.net/free-photo/fresh-drink-with-sliced-lime-mint-umbrella-decorated-glass_23-2148145340.jpg", imageAlt: "Classic Mojito cocktail"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Old Fashioned",
|
||||
price: "$22",
|
||||
variant: "Whiskey, Bitters, Orange",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crystal-glass-cocktail-garnished-with-flower-orange-zest_140725-5997.jpg",
|
||||
imageAlt: "Old Fashioned cocktail",
|
||||
},
|
||||
id: "p2", name: "Old Fashioned", price: "$22", variant: "Whiskey, Bitters, Orange", imageSrc: "http://img.b2bpic.net/free-photo/crystal-glass-cocktail-garnished-with-flower-orange-zest_140725-5997.jpg", imageAlt: "Old Fashioned cocktail"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Espresso Martini",
|
||||
price: "$20",
|
||||
variant: "Vodka, Coffee Liqueur, Espresso",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sparkling-cocktail-champagne-with-red-current-syrop-strawberry-grape-top-side-view_141793-3194.jpg",
|
||||
imageAlt: "Espresso Martini cocktail",
|
||||
},
|
||||
id: "p3", name: "Espresso Martini", price: "$20", variant: "Vodka, Coffee Liqueur, Espresso", imageSrc: "http://img.b2bpic.net/free-photo/sparkling-cocktail-champagne-with-red-current-syrop-strawberry-grape-top-side-view_141793-3194.jpg", imageAlt: "Espresso Martini cocktail"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Margarita",
|
||||
price: "$19",
|
||||
variant: "Tequila, Cointreau, Lime",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-with-side-lime-slices_140725-2723.jpg",
|
||||
imageAlt: "Margarita cocktail",
|
||||
},
|
||||
id: "p4", name: "Margarita", price: "$19", variant: "Tequila, Cointreau, Lime", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-with-side-lime-slices_140725-2723.jpg", imageAlt: "Margarita cocktail"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cosmopolitan",
|
||||
price: "$18",
|
||||
variant: "Vodka, Cranberry, Lime",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-summer-sour-local-craft-b_181624-57875.jpg",
|
||||
imageAlt: "Cosmopolitan cocktail",
|
||||
},
|
||||
id: "p5", name: "Cosmopolitan", price: "$18", variant: "Vodka, Cranberry, Lime", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-summer-sour-local-craft-b_181624-57875.jpg", imageAlt: "Cosmopolitan cocktail"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Gin & Tonic",
|
||||
price: "$17",
|
||||
variant: "Gin, Tonic, Lime",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caipirinha-mojito-cocktail-vodka-soda-drink-with-lime-mint-straw-table-still-life-copy-space_639032-2014.jpg",
|
||||
imageAlt: "Gin and Tonic cocktail",
|
||||
},
|
||||
id: "p6", name: "Gin & Tonic", price: "$17", variant: "Gin, Tonic, Lime", imageSrc: "http://img.b2bpic.net/free-photo/caipirinha-mojito-cocktail-vodka-soda-drink-with-lime-mint-straw-table-still-life-copy-space_639032-2014.jpg", imageAlt: "Gin and Tonic cocktail"},
|
||||
]}
|
||||
title="Signature Drinks"
|
||||
description="Indulge in our exquisite selection of handcrafted cocktails and premium spirits. Our bartenders are dedicated to creating the perfect drink for every palate."
|
||||
@@ -346,58 +209,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "entry",
|
||||
title: "General Admission",
|
||||
price: "$30",
|
||||
period: "per person",
|
||||
features: [
|
||||
"Access to Main Dance Floor",
|
||||
"Entry to All Public Areas",
|
||||
"Happy Hour Access (before 10 PM)",
|
||||
],
|
||||
id: "entry", title: "General Admission", price: "$30", period: "per person", features: [
|
||||
"Access to Main Dance Floor", "Entry to All Public Areas", "Happy Hour Access (before 10 PM)"],
|
||||
button: {
|
||||
text: "Get Tickets",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-teenagers-party_23-2149239034.jpg",
|
||||
imageAlt: "Nightclub entrance",
|
||||
},
|
||||
text: "Get Tickets", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-teenagers-party_23-2149239034.jpg", imageAlt: "Nightclub entrance"},
|
||||
{
|
||||
id: "vip",
|
||||
title: "VIP Table",
|
||||
price: "$500+",
|
||||
period: "per table",
|
||||
features: [
|
||||
"Exclusive Private Table",
|
||||
"Priority Entry & Host Service",
|
||||
"Bottle Service Included",
|
||||
"Dedicated VIP Area Access",
|
||||
],
|
||||
id: "vip", title: "VIP Table", price: "$500+", period: "per table", features: [
|
||||
"Exclusive Private Table", "Priority Entry & Host Service", "Bottle Service Included", "Dedicated VIP Area Access"],
|
||||
button: {
|
||||
text: "Reserve VIP",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-pouring-champagne-glass-near-disco-ball_23-2147972049.jpg",
|
||||
imageAlt: "VIP table with bottle service",
|
||||
},
|
||||
text: "Reserve VIP", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-pouring-champagne-glass-near-disco-ball_23-2147972049.jpg", imageAlt: "VIP table with bottle service"},
|
||||
{
|
||||
id: "event",
|
||||
title: "Private Event Package",
|
||||
price: "Custom",
|
||||
period: "per event",
|
||||
features: [
|
||||
"Tailored Event Planning",
|
||||
"Private Section or Full Venue",
|
||||
"Customizable Drink Menu",
|
||||
"Dedicated Event Coordinator",
|
||||
],
|
||||
id: "event", title: "Private Event Package", price: "Custom", period: "per event", features: [
|
||||
"Tailored Event Planning", "Private Section or Full Venue", "Customizable Drink Menu", "Dedicated Event Coordinator"],
|
||||
button: {
|
||||
text: "Inquire Now",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-alcohol-beverages-glasses-table-restaurant-bar_627829-6125.jpg",
|
||||
imageAlt: "Private event setup",
|
||||
},
|
||||
text: "Inquire Now", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-alcohol-beverages-glasses-table-restaurant-bar_627829-6125.jpg", imageAlt: "Private event setup"},
|
||||
]}
|
||||
title="Experience Republiq"
|
||||
description="Choose your perfect night out, from general admission to exclusive VIP packages. We offer options to suit every preference, ensuring an unforgettable time."
|
||||
@@ -411,45 +239,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sophie K.",
|
||||
role: "Regular Guest",
|
||||
testimonial: "Republiq never disappoints! The atmosphere is electric, and the music keeps me dancing all night long. My favorite spot in town.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-party-with-headphones_23-2148543311.jpg",
|
||||
imageAlt: "Sophie K.",
|
||||
},
|
||||
id: "t1", name: "Sophie K.", role: "Regular Guest", testimonial: "Republiq never disappoints! The atmosphere is electric, and the music keeps me dancing all night long. My favorite spot in town.", imageSrc: "http://img.b2bpic.net/free-photo/woman-party-with-headphones_23-2148543311.jpg", imageAlt: "Sophie K."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark J.",
|
||||
role: "Event Organizer",
|
||||
testimonial: "I've hosted several events at Republiq, and each time, it's been a massive success. The staff is incredible, and the venue is top-notch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-confetti_23-2149386876.jpg",
|
||||
imageAlt: "Mark J.",
|
||||
},
|
||||
id: "t2", name: "Mark J.", role: "Event Organizer", testimonial: "I've hosted several events at Republiq, and each time, it's been a massive success. The staff is incredible, and the venue is top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-confetti_23-2149386876.jpg", imageAlt: "Mark J."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena V.",
|
||||
role: "New Visitor",
|
||||
testimonial: "First time here and I'm blown away! The cocktails are divine, and the crowd is so friendly. Definitely coming back soon.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-musician-having-uncertain-expression-standing-front-microphone-preparing-sing-heavy-metal-song-working-rock-album-artist-playing-grunge-music-using-electric-guitar-instrument_482257-63451.jpg",
|
||||
imageAlt: "Elena V.",
|
||||
},
|
||||
id: "t3", name: "Elena V.", role: "New Visitor", testimonial: "First time here and I'm blown away! The cocktails are divine, and the crowd is so friendly. Definitely coming back soon.", imageSrc: "http://img.b2bpic.net/free-photo/confused-musician-having-uncertain-expression-standing-front-microphone-preparing-sing-heavy-metal-song-working-rock-album-artist-playing-grunge-music-using-electric-guitar-instrument_482257-63451.jpg", imageAlt: "Elena V."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David M.",
|
||||
role: "VIP Member",
|
||||
testimonial: "The VIP experience is worth every penny. Privacy, excellent service, and the best view of the stage. Republiq truly understands luxury.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-people_23-2149124027.jpg",
|
||||
imageAlt: "David M.",
|
||||
},
|
||||
id: "t4", name: "David M.", role: "VIP Member", testimonial: "The VIP experience is worth every penny. Privacy, excellent service, and the best view of the stage. Republiq truly understands luxury.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-people_23-2149124027.jpg", imageAlt: "David M."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Laura P.",
|
||||
role: "Party Enthusiast",
|
||||
testimonial: "Always a fantastic night! The diverse music and vibrant energy make Republiq a must-visit for anyone looking to have a good time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-vening-street_1303-3837.jpg",
|
||||
imageAlt: "Laura P.",
|
||||
},
|
||||
id: "t5", name: "Laura P.", role: "Party Enthusiast", testimonial: "Always a fantastic night! The diverse music and vibrant energy make Republiq a must-visit for anyone looking to have a good time.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-vening-street_1303-3837.jpg", imageAlt: "Laura P."},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear directly from our satisfied clubbers and event hosts about their unforgettable experiences at Republiq."
|
||||
@@ -460,18 +258,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-animated-grid",
|
||||
}}
|
||||
variant: "downward-rays-animated-grid"}}
|
||||
text="Ready to make your night unforgettable? Contact Republiq Bar Club for reservations, VIP bookings, or private event inquiries. Our team is here to ensure your experience is nothing short of spectacular."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@republiq.club",
|
||||
},
|
||||
text: "Email Us", href: "mailto:info@republiq.club"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Us", href: "tel:+1234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -483,54 +276,33 @@ export default function LandingPage() {
|
||||
logoText="Republiq"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Events", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "VIP Booking",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "VIP Booking", href: "#pricing"},
|
||||
{
|
||||
label: "Private Events",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Private Events", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Join Our Team",
|
||||
href: "#",
|
||||
},
|
||||
label: "Join Our Team", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user