Merge version_1 into main #2
230
src/app/page.tsx
230
src/app/page.tsx
@@ -30,46 +30,27 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="BizSeller"
|
||||
button={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Defining Elegance in Luxury Fashion"
|
||||
description="BizSeller offers a curated selection of high-end apparel designed for the modern fashion connoisseur. Experience unparalleled craftsmanship and style."
|
||||
tag="Exclusive Collection"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-buying-stuff-decoration-store_1303-24638.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-buying-stuff-decoration-store_1303-24638.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,42 +68,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Cashmere Blazer",
|
||||
price: "$1,250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-customer-shop-seller-browsing-dresses-rack-together-choosing-clothes-fashion-store-side-view-shopping-retail-concept_74855-11880.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Silk Evening Gown",
|
||||
price: "$2,400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-fabric_1122-375.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Leather Chelsea Boots",
|
||||
price: "$890",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151914966.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Wool Overcoat",
|
||||
price: "$1,850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thread-roll-close-up_53876-88931.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Tailored Trousers",
|
||||
price: "$650",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sewing-workshop_23-2149007404.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Silk Scarf",
|
||||
price: "$320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fabric-red-macro-abstract-texture_1122-2401.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Cashmere Blazer", price: "$1,250", imageSrc: "http://img.b2bpic.net/free-photo/pensive-customer-shop-seller-browsing-dresses-rack-together-choosing-clothes-fashion-store-side-view-shopping-retail-concept_74855-11880.jpg" },
|
||||
{ id: "p2", name: "Silk Evening Gown", price: "$2,400", imageSrc: "http://img.b2bpic.net/free-photo/brown-fabric_1122-375.jpg" },
|
||||
{ id: "p3", name: "Leather Chelsea Boots", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151914966.jpg" },
|
||||
{ id: "p4", name: "Wool Overcoat", price: "$1,850", imageSrc: "http://img.b2bpic.net/free-photo/thread-roll-close-up_53876-88931.jpg" },
|
||||
{ id: "p5", name: "Tailored Trousers", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sewing-workshop_23-2149007404.jpg" },
|
||||
{ id: "p6", name: "Silk Scarf", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/fabric-red-macro-abstract-texture_1122-2401.jpg" },
|
||||
]}
|
||||
title="New Arrivals"
|
||||
description="Explore our latest curation of premium garments."
|
||||
@@ -133,34 +84,11 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Garments Curated",
|
||||
items: [
|
||||
"Hand-selected pieces",
|
||||
"Premium quality",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
items: [
|
||||
"Expert concierge",
|
||||
"Fast delivery",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Industry experts",
|
||||
"Global sourcing",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "500+", title: "Garments Curated", items: ["Hand-selected pieces", "Premium quality"] },
|
||||
{ id: "m2", value: "98%", title: "Client Satisfaction", items: ["Expert concierge", "Fast delivery"] },
|
||||
{ id: "m3", value: "15+", title: "Years Experience", items: ["Industry experts", "Global sourcing"] },
|
||||
]}
|
||||
title="Our Impact in Luxury"
|
||||
description="Excellence defined by every garment."
|
||||
@@ -172,61 +100,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena V.",
|
||||
date: "Oct 2024",
|
||||
title: "Loyal Customer",
|
||||
quote: "Exceptional service and impeccable quality.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280776.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-stuff-decoration-store_1303-24638.jpg?_wi=2",
|
||||
imageAlt: "customer portrait high fashion store",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus R.",
|
||||
date: "Sep 2024",
|
||||
title: "Fashion Enthusiast",
|
||||
quote: "The curation is simply unmatched.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/manager-arranging-racks-with-clothes_482257-85378.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-concrete_1258-79076.jpg",
|
||||
imageAlt: "customer portrait high fashion store",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah J.",
|
||||
date: "Aug 2024",
|
||||
title: "VIP Member",
|
||||
quote: "BizSeller makes luxury accessible.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8478.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-customer-shop-seller-browsing-dresses-rack-together-choosing-clothes-fashion-store-side-view-shopping-retail-concept_74855-11880.jpg?_wi=2",
|
||||
imageAlt: "customer portrait high fashion store",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "James L.",
|
||||
date: "Jul 2024",
|
||||
title: "Style Icon",
|
||||
quote: "The craftsmanship is evident in every thread.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/grey-haired-male-looking-confident-smiles_23-2148401491.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-fabric_1122-375.jpg?_wi=2",
|
||||
imageAlt: "customer portrait high fashion store",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe M.",
|
||||
date: "Jun 2024",
|
||||
title: "Fashion Editor",
|
||||
quote: "A sophisticated destination for elite apparel.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300869.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151914966.jpg?_wi=2",
|
||||
imageAlt: "customer portrait high fashion store",
|
||||
},
|
||||
{ id: "t1", name: "Elena V.", date: "Oct 2024", title: "Loyal Customer", quote: "Exceptional service and impeccable quality.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280776.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-stuff-decoration-store_1303-24638.jpg" },
|
||||
{ id: "t2", name: "Marcus R.", date: "Sep 2024", title: "Fashion Enthusiast", quote: "The curation is simply unmatched.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/manager-arranging-racks-with-clothes_482257-85378.jpg", imageSrc: "http://img.b2bpic.net/free-photo/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-concrete_1258-79076.jpg" },
|
||||
{ id: "t3", name: "Sarah J.", date: "Aug 2024", title: "VIP Member", quote: "BizSeller makes luxury accessible.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/elegance-blonde-girl-fur-coat-store-fur-coats-leather-jackets_627829-8478.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pensive-customer-shop-seller-browsing-dresses-rack-together-choosing-clothes-fashion-store-side-view-shopping-retail-concept_74855-11880.jpg" },
|
||||
{ id: "t4", name: "James L.", date: "Jul 2024", title: "Style Icon", quote: "The craftsmanship is evident in every thread.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/grey-haired-male-looking-confident-smiles_23-2148401491.jpg", imageSrc: "http://img.b2bpic.net/free-photo/brown-fabric_1122-375.jpg" },
|
||||
{ id: "t5", name: "Chloe M.", date: "Jun 2024", title: "Fashion Editor", quote: "A sophisticated destination for elite apparel.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300869.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-texture-linen-fabric_23-2151914966.jpg" },
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="What our exclusive clientele says about us."
|
||||
@@ -237,21 +115,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 14-day return period on all non-custom apparel items.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Yes, we ship to over 50 countries globally.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How can I verify authenticity?",
|
||||
content: "Every item is checked and verified for quality assurance.",
|
||||
},
|
||||
{ id: "f1", title: "What is your return policy?", content: "We offer a 14-day return period on all non-custom apparel items." },
|
||||
{ id: "f2", title: "Do you ship internationally?", content: "Yes, we ship to over 50 countries globally." },
|
||||
{ id: "f3", title: "How can I verify authenticity?", content: "Every item is checked and verified for quality assurance." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -264,18 +130,8 @@ export default function LandingPage() {
|
||||
title="Reach Out To Us"
|
||||
description="Have questions or need personal style advice? Get in touch today."
|
||||
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 },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-curly-young-woman-beige-jacket-stylish-top-looks-joyful-sits-by-desk-with-coffee-cup-it-works-laptop-office_197531-27828.jpg"
|
||||
/>
|
||||
@@ -284,32 +140,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Store",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Store", items: [{ label: "About", href: "#about" }, { label: "Shop", href: "#products" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
logoText="BizSeller"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user