Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -25,37 +25,21 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About Brand",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Private Label",
|
||||
id: "/private-label",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Brand", id: "/about" },
|
||||
{ name: "Private Label", id: "/private-label" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="AsianBulls"
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Shop Now", href: "#products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-section" data-section="contact-section">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get In Touch"
|
||||
title="Join the Bulls Community"
|
||||
description="Have inquiries? Collaborate or get support today."
|
||||
@@ -71,19 +55,10 @@ export default function LandingPage() {
|
||||
description="The visionaries behind AsianBulls."
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Management",
|
||||
members: [
|
||||
id: "g1", groupTitle: "Management", members: [
|
||||
{
|
||||
id: "mem1",
|
||||
title: "CEO",
|
||||
subtitle: "Founder",
|
||||
detail: "Visionary leader.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-age-male-dressed-leather-jacket-holds-motorcycle-helmet-grey-background_613910-2250.jpg",
|
||||
},
|
||||
id: "mem1", title: "CEO", subtitle: "Founder", detail: "Visionary leader.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-age-male-dressed-leather-jacket-holds-motorcycle-helmet-grey-background_613910-2250.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5513.jpg?_wi=2",
|
||||
imageAlt: "Portrait of a middle age male dressed in a leather jacket holds motorcycle helmet over grey background.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -91,47 +66,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "Hoodies",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "T-Shirts",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Shirts",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Pants",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Brand",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Private Label",
|
||||
href: "/private-label",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="AsianBulls"
|
||||
columns={[
|
||||
{ title: "Shop", items: [{ label: "Hoodies", href: "#" }, { label: "T-Shirts", href: "#" }, { label: "Shirts", href: "#" }, { label: "Pants", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Brand", href: "/about" }, { label: "Private Label", href: "/private-label" }, { label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
318
src/app/page.tsx
318
src/app/page.tsx
@@ -28,141 +28,48 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About Brand",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Private Label",
|
||||
id: "/private-label",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Brand", id: "/about" },
|
||||
{ name: "Private Label", id: "/private-label" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="AsianBulls"
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Shop Now", href: "#products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Unapologetic Style."
|
||||
description="AsianBulls delivers premium men's streetwear crafted for the modern, bold, and masculine. Redefining luxury with every piece."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5513.jpg?_wi=1",
|
||||
imageAlt: "Model in burgundy jacket",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1126.jpg",
|
||||
imageAlt: "Streetwear Hoodie",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575327.jpg",
|
||||
imageAlt: "Designer Shirt",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/redhead-non-binary-person_23-2148760580.jpg",
|
||||
imageAlt: "Designer Pants",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/vintage-balloon-logo-design-vector_53876-34892.jpg",
|
||||
imageAlt: "Graphic Tee",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-trendy-dressed-comes-down-stairs-outside_613910-18396.jpg",
|
||||
imageAlt: "Bomber Jacket",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-posing-inside-night-club-black-hat_627829-5513.jpg", imageAlt: "Model in burgundy jacket" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1126.jpg", imageAlt: "Streetwear Hoodie" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-flannel-shirt-detail_23-2149575327.jpg", imageAlt: "Designer Shirt" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/redhead-non-binary-person_23-2148760580.jpg", imageAlt: "Designer Pants" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/vintage-balloon-logo-design-vector_53876-34892.jpg", imageAlt: "Graphic Tee" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-trendy-dressed-comes-down-stairs-outside_613910-18396.jpg", imageAlt: "Bomber Jacket" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-male_23-2148884399.jpg",
|
||||
imageAlt: "Bomber Jacket",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tablet_23-2148781039.jpg",
|
||||
imageAlt: "Maroon Hoodie",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947508.jpg",
|
||||
imageAlt: "Burgundy Shirt",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-posing-traditional-african-attire-outdoors_23-2150572628.jpg",
|
||||
imageAlt: "Trousers",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149542341.jpg",
|
||||
imageAlt: "T-shirt",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-outdoors_23-2151038555.jpg",
|
||||
imageAlt: "Hoodie",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-male_23-2148884399.jpg", imageAlt: "Bomber Jacket" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tablet_23-2148781039.jpg", imageAlt: "Maroon Hoodie" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947508.jpg", imageAlt: "Burgundy Shirt" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-posing-traditional-african-attire-outdoors_23-2150572628.jpg", imageAlt: "Trousers" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-posing-together_23-2149542341.jpg", imageAlt: "T-shirt" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-outdoors_23-2151038555.jpg", imageAlt: "Hoodie" },
|
||||
]}
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-beautiful-modern-woman_23-2148342413.jpg",
|
||||
alt: "Full shot of beautiful modern woman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16961.jpg",
|
||||
alt: "Woman model demonstrating winter cloths",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/model-suit-posing-studio_1303-12436.jpg",
|
||||
alt: "Model in suit posing in studio",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-fur-coat_1303-3566.jpg",
|
||||
alt: "Woman in a fur coat",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/good-looking-african-man-sitting-stairs-looking-tired-guy-jacket-posing-steps_197531-22073.jpg",
|
||||
alt: "Good-looking african man sitting on stairs",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-shot-beautiful-modern-woman_23-2148342413.jpg", alt: "Full shot of beautiful modern woman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-model-demonstrating-winter-cloths_1303-16961.jpg", alt: "Woman model demonstrating winter cloths" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/model-suit-posing-studio_1303-12436.jpg", alt: "Model in suit posing in studio" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-fur-coat_1303-3566.jpg", alt: "Woman in a fur coat" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/good-looking-african-man-sitting-stairs-looking-tired-guy-jacket-posing-steps_197531-22073.jpg", alt: "Good-looking african man sitting on stairs" },
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ men globally"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "PREMIUM QUALITY",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "STREETWEAR EVOLVED",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "BOLD DESIGNS",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "EXCLUSIVITY",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "UNCOMPROMISING",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[{ type: "text", text: "PREMIUM QUALITY" }, { type: "text", text: "STREETWEAR EVOLVED" }, { type: "text", text: "BOLD DESIGNS" }, { type: "text", text: "EXCLUSIVITY" }, { type: "text", text: "UNCOMPROMISING" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,34 +80,10 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Hoodies",
|
||||
description: "Crafted for resilience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-walkin-street_1303-30147.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1131.jpg",
|
||||
buttonText: "Discover",
|
||||
},
|
||||
{
|
||||
title: "Designer Shirts",
|
||||
description: "Tailored for the bold.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19712.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/shopping-center-employee-organizing-new-fashion-collection-racks_482257-113388.jpg",
|
||||
buttonText: "Explore",
|
||||
},
|
||||
{
|
||||
title: "Elite Pants",
|
||||
description: "Fit that commands respect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-black-man-posing-outdoors_23-2149415718.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/man-smokes-pipe-posing-room-warehouse_613910-10614.jpg",
|
||||
buttonText: "View All",
|
||||
},
|
||||
{
|
||||
title: "Street T-Shirts",
|
||||
description: "The perfect foundation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2738.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-male-model-shadow_23-2148760721.jpg",
|
||||
buttonText: "Shop Now",
|
||||
},
|
||||
{ title: "Premium Hoodies", description: "Crafted for resilience.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-walkin-street_1303-30147.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1131.jpg", buttonText: "Discover" },
|
||||
{ title: "Designer Shirts", description: "Tailored for the bold.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19712.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/shopping-center-employee-organizing-new-fashion-collection-racks_482257-113388.jpg", buttonText: "Explore" },
|
||||
{ title: "Elite Pants", description: "Fit that commands respect.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-black-man-posing-outdoors_23-2149415718.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/man-smokes-pipe-posing-room-warehouse_613910-10614.jpg", buttonText: "View All" },
|
||||
{ title: "Street T-Shirts", description: "The perfect foundation.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sunset-against-gray-wall_627829-2738.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-male-model-shadow_23-2148760721.jpg", buttonText: "Shop Now" },
|
||||
]}
|
||||
title="Signature Collections"
|
||||
description="Engineered for power and comfort."
|
||||
@@ -212,49 +95,14 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Vanguard Hoodie",
|
||||
price: "$120",
|
||||
variant: "Maroon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Monarch Button-Up",
|
||||
price: "$95",
|
||||
variant: "Burgundy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-bike-helmet_23-2148139047.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Apex Trousers",
|
||||
price: "$140",
|
||||
variant: "Black",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-glasses-near-dark-wall_158538-11223.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Bulls Essential Tee",
|
||||
price: "$45",
|
||||
variant: "Gold Detail",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/exit-calligraphic-particle-text-poster-vector-illustration-design_460848-6970.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elite Bomber",
|
||||
price: "$190",
|
||||
variant: "Dark",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148478772.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Premium Accessory",
|
||||
price: "$60",
|
||||
variant: "Gold",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-young-male-model-posing-steps-with-gently-smile-indoor-photo-curious-african-guy-wears-hat_197531-22071.jpg",
|
||||
},
|
||||
{ id: "1", name: "Vanguard Hoodie", price: "$120", variant: "Maroon", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-underground-hip-hop-musician_23-2150932933.jpg" },
|
||||
{ id: "2", name: "Monarch Button-Up", price: "$95", variant: "Burgundy", imageSrc: "http://img.b2bpic.net/free-photo/man-with-bike-helmet_23-2148139047.jpg" },
|
||||
{ id: "3", name: "Apex Trousers", price: "$140", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-glasses-near-dark-wall_158538-11223.jpg" },
|
||||
{ id: "4", name: "Bulls Essential Tee", price: "$45", variant: "Gold Detail", imageSrc: "http://img.b2bpic.net/free-vector/exit-calligraphic-particle-text-poster-vector-illustration-design_460848-6970.jpg" },
|
||||
{ id: "5", name: "Elite Bomber", price: "$190", variant: "Dark", imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148478772.jpg" },
|
||||
{ id: "6", name: "Premium Accessory", price: "$60", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-young-male-model-posing-steps-with-gently-smile-indoor-photo-curious-african-guy-wears-hat_197531-22071.jpg" },
|
||||
]}
|
||||
title="Trending Arrivals"
|
||||
description="Limited drops available now."
|
||||
@@ -270,18 +118,8 @@ export default function LandingPage() {
|
||||
title="Best Sellers"
|
||||
description="The community favorites."
|
||||
products={[
|
||||
{
|
||||
id: "e1",
|
||||
name: "Classic Crewneck",
|
||||
price: "$80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-handsome-young-man-looking-camera_197531-33430.jpg",
|
||||
},
|
||||
{
|
||||
id: "e2",
|
||||
name: "Luxury Bomber",
|
||||
price: "$210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-boy-orange-glasses-jacket-cap-walk-around-lake-spring-autumn_78826-2208.jpg",
|
||||
},
|
||||
{ id: "e1", name: "Classic Crewneck", price: "$80", imageSrc: "http://img.b2bpic.net/free-photo/view-handsome-young-man-looking-camera_197531-33430.jpg" },
|
||||
{ id: "e2", name: "Luxury Bomber", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-boy-orange-glasses-jacket-cap-walk-around-lake-spring-autumn_78826-2208.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -294,87 +132,19 @@ export default function LandingPage() {
|
||||
title="Private Label Tiers"
|
||||
description="Custom manufacturing options for your brand."
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Standard",
|
||||
price: "$1,000",
|
||||
subtitle: "Small Batch Production",
|
||||
buttons: [
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"100 units min",
|
||||
"Standard labels",
|
||||
"Basic tech packs",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Enterprise",
|
||||
price: "$5,000",
|
||||
subtitle: "High-End Wholesale",
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"1000+ units",
|
||||
"Custom trims/labels",
|
||||
"Full design support",
|
||||
],
|
||||
},
|
||||
{ id: "p1", badge: "Standard", price: "$1,000", subtitle: "Small Batch Production", buttons: [{ text: "Inquire", href: "#" }], features: ["100 units min", "Standard labels", "Basic tech packs"] },
|
||||
{ id: "p2", badge: "Enterprise", price: "$5,000", subtitle: "High-End Wholesale", buttons: [{ text: "Contact", href: "#" }], features: ["1000+ units", "Custom trims/labels", "Full design support"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "Hoodies",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "T-Shirts",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Shirts",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Pants",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Brand",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Private Label",
|
||||
href: "/private-label",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="AsianBulls"
|
||||
columns={[
|
||||
{ title: "Shop", items: [{ label: "Hoodies", href: "#" }, { label: "T-Shirts", href: "#" }, { label: "Shirts", href: "#" }, { label: "Pants", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Brand", href: "/about" }, { label: "Private Label", href: "/private-label" }, { label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user