Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-09 15:40:56 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Kibreeteh"
/>
@@ -59,9 +51,7 @@ export default function LandingPage() {
description="Redefining elegance through refined smoke experiences. Discover our curated collection of premium artisanal accessories designed for the modern connoisseur."
buttons={[
{
text: "Explore Collection",
href: "#products",
},
text: "Explore Collection", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/smoke-texture-wallpaper-dark-background_53876-138228.jpg"
imageAlt="Kibreeteh premium smoke lifestyle background"
@@ -76,17 +66,11 @@ export default function LandingPage() {
description="At Kibreeteh, we believe that smoking is a ritual, not just a habit. Our designs are born from a fusion of traditional craftsmanship and modern aesthetic, ensuring every product delivers an unparalleled sensory experience."
bulletPoints={[
{
title: "Premium Materials",
description: "Sourced from the finest global suppliers for durability and elegance.",
},
title: "Premium Materials", description: "Sourced from the finest global suppliers for durability and elegance."},
{
title: "Artisan Design",
description: "Every curve and finish is crafted with meticulous attention to detail.",
},
title: "Artisan Design", description: "Every curve and finish is crafted with meticulous attention to detail."},
{
title: "Exceptional Feel",
description: "Engineered for a seamless and comfortable handling experience.",
},
title: "Exceptional Feel", description: "Engineered for a seamless and comfortable handling experience."},
]}
imageSrc="http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65196.jpg"
imageAlt="Kibreeteh craftsmanship detail"
@@ -102,19 +86,13 @@ export default function LandingPage() {
features={[
{
icon: Sparkles,
title: "Aesthetic Appeal",
description: "Designed to look as good as they perform.",
},
title: "Aesthetic Appeal", description: "Designed to look as good as they perform."},
{
icon: Shield,
title: "Durability",
description: "Built to last with high-grade components.",
},
title: "Durability", description: "Built to last with high-grade components."},
{
icon: Zap,
title: "Optimized Airflow",
description: "Precision-engineered for a smooth pull.",
},
title: "Optimized Airflow", description: "Precision-engineered for a smooth pull."},
]}
title="Refined Features"
description="Discover why Kibreeteh is the choice for discerning individuals."
@@ -124,46 +102,27 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
buttons={[
{
text: "View All Products", href: "/shop"
}
]}
products={[
{
id: "p1",
name: "Signature Pipe",
price: "$120",
imageSrc: "http://img.b2bpic.net/free-photo/male-product-photographer-doing-his-job-studio_23-2148970192.jpg",
},
id: "p1", name: "Signature Pipe", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/male-product-photographer-doing-his-job-studio_23-2148970192.jpg"},
{
id: "p2",
name: "Elegance Lighter",
price: "$85",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-nail-polish-accesories-plain-background_23-2148306690.jpg",
},
id: "p2", name: "Elegance Lighter", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nail-polish-accesories-plain-background_23-2148306690.jpg"},
{
id: "p3",
name: "Midnight Case",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157456.jpg",
},
id: "p3", name: "Midnight Case", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157456.jpg"},
{
id: "p4",
name: "Gold Edition Tray",
price: "$150",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hookah-vaping_23-2149297158.jpg",
},
id: "p4", name: "Gold Edition Tray", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hookah-vaping_23-2149297158.jpg"},
{
id: "p5",
name: "Portable Filter",
price: "$35",
imageSrc: "http://img.b2bpic.net/free-photo/blue-wavy-smoke-black-background_23-2148211031.jpg",
},
id: "p5", name: "Portable Filter", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/blue-wavy-smoke-black-background_23-2148211031.jpg"},
{
id: "p6",
name: "Premium Blend Kit",
price: "$210",
imageSrc: "http://img.b2bpic.net/free-photo/blank-stationery-set-corporate-identity-template_93675-130790.jpg",
},
id: "p6", name: "Premium Blend Kit", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/blank-stationery-set-corporate-identity-template_93675-130790.jpg"},
]}
title="Curated Collection"
description="Explore our signature lineup of smoke accessories."
@@ -177,20 +136,11 @@ export default function LandingPage() {
tag="Excellence"
metrics={[
{
id: "m1",
value: "5k+",
description: "Happy Connoisseurs",
},
id: "m1", value: "5k+", description: "Happy Connoisseurs"},
{
id: "m2",
value: "12",
description: "Global Awards",
},
id: "m2", value: "12", description: "Global Awards"},
{
id: "m3",
value: "100%",
description: "Satisfaction Rate",
},
id: "m3", value: "100%", description: "Satisfaction Rate"},
]}
metricsAnimation="slide-up"
/>
@@ -203,40 +153,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alex R.",
role: "Collector",
testimonial: "The build quality is absolutely unmatched. A true piece of art.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-doing-skincare-home_23-2150642530.jpg",
},
id: "1", name: "Alex R.", role: "Collector", testimonial: "The build quality is absolutely unmatched. A true piece of art.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-doing-skincare-home_23-2150642530.jpg"},
{
id: "2",
name: "Sarah K.",
role: "Daily User",
testimonial: "Kibreeteh has completely elevated my ritual. Every product feels premium.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
},
id: "2", name: "Sarah K.", role: "Daily User", testimonial: "Kibreeteh has completely elevated my ritual. Every product feels premium.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg"},
{
id: "3",
name: "Marcus L.",
role: "Designer",
testimonial: "As a designer, I appreciate the attention to detail. Just superb.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleaning-her-skin-bathroom-beautiful-healthy-woman-bathroom_1153-7637.jpg",
},
id: "3", name: "Marcus L.", role: "Designer", testimonial: "As a designer, I appreciate the attention to detail. Just superb.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleaning-her-skin-bathroom-beautiful-healthy-woman-bathroom_1153-7637.jpg"},
{
id: "4",
name: "Emily P.",
role: "Connoisseur",
testimonial: "I have never used anything quite like this. Smooth, stylish, perfect.",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-smiling-stylish-man-white-shirt-sunglasses-standing-streets-city-calling-mobile-phone_496169-452.jpg",
},
id: "4", name: "Emily P.", role: "Connoisseur", testimonial: "I have never used anything quite like this. Smooth, stylish, perfect.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-smiling-stylish-man-white-shirt-sunglasses-standing-streets-city-calling-mobile-phone_496169-452.jpg"},
{
id: "5",
name: "John D.",
role: "Professional",
testimonial: "Luxury defined. Kibreeteh is essential for any serious collection.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rich-woman-holding-smartphone_23-2149722600.jpg",
},
id: "5", name: "John D.", role: "Professional", testimonial: "Luxury defined. Kibreeteh is essential for any serious collection.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rich-woman-holding-smartphone_23-2149722600.jpg"},
]}
title="Client Perspectives"
description="What the community says about their Kibreeteh experience."
@@ -248,20 +173,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How do I clean my pipe?",
content: "We recommend using a specialized cleaning solution and pipe cleaners for best results.",
},
id: "f1", title: "How do I clean my pipe?", content: "We recommend using a specialized cleaning solution and pipe cleaners for best results."},
{
id: "f2",
title: "Is shipping available globally?",
content: "Yes, we ship to all major international destinations.",
},
id: "f2", title: "Is shipping available globally?", content: "Yes, we ship to all major international destinations."},
{
id: "f3",
title: "What materials are used?",
content: "We use high-grade aluminum, brass, and medical-grade silicone.",
},
id: "f3", title: "What materials are used?", content: "We use high-grade aluminum, brass, and medical-grade silicone."},
]}
sideTitle="Common Questions"
sideDescription="Find answers to help you get the most out of your Kibreeteh gear."
@@ -273,16 +189,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in touch"
title="Ready for your experience?"
description="Have questions about our collection or need guidance? We are here to help you choose the right piece."
buttons={[
{
text: "Contact Us",
href: "mailto:hello@kibreeteh.com",
},
text: "Contact Us", href: "mailto:hello@kibreeteh.com"},
]}
/>
</div>
@@ -292,29 +205,19 @@ export default function LandingPage() {
logoText="Kibreeteh Smoke"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -324,4 +227,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}