Merge version_2 into main #1
286
src/app/page.tsx
286
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="BIZSELLER UA"
|
||||
/>
|
||||
@@ -56,98 +48,55 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Uncompromised Luxury, Delivered."
|
||||
description="Discover curated luxury fashion pieces from BizSeller UA. Your destination for exclusive style and timeless elegance."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex D.",
|
||||
handle: "@alexd",
|
||||
testimonial: "The best selection of luxury clothing in Ukraine. Perfectly curated.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/proposal-restaurant_1098-12875.jpg",
|
||||
},
|
||||
name: "Alex D.", handle: "@alexd", testimonial: "The best selection of luxury clothing in Ukraine. Perfectly curated.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/proposal-restaurant_1098-12875.jpg"},
|
||||
{
|
||||
name: "Maria K.",
|
||||
handle: "@mariak",
|
||||
testimonial: "Authentic items, premium service. My go-to store.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7805.jpg",
|
||||
},
|
||||
name: "Maria K.", handle: "@mariak", testimonial: "Authentic items, premium service. My go-to store.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7805.jpg"},
|
||||
{
|
||||
name: "Ivan S.",
|
||||
handle: "@ivans",
|
||||
testimonial: "Fast delivery and excellent quality. Truly high-end.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7932.jpg",
|
||||
},
|
||||
name: "Ivan S.", handle: "@ivans", testimonial: "Fast delivery and excellent quality. Truly high-end.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7932.jpg"},
|
||||
{
|
||||
name: "Elena V.",
|
||||
handle: "@elenav",
|
||||
testimonial: "Unique pieces you won't find anywhere else.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-with-computer_1303-13883.jpg",
|
||||
},
|
||||
name: "Elena V.", handle: "@elenav", testimonial: "Unique pieces you won't find anywhere else.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-business-woman-with-computer_1303-13883.jpg"},
|
||||
{
|
||||
name: "Dmitry R.",
|
||||
handle: "@dmitryr",
|
||||
testimonial: "Top tier items. BizSeller UA never disappoints.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-summer-clothes_158538-10244.jpg",
|
||||
},
|
||||
name: "Dmitry R.", handle: "@dmitryr", testimonial: "Top tier items. BizSeller UA never disappoints.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-summer-clothes_158538-10244.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashionable-beautiful-african-american-woman-posing-black-leather-jacket-pants-street_627829-12431.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-girl-with-short-blonde-hair-poses-white-suit-by-ladder_8353-5468.jpg",
|
||||
alt: "Blonde girl with short blonde hair",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-girl-with-short-blonde-hair-poses-white-suit-by-ladder_8353-5468.jpg", alt: "Blonde girl with short blonde hair"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-scary-bandage-mask-sitting_23-2147680394.jpg",
|
||||
alt: "Girl in scary bandage mask sitting",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-scary-bandage-mask-sitting_23-2147680394.jpg", alt: "Girl in scary bandage mask sitting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-woman-fashion-model_1328-1136.jpg",
|
||||
alt: "Cute Woman Fashion Model",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-woman-fashion-model_1328-1136.jpg", alt: "Cute Woman Fashion Model"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg",
|
||||
alt: "Student with goth style at school",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg", alt: "Student with goth style at school"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delivery-man-with-packages_23-2148890002.jpg",
|
||||
alt: "Delivery man with packages",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delivery-man-with-packages_23-2148890002.jpg", alt: "Delivery man with packages"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Authentic",
|
||||
},
|
||||
type: "text", text: "100% Authentic"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Packaging",
|
||||
},
|
||||
type: "text", text: "Premium Packaging"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Worldwide Delivery",
|
||||
},
|
||||
type: "text", text: "Worldwide Delivery"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Curated Luxury",
|
||||
},
|
||||
type: "text", text: "Curated Luxury"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Concierge Service",
|
||||
},
|
||||
type: "text", text: "Concierge Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -157,7 +106,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="About Us"
|
||||
title="BizSeller UA"
|
||||
description="We specialize in bringing high-end luxury fashion directly to our clients across Ukraine and beyond."
|
||||
description="We specialize in bringing high-end luxury fashion including pieces from Maison Margiela, Balenciaga, Vetements, and Chrome Hearts directly to our clients."
|
||||
subdescription="Our mission is to provide an unmatched shopping experience through authentic products and personalized service."
|
||||
icon={Diamond}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-chic-boutique-filled-with-new-collection-designer-clothes-racks_482257-118548.jpg"
|
||||
@@ -173,50 +122,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Designer Leather Tote",
|
||||
price: "$1,200",
|
||||
variant: "Bags",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-working-her-workshop_23-2148877339.jpg",
|
||||
},
|
||||
id: "p1", name: "Maison Margiela Tabi Boots", price: "$950", variant: "Footwear", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-working-her-workshop_23-2148877339.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Premium Winter Coat",
|
||||
price: "$850",
|
||||
variant: "Outerwear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-make-up-products-black-background_23-2148299630.jpg",
|
||||
},
|
||||
id: "p2", name: "Balenciaga Oversized Hoodie", price: "$890", variant: "Outerwear", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-make-up-products-black-background_23-2148299630.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Classic Loafers",
|
||||
price: "$450",
|
||||
variant: "Footwear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag_285396-505.jpg",
|
||||
},
|
||||
id: "p3", name: "Vetements Logo Tee", price: "$450", variant: "Apparel", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-stylish-footwear-summer-fashion-bag_285396-505.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Luxury Timepiece",
|
||||
price: "$2,500",
|
||||
variant: "Accessories",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_23-2150185374.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Signature Belt",
|
||||
price: "$300",
|
||||
variant: "Accessories",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11187.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Modern Shades",
|
||||
price: "$250",
|
||||
variant: "Eyewear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-beige-coat-walking-street-christmas_1303-26106.jpg",
|
||||
},
|
||||
id: "p4", name: "Chrome Hearts Silver Bracelet", price: "$2,500", variant: "Accessories", imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_23-2150185374.jpg"},
|
||||
]}
|
||||
title="Latest Collection"
|
||||
description="Browse our hand-picked selection of designer apparel and accessories."
|
||||
description="Browse our hand-picked selection featuring Maison Margiela, Balenciaga, Vetements, and Chrome Hearts."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -227,34 +142,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Quality",
|
||||
title: "Guaranteed Authenticity",
|
||||
items: [
|
||||
"100% genuine products",
|
||||
"Direct from luxury sources",
|
||||
"Inspection verified",
|
||||
],
|
||||
id: "f1", label: "Quality", title: "Guaranteed Authenticity", items: [
|
||||
"100% genuine products", "Direct from luxury sources", "Inspection verified"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Delivery",
|
||||
title: "Fast Worldwide Shipping",
|
||||
items: [
|
||||
"Global logistics network",
|
||||
"Secure tracked packages",
|
||||
"Express delivery options",
|
||||
],
|
||||
id: "f2", label: "Delivery", title: "Fast Worldwide Shipping", items: [
|
||||
"Global logistics network", "Secure tracked packages", "Express delivery options"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Service",
|
||||
title: "Concierge Support",
|
||||
items: [
|
||||
"24/7 personal assistance",
|
||||
"Order tracking assistance",
|
||||
"Dedicated fashion experts",
|
||||
],
|
||||
id: "f3", label: "Service", title: "Concierge Support", items: [
|
||||
"24/7 personal assistance", "Order tracking assistance", "Dedicated fashion experts"],
|
||||
},
|
||||
]}
|
||||
title="Why BizSeller UA"
|
||||
@@ -269,28 +166,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1000+",
|
||||
title: "Happy Clients",
|
||||
items: [
|
||||
"Verified satisfied customers",
|
||||
],
|
||||
id: "m1", value: "1000+", title: "Happy Clients", items: [
|
||||
"Verified satisfied customers"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Luxury Items",
|
||||
items: [
|
||||
"Curated high-end selection",
|
||||
],
|
||||
id: "m2", value: "500+", title: "Luxury Items", items: [
|
||||
"Curated high-end selection"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Support Available",
|
||||
items: [
|
||||
"Round the clock service",
|
||||
],
|
||||
id: "m3", value: "24/7", title: "Support Available", items: [
|
||||
"Round the clock service"],
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -306,45 +191,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Collector",
|
||||
company: "Global",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-thinking_23-2148317340.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Collector", company: "Global", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-thinking_23-2148317340.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark L.",
|
||||
role: "Fashion Enthusiast",
|
||||
company: "Style Lab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-businesswomen-working-cafe_1157-26380.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark L.", role: "Fashion Enthusiast", company: "Style Lab", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-businesswomen-working-cafe_1157-26380.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Anna P.",
|
||||
role: "Model",
|
||||
company: "Agency",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-wearing-sunglasses-looking-relaxed_23-2149238392.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Kevin D.",
|
||||
role: "CEO",
|
||||
company: "Tech",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-standing-cafe-with-shopping-bags_1157-32392.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Nina O.",
|
||||
role: "Director",
|
||||
company: "Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7825.jpg",
|
||||
},
|
||||
id: "t3", name: "Anna P.", role: "Model", company: "Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-wearing-sunglasses-looking-relaxed_23-2149238392.jpg"},
|
||||
]}
|
||||
title="Voices of Luxury"
|
||||
description="What our clients say about their experience with BizSeller UA."
|
||||
@@ -356,20 +210,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are all items authentic?",
|
||||
content: "Yes, we guarantee that all items are 100% authentic and sourced from verified retailers.",
|
||||
},
|
||||
id: "q1", title: "Are all items authentic?", content: "Yes, we guarantee that all items are 100% authentic and sourced from verified luxury retailers."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long is shipping?",
|
||||
content: "Depending on the location, shipping typically takes 3-7 business days.",
|
||||
},
|
||||
id: "q2", title: "How long is shipping?", content: "Depending on the location, shipping typically takes 3-7 business days."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I return items?",
|
||||
content: "We offer a 14-day return policy for unused items in original packaging.",
|
||||
},
|
||||
id: "q3", title: "Can I return items?", content: "We offer a 14-day return policy for unused items in original packaging."},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -380,16 +225,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to elevate your style?"
|
||||
description="Reach out to our team today for personalized assistance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Message on Instagram",
|
||||
href: "https://www.instagram.com/bizseller.ua",
|
||||
},
|
||||
text: "Message on Instagram", href: "https://www.instagram.com/bizseller.ua"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -398,25 +240,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Shop", href: "#products"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/bizseller.ua",
|
||||
},
|
||||
label: "Instagram", href: "https://www.instagram.com/bizseller.ua"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user