Merge version_1 into main #2
342
src/app/page.tsx
342
src/app/page.tsx
@@ -31,93 +31,41 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Wabilahi"
|
||||
button={{
|
||||
text: "WhatsApp Sales",
|
||||
href: "https://wa.me/yournumber",
|
||||
}}
|
||||
text: "WhatsApp Sales", href: "https://wa.me/yournumber"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Unrivaled Luxury Gadgets & Electronics"
|
||||
description="Experience the pinnacle of innovation. Premium electronics tailored for those who demand excellence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Contact on WhatsApp",
|
||||
href: "https://wa.me/yournumber",
|
||||
},
|
||||
{ text: "Explore Collection", href: "#products" },
|
||||
{ text: "Contact on WhatsApp", href: "https://wa.me/yournumber" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smartphone-gift-box-with-golden-balloon_187299-48036.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smartphone-gift-box-with-golden-balloon_187299-48036.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-businessman-dark-background_613910-15034.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-3695.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6622.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-relaxing-office-repair-shop_637285-11573.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-businessman-dark-background_613910-15034.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-3695.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6622.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-relaxing-office-repair-shop_637285-11573.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ satisfied clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Quality",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Shipping",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Support",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Guaranteed Authentic",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exclusive Deals",
|
||||
},
|
||||
{ type: "text", text: "Premium Quality" },
|
||||
{ type: "text", text: "Global Shipping" },
|
||||
{ type: "text", text: "24/7 Support" },
|
||||
{ type: "text", text: "Guaranteed Authentic" },
|
||||
{ type: "text", text: "Exclusive Deals" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,64 +77,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Assurance",
|
||||
description: "Every device is authentic and rigorously tested.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-experience-25-blue-color-icon-pack-including-analyze-user-computer-testing-design_1142-25119.jpg",
|
||||
},
|
||||
title: "Premium Assurance", description: "Every device is authentic and rigorously tested.", media: { imageSrc: "http://img.b2bpic.net/free-vector/user-experience-25-blue-color-icon-pack-including-analyze-user-computer-testing-design_1142-25119.jpg", imageAlt: "tech icon service reliability" },
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Genuine Products",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
text: "12-Month Guarantee",
|
||||
},
|
||||
{ icon: Shield, text: "Genuine Products" },
|
||||
{ icon: Award, text: "12-Month Guarantee" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-gift-box-with-golden-balloon_187299-48036.jpg?_wi=2",
|
||||
imageAlt: "tech icon service reliability",
|
||||
},
|
||||
{
|
||||
title: "Luxury Packaging",
|
||||
description: "Delivered with the elegance our brand stands for.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hardware-engineering-internet-25-blue-color-icon-pack-including-microchip-chip-server-data_1142-26753.jpg",
|
||||
},
|
||||
title: "Luxury Packaging", description: "Delivered with the elegance our brand stands for.", media: { imageSrc: "http://img.b2bpic.net/free-vector/hardware-engineering-internet-25-blue-color-icon-pack-including-microchip-chip-server-data_1142-26753.jpg", imageAlt: "tech icon service reliability" },
|
||||
items: [
|
||||
{
|
||||
icon: Gift,
|
||||
text: "Signature Packaging",
|
||||
},
|
||||
{
|
||||
icon: Truck,
|
||||
text: "Priority Delivery",
|
||||
},
|
||||
{ icon: Gift, text: "Signature Packaging" },
|
||||
{ icon: Truck, text: "Priority Delivery" },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-surface-with-face-mask-surgical-gloves_23-2148561108.jpg?_wi=1",
|
||||
imageAlt: "tech icon service reliability",
|
||||
},
|
||||
{
|
||||
title: "24/7 Expert Support",
|
||||
description: "Dedicated assistance for all your tech needs.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-element-collection-logotypes_23-2147599332.jpg",
|
||||
},
|
||||
title: "24/7 Expert Support", description: "Dedicated assistance for all your tech needs.", media: { imageSrc: "http://img.b2bpic.net/free-vector/abstract-element-collection-logotypes_23-2147599332.jpg", imageAlt: "tech icon service reliability" },
|
||||
items: [
|
||||
{
|
||||
icon: MessageCircle,
|
||||
text: "WhatsApp Concierge",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Instant Response",
|
||||
},
|
||||
{ icon: MessageCircle, text: "WhatsApp Concierge" },
|
||||
{ icon: Zap, text: "Instant Response" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg?_wi=1",
|
||||
imageAlt: "tech icon service reliability",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Wabilahi"
|
||||
@@ -201,42 +113,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Premium Smartphone X",
|
||||
price: "$1,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-surface-with-face-mask-surgical-gloves_23-2148561108.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Audio-Pro Headphones",
|
||||
price: "$349",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Luxury Smartwatch Ultra",
|
||||
price: "$599",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108309.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Executive Laptop Pro",
|
||||
price: "$2,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994378.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Professional DSLR Camera",
|
||||
price: "$3,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-indoors-still-life_23-2150630622.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Ultra-Thin Tablet Pro",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-pen-holding-tablet_23-2148751531.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Premium Smartphone X", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-surface-with-face-mask-surgical-gloves_23-2148561108.jpg" },
|
||||
{ id: "p2", name: "Audio-Pro Headphones", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg" },
|
||||
{ id: "p3", name: "Luxury Smartwatch Ultra", price: "$599", imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108309.jpg" },
|
||||
{ id: "p4", name: "Executive Laptop Pro", price: "$2,499", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994378.jpg" },
|
||||
{ id: "p5", name: "Professional DSLR Camera", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-indoors-still-life_23-2150630622.jpg" },
|
||||
{ id: "p6", name: "Ultra-Thin Tablet Pro", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-pen-holding-tablet_23-2148751531.jpg" },
|
||||
]}
|
||||
title="Exclusive Gadget Selection"
|
||||
description="Top-tier smartphones and electronics handpicked for quality."
|
||||
@@ -250,27 +132,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Devices Delivered",
|
||||
description: "High-end gadgets delivered safely",
|
||||
icon: Smartphone,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99%",
|
||||
title: "Satisfaction",
|
||||
description: "Our clients trust our service",
|
||||
icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Availability",
|
||||
description: "Concierge support available",
|
||||
icon: Clock,
|
||||
},
|
||||
{ id: "m1", value: "500+", title: "Devices Delivered", description: "High-end gadgets delivered safely", icon: Smartphone },
|
||||
{ id: "m2", value: "99%", title: "Satisfaction", description: "Our clients trust our service", icon: Smile },
|
||||
{ id: "m3", value: "24/7", title: "Availability", description: "Concierge support available", icon: Clock },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Trusted by discerning tech enthusiasts globally."
|
||||
@@ -282,46 +146,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Exceptional Service",
|
||||
quote: "The best experience for buying premium electronics.",
|
||||
name: "Sarah J.",
|
||||
role: "Entrepreneur",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-3693.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Truly Luxury",
|
||||
quote: "From packaging to device quality, unmatched.",
|
||||
name: "Mark D.",
|
||||
role: "Creative Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-man-holding-eyeglasses_74855-4321.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Highly Recommend",
|
||||
quote: "Fast delivery and genuine products. Amazing.",
|
||||
name: "Elena R.",
|
||||
role: "Tech Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Top Tier",
|
||||
quote: "Wabilahi offers the best gadgets in the market.",
|
||||
name: "David W.",
|
||||
role: "Developer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-dressed-stylish-blue-suit-grey-background_613910-13680.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Five Stars",
|
||||
quote: "Great communication and excellent gadgets.",
|
||||
name: "Alice P.",
|
||||
role: "Marketing Head",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Exceptional Service", quote: "The best experience for buying premium electronics.", name: "Sarah J.", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-3693.jpg" },
|
||||
{ id: "t2", title: "Truly Luxury", quote: "From packaging to device quality, unmatched.", name: "Mark D.", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-man-holding-eyeglasses_74855-4321.jpg" },
|
||||
{ id: "t3", title: "Highly Recommend", quote: "Fast delivery and genuine products. Amazing.", name: "Elena R.", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg" },
|
||||
{ id: "t4", title: "Top Tier", quote: "Wabilahi offers the best gadgets in the market.", name: "David W.", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-dressed-stylish-blue-suit-grey-background_613910-13680.jpg" },
|
||||
{ id: "t5", title: "Five Stars", quote: "Great communication and excellent gadgets.", name: "Alice P.", role: "Marketing Head", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg" },
|
||||
]}
|
||||
title="Trusted by Professionals"
|
||||
description="Hear what our exclusive clients say about our service."
|
||||
@@ -333,21 +162,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are all products original?",
|
||||
content: "Yes, we guarantee that every item is 100% genuine and sourced directly.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How long is shipping?",
|
||||
content: "Priority shipping usually takes between 1-3 business days.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is there a warranty?",
|
||||
content: "Every premium gadget comes with a 12-month manufacturer warranty.",
|
||||
},
|
||||
{ id: "f1", title: "Are all products original?", content: "Yes, we guarantee that every item is 100% genuine and sourced directly." },
|
||||
{ id: "f2", title: "How long is shipping?", content: "Priority shipping usually takes between 1-3 business days." },
|
||||
{ id: "f3", title: "Is there a warranty?", content: "Every premium gadget comes with a 12-month manufacturer warranty." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We have answers."
|
||||
@@ -361,24 +178,10 @@ export default function LandingPage() {
|
||||
title="Order Your Dream Device"
|
||||
description="Send us a message, and our concierge team will contact you via WhatsApp."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "What gadget are you looking for?",
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "What gadget are you looking for?", required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/golden-glitter-particle-bursting-with-beam-light_1017-41845.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -387,50 +190,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "Smartphones",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Headphones",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Laptops",
|
||||
href: "#products",
|
||||
},
|
||||
title: "Shop", items: [
|
||||
{ label: "Smartphones", href: "#products" },
|
||||
{ label: "Headphones", href: "#products" },
|
||||
{ label: "Laptops", href: "#products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user