diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9062dfe..55e2840 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase';
-import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
@@ -12,6 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
+import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
export default function LandingPage() {
return (
@@ -31,16 +31,11 @@ export default function LandingPage() {
@@ -49,90 +44,66 @@ export default function LandingPage() {
+
+
+
+
+
+
-
-
-
-
@@ -143,60 +114,24 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
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: "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: "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: "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: "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: "e3", name: "Signature Nights", price: "Reserve", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-indoors-with-book_23-2149548502.jpg" },
]}
title="Upcoming Nights"
description="Join our upcoming exclusive events."
/>
-
-
@@ -207,12 +142,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- 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: "q3", title: "Where are you located?", content: "We are located in the vibrant district of Amman, Jordan."},
+ { 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: "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."
@@ -223,14 +155,12 @@ export default function LandingPage() {
@@ -238,32 +168,9 @@ export default function LandingPage() {