diff --git a/src/app/page.tsx b/src/app/page.tsx index 75ce14e..9062dfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -55,98 +50,55 @@ export default function LandingPage() { @@ -156,9 +108,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A New Chapter in Nightlife" description={[ - "Trend is more than just a club; it’s 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; it’s 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."]} /> @@ -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." /> +
+ +
+
@@ -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() {
@@ -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() { ); -} +} \ No newline at end of file