Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-05-05 18:59:09 +00:00

View File

@@ -11,6 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
export default function LandingPage() {
return (
@@ -31,21 +32,15 @@ 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: "events",
},
name: "Events", id: "events"},
{
name: "Contact",
id: "contact",
},
name: "Pricing", id: "pricing"},
{
name: "Contact", id: "contact"},
]}
brandName="Trend"
/>
@@ -55,98 +50,55 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Trend Amman: Where the City Comes Alive"
description="Experience the heartbeat of Amman nightlife. Premium service, world-class beats, and an unforgettable vibe awaits you at Trend."
testimonials={[
{
name: "Layla",
handle: "@layla_amman",
testimonial: "The best club in Amman. The vibe is always unmatched!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/glamorous-girl-posing-while-resting-modern-cafe_158595-4350.jpg",
},
name: "Layla", handle: "@layla_amman", testimonial: "The best club in Amman. The vibe is always unmatched!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/glamorous-girl-posing-while-resting-modern-cafe_158595-4350.jpg"},
{
name: "Omar",
handle: "@omar_jordan",
testimonial: "Excellent service and world-class sound. Definitely a trendsetter.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-with-sparklers-night-beach_23-2147645596.jpg",
},
name: "Omar", handle: "@omar_jordan", testimonial: "Excellent service and world-class sound. Definitely a trendsetter.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-with-sparklers-night-beach_23-2147645596.jpg"},
{
name: "Sara",
handle: "@sara_night",
testimonial: "Every weekend here is an event to remember.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/techno-party-lifestyle_52683-122056.jpg",
},
name: "Sara", handle: "@sara_night", testimonial: "Every weekend here is an event to remember.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/techno-party-lifestyle_52683-122056.jpg"},
{
name: "Karim",
handle: "@k_night",
testimonial: "Professional staff and a stunning venue.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/interested-young-woman-yellow-pants-sitting-street-outdoor-photo-winsome-brunette-girl-posing-bench_197531-9426.jpg",
},
name: "Karim", handle: "@k_night", testimonial: "Professional staff and a stunning venue.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/interested-young-woman-yellow-pants-sitting-street-outdoor-photo-winsome-brunette-girl-posing-bench_197531-9426.jpg"},
{
name: "Nadine",
handle: "@nadine_trend",
testimonial: "Always high energy. My favorite spot in Amman.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman_1303-17561.jpg",
},
name: "Nadine", handle: "@nadine_trend", testimonial: "Always high energy. My favorite spot in Amman.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman_1303-17561.jpg"},
]}
buttons={[
{
text: "Reserve Now",
href: "#contact",
},
text: "Reserve Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/bowling-alley-neon-lights_23-2151697017.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481522.jpg",
alt: "Guest 1",
},
src: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481522.jpg", alt: "Guest 1"},
{
src: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-geometric-laser-lights_181624-26247.jpg",
alt: "Guest 2",
},
src: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-geometric-laser-lights_181624-26247.jpg", alt: "Guest 2"},
{
src: "http://img.b2bpic.net/free-photo/closeup-shot-purple-neon-lights-forming-triangular-shapes-perspective_181624-56899.jpg",
alt: "Guest 3",
},
src: "http://img.b2bpic.net/free-photo/closeup-shot-purple-neon-lights-forming-triangular-shapes-perspective_181624-56899.jpg", alt: "Guest 3"},
{
src: "http://img.b2bpic.net/free-photo/unfocused-entry-disco-colors_1208-250.jpg",
alt: "Guest 4",
},
src: "http://img.b2bpic.net/free-photo/unfocused-entry-disco-colors_1208-250.jpg", alt: "Guest 4"},
{
src: "http://img.b2bpic.net/free-photo/black-boy-posing-with-headphones_23-2148171778.jpg",
alt: "Guest 5",
},
src: "http://img.b2bpic.net/free-photo/black-boy-posing-with-headphones_23-2148171778.jpg", alt: "Guest 5"},
]}
marqueeItems={[
{
type: "text",
text: "Premium Nightlife",
},
type: "text", text: "Premium Nightlife"},
{
type: "text",
text: "VIP Service",
},
type: "text", text: "VIP Service"},
{
type: "text",
text: "Amman's Best",
},
type: "text", text: "Amman's Best"},
{
type: "text",
text: "Exclusive Beats",
},
type: "text", text: "Exclusive Beats"},
{
type: "text",
text: "Trend Setting",
},
type: "text", text: "Trend Setting"},
]}
/>
</div>
@@ -156,9 +108,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A New Chapter in Nightlife"
description={[
"Trend is more than just a club; its an experience. Nestled in the heart of Amman, we combine luxury with music to create an atmosphere that resonates with every guest.",
"Our venue features state-of-the-art sound systems, bespoke interiors, and unmatched service to ensure every night is an event to remember.",
]}
"Trend is more than just a club; its an experience. Nestled in the heart of Amman, we combine luxury with music to create an atmosphere that resonates with every guest.", "Our venue features state-of-the-art sound systems, bespoke interiors, and unmatched service to ensure every night is an event to remember."]}
/>
</div>
@@ -169,38 +119,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Artisan Cocktails",
author: "Mixology Team",
description: "Handcrafted drinks served with flare.",
tags: [
"Drinks",
"Service",
],
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-city-night-taking-selfie_23-2149215119.jpg",
},
id: "f1", title: "Artisan Cocktails", author: "Mixology Team", description: "Handcrafted drinks served with flare.", tags: [
"Drinks", "Service"],
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-city-night-taking-selfie_23-2149215119.jpg"},
{
id: "f2",
title: "World-Class Sound",
author: "Sound Team",
description: "Immersive soundscapes for the best beats.",
tags: [
"Audio",
"Vibe",
],
imageSrc: "http://img.b2bpic.net/free-photo/rainbow-abstract-background-with-neon-led-light_53876-103802.jpg",
},
id: "f2", title: "World-Class Sound", author: "Sound Team", description: "Immersive soundscapes for the best beats.", tags: [
"Audio", "Vibe"],
imageSrc: "http://img.b2bpic.net/free-photo/rainbow-abstract-background-with-neon-led-light_53876-103802.jpg"},
{
id: "f3",
title: "VIP Luxury Booths",
author: "Management",
description: "Exclusive areas with premium bottle service.",
tags: [
"VIP",
"Privacy",
],
imageSrc: "http://img.b2bpic.net/free-photo/unfocused-entry-disco-colors_1208-243.jpg",
},
id: "f3", title: "VIP Luxury Booths", author: "Management", description: "Exclusive areas with premium bottle service.", tags: [
"VIP", "Privacy"],
imageSrc: "http://img.b2bpic.net/free-photo/unfocused-entry-disco-colors_1208-243.jpg"},
]}
title="Unmatched Nightclub Experiences"
description="Discover what makes Trend the ultimate destination for your night out."
@@ -215,47 +144,47 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "e1",
name: "Trend Fridays",
price: "VIP Access",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-bartender-making-drink-working-with-shakers-white-wall-night-bar-alcohol-club-drink-job_140725-121905.jpg",
},
id: "e1", name: "Trend Fridays", price: "VIP Access", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-bartender-making-drink-working-with-shakers-white-wall-night-bar-alcohol-club-drink-job_140725-121905.jpg"},
{
id: "e2",
name: "Neon Saturdays",
price: "Limited",
imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-blue-red-laser-lights-perfect-digital-background_181624-32643.jpg",
},
id: "e2", name: "Neon Saturdays", price: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-blue-red-laser-lights-perfect-digital-background_181624-32643.jpg"},
{
id: "e3",
name: "Signature Nights",
price: "Reserve",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-indoors-with-book_23-2149548502.jpg",
},
id: "e3", name: "Signature Nights", price: "Reserve", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-indoors-with-book_23-2149548502.jpg"},
{
id: "e4",
name: "Deep Beats Session",
price: "VIP",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182520.jpg",
},
id: "e4", name: "Deep Beats Session", price: "VIP", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182520.jpg"},
{
id: "e5",
name: "Grand Gala",
price: "RSVP Only",
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-cocktails_23-2148454466.jpg",
},
id: "e5", name: "Grand Gala", price: "RSVP Only", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-cocktails_23-2148454466.jpg"},
{
id: "e6",
name: "Summer Showcase",
price: "Tickets",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-new-year-s-eve-home_23-2148741470.jpg",
},
id: "e6", name: "Summer Showcase", price: "Tickets", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-new-year-s-eve-home_23-2148741470.jpg"},
]}
title="Upcoming Nights"
description="Join our upcoming exclusive events."
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardEight
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
title="Table Availability & Booking"
description="Select your preferred area and reserve your space for the night."
plans={[
{
id: "p1", badge: "VIP Lounge", price: "Limited", subtitle: "Prime View", features: ["Bottle Service", "Dedicated Server", "Best Sound"],
buttons: [{ text: "Book Table", href: "#contact" }]
},
{
id: "p2", badge: "Dance Floor", price: "Available", subtitle: "Stay Close", features: ["Immediate Access", "Near Deejay", "High Energy"],
buttons: [{ text: "Book Table", href: "#contact" }]
},
{
id: "p3", badge: "Bar Side", price: "Open", subtitle: "Quick Access", features: ["Bar Proximity", "Cocktail Specials", "Flexible Seating"],
buttons: [{ text: "Book Table", href: "#contact" }]
}
]}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardFourteen
useInvertedBackground={true}
@@ -263,20 +192,11 @@ export default function LandingPage() {
tag="Our Impact"
metrics={[
{
id: "m1",
value: "500+",
description: "Happy Guests Monthly",
},
id: "m1", value: "500+", description: "Happy Guests Monthly"},
{
id: "m2",
value: "12",
description: "Expert Bartenders",
},
id: "m2", value: "12", description: "Expert Bartenders"},
{
id: "m3",
value: "24/7",
description: "Passion for Quality",
},
id: "m3", value: "24/7", description: "Passion for Quality"},
]}
metricsAnimation="slide-up"
/>
@@ -288,20 +208,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do I need a reservation?",
content: "Yes, we highly recommend reservations for VIP areas and peak hours.",
},
id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend reservations for VIP areas and peak hours."},
{
id: "q2",
title: "What is the dress code?",
content: "Smart casual or formal—dress to impress.",
},
id: "q2", title: "What is the dress code?", content: "Smart casual or formal—dress to impress."},
{
id: "q3",
title: "Where are you located?",
content: "We are located in the vibrant district of Amman, Jordan.",
},
id: "q3", title: "Where are you located?", content: "We are located in the vibrant district of Amman, Jordan."},
]}
title="Got Questions?"
description="Find everything you need to know."
@@ -313,16 +224,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Reservations"
title="Book Your Spot Today"
description="Join the Trend and secure your table at Amman's hottest nightclub destination."
buttons={[
{
text: "Call to Reserve",
href: "tel:+962777777777",
},
text: "Call to Reserve", href: "tel:+962777777777"},
]}
/>
</div>
@@ -333,37 +241,27 @@ export default function LandingPage() {
{
items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Upcoming Events",
href: "#events",
},
label: "Upcoming Events", href: "#events"},
{
label: "Pricing", href: "#pricing"},
],
},
{
items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "WhatsApp",
href: "#",
},
label: "WhatsApp", href: "#"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -373,4 +271,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}