3 Commits

Author SHA1 Message Date
9c3a34eefc Update src/app/page.tsx 2026-04-16 15:35:19 +00:00
e94423fd81 Update src/app/page.tsx 2026-04-16 15:33:37 +00:00
57848a8209 Merge version_1 into main
Merge version_1 into main
2026-04-16 15:29:48 +00:00

View File

@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Collection", name: "Collection", id: "products"},
id: "products",
},
{ {
name: "Why Us", name: "Why Us", id: "about"},
id: "about",
},
{ {
name: "Reviews", name: "Reviews", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Aqiq Cigars" brandName="Aqiq Cigars"
/> />
@@ -63,13 +53,9 @@ export default function LandingPage() {
description="The peak of exclusivity. Hand-selected premium cigars delivered discreetly to Jordan's most discerning enthusiasts. Join the private club." description="The peak of exclusivity. Hand-selected premium cigars delivered discreetly to Jordan's most discerning enthusiasts. Join the private club."
buttons={[ buttons={[
{ {
text: "Order on WhatsApp", text: "Order on WhatsApp", href: "https://wa.me/962791936649?text=Hi,%20I%20want%20to%20order%20cigars%20from%20Aqiq%20Cigars"},
href: "https://wa.me/962791936649?text=Hi,%20I%20want%20to%20order%20cigars%20from%20Aqiq%20Cigars",
},
{ {
text: "View Collection (Instagram)", text: "View Collection (Instagram)", href: "https://www.instagram.com/aqiqcigars.jo/"},
href: "https://instagram.com/aqiqcigars.jo",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/brown-wavy-smoke-black-background_23-2148210882.jpg" imageSrc="http://img.b2bpic.net/free-photo/brown-wavy-smoke-black-background_23-2148210882.jpg"
@@ -97,20 +83,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Elite Selection", title: "Elite Selection", description: "Only the rarest, hand-rolled cigars make our private catalog.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-leaf-texture_23-2151913863.jpg"},
description: "Only the rarest, hand-rolled cigars make our private catalog.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-leaf-texture_23-2151913863.jpg",
},
{ {
title: "Premium Tools", title: "Premium Tools", description: "High-end cutters and lighters for the true collector.", imageSrc: "http://img.b2bpic.net/free-photo/funky-bearded-hipster-male-dressed-blue-shirt-elegant-waistcoat-top-hat-holds-craft-beer-bottle_613910-15741.jpg"},
description: "High-end cutters and lighters for the true collector.",
imageSrc: "http://img.b2bpic.net/free-photo/funky-bearded-hipster-male-dressed-blue-shirt-elegant-waistcoat-top-hat-holds-craft-beer-bottle_613910-15741.jpg",
},
{ {
title: "Private Club", title: "Private Club", description: "Access to weekly exclusive drops for our client members.", imageSrc: "http://img.b2bpic.net/free-photo/christmas-background-with-lights-suitcase_23-2147726453.jpg"},
description: "Access to weekly exclusive drops for our client members.",
imageSrc: "http://img.b2bpic.net/free-photo/christmas-background-with-lights-suitcase_23-2147726453.jpg",
},
]} ]}
title="Why Aqiq Cigars?" title="Why Aqiq Cigars?"
description="The difference is in the details." description="The difference is in the details."
@@ -125,41 +102,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "The Royal Gold", price: "Limited", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CRfWpVxCFvzVfL6mCnoJN3PosW/uploaded-1776353526365-of8xejch.jpg"},
name: "The Royal Gold",
price: "Limited",
imageSrc: "http://img.b2bpic.net/free-photo/preparing-sake-japanese-beverage_23-2150158652.jpg",
},
{ {
id: "p2", id: "p2", name: "Habano Reserve", price: "Limited", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CRfWpVxCFvzVfL6mCnoJN3PosW/uploaded-1776353526365-owe8iu3r.jpg"},
name: "Habano Reserve",
price: "Limited",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cigarette-zippo-lighter_181624-11768.jpg",
},
{ {
id: "p3", id: "p3", name: "Midnight Series", price: "Limited", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CRfWpVxCFvzVfL6mCnoJN3PosW/uploaded-1776353526365-tglnqbq6.jpg"},
name: "Midnight Series",
price: "Limited",
imageSrc: "http://img.b2bpic.net/free-photo/glass-bottle-cognac-sigar_140725-4355.jpg",
},
{ {
id: "p4", id: "p4", name: "Aged Excellence", price: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mystery-box_23-2149631447.jpg"},
name: "Aged Excellence",
price: "Limited",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mystery-box_23-2149631447.jpg",
},
{ {
id: "p5", id: "p5", name: "Private Collection", price: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/hookah-bowl-clipper-dark-background_140725-577.jpg"},
name: "Private Collection",
price: "Limited",
imageSrc: "http://img.b2bpic.net/free-photo/hookah-bowl-clipper-dark-background_140725-577.jpg",
},
{ {
id: "p6", id: "p6", name: "Signature Blend", price: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/white-smoke-collection-black-background_1112-1613.jpg"},
name: "Signature Blend",
price: "Limited",
imageSrc: "http://img.b2bpic.net/free-photo/white-smoke-collection-black-background_1112-1613.jpg",
},
]} ]}
title="Curated Drops" title="Curated Drops"
description="Exclusive inventory. Limited availability." description="Exclusive inventory. Limited availability."
@@ -174,45 +127,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Ahmed", role: "Collector", company: "Amman", rating: 5,
name: "Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/bearded-brutal-man-white-shirt-is-wearing-protection-his-fist-before-fight-dark-studio_613910-3050.jpg"},
role: "Collector",
company: "Amman",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-brutal-man-white-shirt-is-wearing-protection-his-fist-before-fight-dark-studio_613910-3050.jpg",
},
{ {
id: "2", id: "2", name: "Khalid", role: "Connoisseur", company: "Amman", rating: 5,
name: "Khalid", imageSrc: "http://img.b2bpic.net/free-photo/pensive-modern-man-is-smoking-cigarette-outside-coffeshop-while-drinking-his-cup-coffee_613910-20848.jpg"},
role: "Connoisseur",
company: "Amman",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pensive-modern-man-is-smoking-cigarette-outside-coffeshop-while-drinking-his-cup-coffee_613910-20848.jpg",
},
{ {
id: "3", id: "3", name: "Omar", role: "Member", company: "Aqaba", rating: 5,
name: "Omar", imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327170.jpg"},
role: "Member",
company: "Aqaba",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327170.jpg",
},
{ {
id: "4", id: "4", name: "Faisal", role: "Collector", company: "Amman", rating: 5,
name: "Faisal", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-elegant-shaved-head-male-dressed-light-grey-suit_613910-11361.jpg"},
role: "Collector",
company: "Amman",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-elegant-shaved-head-male-dressed-light-grey-suit_613910-11361.jpg",
},
{ {
id: "5", id: "5", name: "Zaid", role: "Member", company: "Irbid", rating: 5,
name: "Zaid", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg"},
role: "Member",
company: "Irbid",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg",
},
]} ]}
title="What Private Clients Say" title="What Private Clients Say"
description="Authentic feedback from Jordan's finest." description="Authentic feedback from Jordan's finest."
@@ -227,25 +155,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "100+", title: "Private Clients", description: "Jordan's most elite.", icon: Users,
value: "100+",
title: "Private Clients",
description: "Jordan's most elite.",
icon: Users,
}, },
{ {
id: "m2", id: "m2", value: "24/7", title: "Support", description: "WhatsApp concierge.", icon: MessageCircle,
value: "24/7",
title: "Support",
description: "WhatsApp concierge.",
icon: MessageCircle,
}, },
{ {
id: "m3", id: "m3", value: "100%", title: "Authenticity", description: "Guaranteed quality.", icon: Award,
value: "100%",
title: "Authenticity",
description: "Guaranteed quality.",
icon: Award,
}, },
]} ]}
title="Club Statistics" title="Club Statistics"
@@ -258,20 +174,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Is delivery discreet?", content: "Absolutely. Your order arrives with the utmost discretion."},
title: "Is delivery discreet?",
content: "Absolutely. Your order arrives with the utmost discretion.",
},
{ {
id: "q2", id: "q2", title: "Are these authentic?", content: "We only source the highest grade authentic cigars globally."},
title: "Are these authentic?",
content: "We only source the highest grade authentic cigars globally.",
},
{ {
id: "q3", id: "q3", title: "How do I order?", content: "Simply click the WhatsApp button to message our concierge directly."},
title: "How do I order?",
content: "Simply click the WhatsApp button to message our concierge directly.",
},
]} ]}
sideTitle="Common Questions" sideTitle="Common Questions"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -285,16 +192,10 @@ export default function LandingPage() {
description="Message our concierge to access the private catalog." description="Message our concierge to access the private catalog."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "WhatsApp Number", required: true,
type: "tel",
placeholder: "WhatsApp Number",
required: true,
}, },
]} ]}
buttonText="Connect via WhatsApp" buttonText="Connect via WhatsApp"
@@ -308,30 +209,21 @@ export default function LandingPage() {
logoText="Aqiq Cigars" logoText="Aqiq Cigars"
columns={[ columns={[
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "WhatsApp: 0791936649", label: "WhatsApp: 0791936649", href: "https://wa.me/962791936649"},
href: "https://wa.me/962791936649",
},
], ],
}, },
{ {
title: "Social", title: "Social", items: [
items: [
{ {
label: "Instagram", label: "Instagram", href: "https://www.instagram.com/aqiqcigars.jo/"},
href: "https://instagram.com/aqiqcigars.jo",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -341,4 +233,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }