Merge version_1 into main #1
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -37,14 +37,15 @@ export default function LandingPage() {
|
||||
{ name: "Cart", id: "cart" },
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now", href: "#products"}}
|
||||
text: "Shop Now", href: "#products"
|
||||
}}
|
||||
className="z-50"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardDashboard
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Limited Drops"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="slide-up"
|
||||
@@ -69,13 +70,16 @@ export default function LandingPage() {
|
||||
stats: [
|
||||
{
|
||||
title: "Drops Released", values: [12, 18, 24],
|
||||
description: "Exclusive collections."},
|
||||
description: "Exclusive collections."
|
||||
},
|
||||
{
|
||||
title: "Community", values: [8500, 12400, 15600],
|
||||
valueSuffix: "+", description: "Active members."},
|
||||
valueSuffix: "+", description: "Active members."
|
||||
},
|
||||
{
|
||||
title: "Satisfaction", values: [94, 96, 99],
|
||||
valueSuffix: "%", description: "Customer rating."},
|
||||
valueSuffix: "%", description: "Customer rating."
|
||||
},
|
||||
],
|
||||
listTitle: "Trending Now", listItems: [
|
||||
{ icon: Zap, title: "Eclipse Motion Pro Tee", status: "Selling Fast" },
|
||||
@@ -156,17 +160,23 @@ export default function LandingPage() {
|
||||
topMarqueeDirection="left"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus J.", handle: "@urbanvibes_", testimonial: "Finally found a brand that gets hip-hop culture and streetwear. Every piece hits different.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-teenager-with-charming-smile-dressed-casually-enjoys-spare-time_273609-18389.jpg", imageAlt: "Marcus J."},
|
||||
id: "1", name: "Marcus J.", handle: "@urbanvibes_", testimonial: "Finally found a brand that gets hip-hop culture and streetwear. Every piece hits different.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-dark-skinned-teenager-with-charming-smile-dressed-casually-enjoys-spare-time_273609-18389.jpg", imageAlt: "Marcus J."
|
||||
},
|
||||
{
|
||||
id: "2", name: "Alexa Chen", handle: "@streetstyle_collective", testimonial: "The quality and authenticity is unmatched. MH20 Records represents real culture.", imageSrc: "http://img.b2bpic.net/free-photo/transgender-person-wearing-yellow-jacket-red-lipstick_23-2148827065.jpg", imageAlt: "Alexa Chen"},
|
||||
id: "2", name: "Alexa Chen", handle: "@streetstyle_collective", testimonial: "The quality and authenticity is unmatched. MH20 Records represents real culture.", imageSrc: "http://img.b2bpic.net/free-photo/transgender-person-wearing-yellow-jacket-red-lipstick_23-2148827065.jpg", imageAlt: "Alexa Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Devon Park", handle: "@drip_explorer", testimonial: "Limited drops are fire. Always sold out because the designs are too hard.", imageSrc: "http://img.b2bpic.net/free-photo/drinking-water_23-2148023704.jpg", imageAlt: "Devon Park"},
|
||||
id: "3", name: "Devon Park", handle: "@drip_explorer", testimonial: "Limited drops are fire. Always sold out because the designs are too hard.", imageSrc: "http://img.b2bpic.net/free-photo/drinking-water_23-2148023704.jpg", imageAlt: "Devon Park"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Sophia Martinez", handle: "@underground_fashion", testimonial: "Wearing MH20 Records signals you're part of something real and rebellious.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-armenian-guy-with-hat-yellow-black-wall_181624-32940.jpg", imageAlt: "Sophia Martinez"},
|
||||
id: "4", name: "Sophia Martinez", handle: "@underground_fashion", testimonial: "Wearing MH20 Records signals you're part of something real and rebellious.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-armenian-guy-with-hat-yellow-black-wall_181624-32940.jpg", imageAlt: "Sophia Martinez"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Kyle Thompson", handle: "@beats_and_fits", testimonial: "The intersection of music and fashion is perfectly executed. Best finds.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-friends-spending-time-together-close-up_23-2148694144.jpg", imageAlt: "Kyle Thompson"},
|
||||
id: "5", name: "Kyle Thompson", handle: "@beats_and_fits", testimonial: "The intersection of music and fashion is perfectly executed. Best finds.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-friends-spending-time-together-close-up_23-2148694144.jpg", imageAlt: "Kyle Thompson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Jordan Lee", handle: "@culture_keeper", testimonial: "MH20 Records isn't just clothing—it's a cultural statement and I'm here for it.", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-posing-with-their-skateboard-roller-skates-city_23-2149295752.jpg", imageAlt: "Jordan Lee"},
|
||||
id: "6", name: "Jordan Lee", handle: "@culture_keeper", testimonial: "MH20 Records isn't just clothing—it's a cultural statement and I'm here for it.", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-posing-with-their-skateboard-roller-skates-city_23-2149295752.jpg", imageAlt: "Jordan Lee"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -183,9 +193,11 @@ export default function LandingPage() {
|
||||
speed={40}
|
||||
showCard={true}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/crossfit-motivational-logo-flat-design_52683-17002.jpg", "http://img.b2bpic.net/free-vector/glitch-geometric-shape-banners_23-2148091329.jpg", "http://img.b2bpic.net/free-vector/gradient-colorful-music-festival-labels_23-2149078433.jpg", "http://img.b2bpic.net/free-vector/president-s-day-label-collection_23-2148053566.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529505.jpg", "http://img.b2bpic.net/free-vector/abstract-classic-blue-business-card-template_23-2148434122.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-rock-logo-collection-with-vintage-style_23-2147819376.jpg", "http://img.b2bpic.net/free-vector/pack-dark-shields_23-2147485952.jpg"]}
|
||||
"http://img.b2bpic.net/free-vector/crossfit-motivational-logo-flat-design_52683-17002.jpg", "http://img.b2bpic.net/free-vector/glitch-geometric-shape-banners_23-2148091329.jpg", "http://img.b2bpic.net/free-vector/gradient-colorful-music-festival-labels_23-2149078433.jpg", "http://img.b2bpic.net/free-vector/president-s-day-label-collection_23-2148053566.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529505.jpg", "http://img.b2bpic.net/free-vector/abstract-classic-blue-business-card-template_23-2148434122.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-rock-logo-collection-with-vintage-style_23-2147819376.jpg", "http://img.b2bpic.net/free-vector/pack-dark-shields_23-2147485952.jpg"
|
||||
]}
|
||||
names={[
|
||||
"Hip-Hop Culture", "Streetwear Fashion", "Music Production", "Urban Culture", "Fashion Community", "Creative Studios", "Rebellion Collective", "Limited Drops"]}
|
||||
"Hip-Hop Culture", "Streetwear Fashion", "Music Production", "Urban Culture", "Fashion Community", "Creative Studios", "Rebellion Collective", "Limited Drops"
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user