diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c54de4..0a7b9d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -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() {
@@ -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() {
@@ -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() { ); -} +} \ No newline at end of file