Merge version_1 into main #1
282
src/app/page.tsx
282
src/app/page.tsx
@@ -32,88 +32,40 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Watches",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Bags",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Concierge",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Watches", id: "products" },
|
||||
{ name: "Bags", id: "products" },
|
||||
{ name: "Concierge", id: "contact" }
|
||||
]}
|
||||
brandName="UBI Store"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
title="A Private Edit of Quiet Luxury"
|
||||
description="Curated watches, bags, and accessories for the modern collector across the UAE."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021790.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-sunglasses_23-2149684346.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-shot-sensual-woman-pink-suit_197531-16807.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-unknown-young-man-posing_23-2149417572.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021790.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-sunglasses_23-2149684346.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/studio-shot-sensual-woman-pink-suit_197531-16807.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-unknown-young-man-posing_23-2149417572.jpg", alt: "Client 5" }
|
||||
]}
|
||||
avatarText="Join our VIP network"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collections",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Explore Collections", href: "#products" },
|
||||
{ text: "Book Appointment", href: "#contact" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Curated Luxury",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Authentic",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Dubai Concierge",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Sourcing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Private Viewing",
|
||||
},
|
||||
{ type: "text", text: "Curated Luxury" },
|
||||
{ type: "text", text: "100% Authentic" },
|
||||
{ type: "text", text: "Dubai Concierge" },
|
||||
{ type: "text", text: "Global Sourcing" },
|
||||
{ type: "text", text: "Private Viewing" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,19 +74,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Craftsmanship meets modern ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986270.jpg",
|
||||
alt: "Craftsmanship",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " elegance.",
|
||||
},
|
||||
{ type: "text", content: "Craftsmanship meets modern " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986270.jpg", alt: "Craftsmanship" },
|
||||
{ type: "text", content: " elegance." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,60 +88,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "UBI",
|
||||
name: "Classic Chronograph",
|
||||
price: "AED 12,500",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241141.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "UBI",
|
||||
name: "Signature Leather Tote",
|
||||
price: "AED 8,900",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boutique-worker-scanning-bag-barcode-clothing-store-client-buying-stylish-accessory-commercial-activity-woman-buying-trendy-clothes-making-electronic-payment-pos-terminal-close-up_482257-67163.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "UBI",
|
||||
name: "Refined Card Holder",
|
||||
price: "AED 950",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/antique-hand-bag-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12978.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "UBI",
|
||||
name: "Statement Cufflink Set",
|
||||
price: "AED 1,200",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-transparent-glass_23-2150329681.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "UBI",
|
||||
name: "Professional Watch Box",
|
||||
price: "AED 2,500",
|
||||
rating: 5,
|
||||
reviewCount: "9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-men-cologne-box-heart-shaped-box-flowers-table_140725-145206.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "UBI",
|
||||
name: "Signature Leather Belt",
|
||||
price: "AED 1,800",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strap-elegant-background-closeup-object_1203-6426.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "UBI", name: "Classic Chronograph", price: "AED 12,500", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241141.jpg" },
|
||||
{ id: "p2", brand: "UBI", name: "Signature Leather Tote", price: "AED 8,900", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/boutique-worker-scanning-bag-barcode-clothing-store-client-buying-stylish-accessory-commercial-activity-woman-buying-trendy-clothes-making-electronic-payment-pos-terminal-close-up_482257-67163.jpg" },
|
||||
{ id: "p3", brand: "UBI", name: "Refined Card Holder", price: "AED 950", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/antique-hand-bag-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12978.jpg" },
|
||||
{ id: "p4", brand: "UBI", name: "Statement Cufflink Set", price: "AED 1,200", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-transparent-glass_23-2150329681.jpg" },
|
||||
{ id: "p5", brand: "UBI", name: "Professional Watch Box", price: "AED 2,500", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-men-cologne-box-heart-shaped-box-flowers-table_140725-145206.jpg" },
|
||||
{ id: "p6", brand: "UBI", name: "Signature Leather Belt", price: "AED 1,800", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/strap-elegant-background-closeup-object_1203-6426.jpg" }
|
||||
]}
|
||||
title="Selected Edit"
|
||||
description="Timeless pieces selected for detail, material, and long-term value."
|
||||
@@ -213,21 +107,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
description: "Authenticity Guarantee",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24h",
|
||||
description: "Concierge Response",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "UAE",
|
||||
description: "Nationwide Delivery",
|
||||
},
|
||||
{ id: "m1", value: "100%", description: "Authenticity Guarantee" },
|
||||
{ id: "m2", value: "24h", description: "Concierge Response" },
|
||||
{ id: "m3", value: "UAE", description: "Nationwide Delivery" }
|
||||
]}
|
||||
title="Our Standards"
|
||||
description="Excellence in curation and delivery."
|
||||
@@ -239,46 +121,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Exceptional",
|
||||
quote: "The curation is simply impeccable.",
|
||||
name: "Sarah J.",
|
||||
role: "Collector",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-posing-with-blue-jacket_150588-81.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Refined",
|
||||
quote: "A truly modern approach to timeless items.",
|
||||
name: "Ahmed M.",
|
||||
role: "Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Trusted",
|
||||
quote: "My go-to for refined accessories in Dubai.",
|
||||
name: "Elena R.",
|
||||
role: "Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Professional",
|
||||
quote: "The concierge service made all the difference.",
|
||||
name: "David K.",
|
||||
role: "Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-50-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1852.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Exquisite",
|
||||
quote: "Stunning quality, delivered seamlessly.",
|
||||
name: "Fatima A.",
|
||||
role: "Collector",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-young-man-posing_23-2149417572.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Exceptional", quote: "The curation is simply impeccable.", name: "Sarah J.", role: "Collector", imageSrc: "http://img.b2bpic.net/free-photo/mature-posing-with-blue-jacket_150588-81.jpg" },
|
||||
{ id: "t2", title: "Refined", quote: "A truly modern approach to timeless items.", name: "Ahmed M.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg" },
|
||||
{ id: "t3", title: "Trusted", quote: "My go-to for refined accessories in Dubai.", name: "Elena R.", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg" },
|
||||
{ id: "t4", title: "Professional", quote: "The concierge service made all the difference.", name: "David K.", role: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-50-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1852.jpg" },
|
||||
{ id: "t5", title: "Exquisite", quote: "Stunning quality, delivered seamlessly.", name: "Fatima A.", role: "Collector", imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-young-man-posing_23-2149417572.jpg" }
|
||||
]}
|
||||
title="Client Impressions"
|
||||
description="Quiet luxury, appreciated by those who know."
|
||||
@@ -291,27 +138,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Private Viewing",
|
||||
description: "Book a personal session in Dubai.",
|
||||
tag: "Concierge",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-cufflings-wedding-rings-watch-lie-wooden-table_8353-405.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Authenticity Check",
|
||||
description: "Every item is rigorously verified.",
|
||||
tag: "Guarantee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-white-woman-concept_53876-165175.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Global Sourcing",
|
||||
description: "We locate rare pieces for you.",
|
||||
tag: "Network",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-brunette-caucasian-young-woman-model-with-bright-makeup_158538-2907.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Private Viewing", description: "Book a personal session in Dubai.", tag: "Concierge", imageSrc: "http://img.b2bpic.net/free-photo/golden-cufflings-wedding-rings-watch-lie-wooden-table_8353-405.jpg" },
|
||||
{ id: "f2", title: "Authenticity Check", description: "Every item is rigorously verified.", tag: "Guarantee", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-white-woman-concept_53876-165175.jpg" },
|
||||
{ id: "f3", title: "Global Sourcing", description: "We locate rare pieces for you.", tag: "Network", imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-brunette-caucasian-young-woman-model-with-bright-makeup_158538-2907.jpg" }
|
||||
]}
|
||||
title="The Concierge Experience"
|
||||
description="Personalized assistance for every collector."
|
||||
@@ -323,24 +152,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you deliver to all UAE?",
|
||||
content: "Yes, we provide premium delivery across the UAE.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How can I book a viewing?",
|
||||
content: "Reach us via WhatsApp or the booking link.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are items authentic?",
|
||||
content: "100% authenticity is guaranteed on every piece.",
|
||||
},
|
||||
{ id: "q1", title: "Do you deliver to all UAE?", content: "Yes, we provide premium delivery across the UAE." },
|
||||
{ id: "q2", title: "How can I book a viewing?", content: "Reach us via WhatsApp or the booking link." },
|
||||
{ id: "q3", title: "Are items authentic?", content: "100% authenticity is guaranteed on every piece." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gold-paint-rough-background_53876-102544.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Concierge Details"
|
||||
description="Answers to your inquiries."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -350,9 +166,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contact"
|
||||
title="Private Concierge"
|
||||
description="Speak with us on +971 52 767 9164"
|
||||
@@ -364,16 +178,8 @@ export default function LandingPage() {
|
||||
logoText="UBI Store"
|
||||
copyrightText="© 2025 UBI Store. Dubai, UAE."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
href: "https://wa.me/971527679164",
|
||||
ariaLabel: "WhatsApp",
|
||||
},
|
||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||
{ icon: MessageCircle, href: "https://wa.me/971527679164", ariaLabel: "WhatsApp" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user