Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-08 12:11:28 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLarge"
background="grid"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="DRIP"
description="Discover premium textile drops curated for the modern young man. Limited edition collections featuring bold designs, exceptional quality, and exclusive streetwear collaborations."
background={{ variant: "grid" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Browse Collection", href: "#products" },
{ text: "View Latest Drop", href: "#features" },
@@ -106,7 +106,6 @@ export default function LandingPage() {
id: 3,
title: "Exclusive Drops", description: "Limited edition collections designed in collaboration with leading fashion designers and cultural influencers.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-designers-working-together_52683-98105.jpg", imageAlt: "Fashion design creative process"},
]}
mediaAnimation="slide-up"
ariaLabel="Our features and commitments"
/>
</div>
@@ -140,17 +139,13 @@ export default function LandingPage() {
showRating={true}
testimonials={[
{
id: "1", name: "Marcus T.", handle: "@marcus_style", testimonial: "DRIP's quality is unmatched. Every piece feels premium and the exclusive drops are exactly what I've been looking for in streetwear.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-street-holding-laptop_1303-31617.jpg", imageAlt: "Marcus - Customer testimonial"},
id: "1", name: "Marcus T.", handle: "@marcus_style", testimonial: "DRIP's quality is unmatched. Every piece feels premium and the exclusive drops are exactly what I've been looking for in streetwear.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-street-holding-laptop_1303-31617.jpg", imageAlt: "Marcus - Customer testimonial"},
{
id: "2", name: "Jordan K.", handle: "@jordan_drip", testimonial: "The fit and fabric are incredible. I've ordered multiple times and every drop has been worth the wait. Highly recommend to any guy serious about fashion.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-side-view_23-2149417618.jpg", imageAlt: "Jordan - Customer testimonial"},
id: "2", name: "Jordan K.", handle: "@jordan_drip", testimonial: "The fit and fabric are incredible. I've ordered multiple times and every drop has been worth the wait. Highly recommend to any guy serious about fashion.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-side-view_23-2149417618.jpg", imageAlt: "Jordan - Customer testimonial"},
{
id: "3", name: "Alex R.", handle: "@alexstyle_", testimonial: "Finally found a brand that understands what young men want. Quality textiles, bold designs, and limited drops that actually hold value.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3537.jpg", imageAlt: "Alex - Customer testimonial"},
id: "3", name: "Alex R.", handle: "@alexstyle_", testimonial: "Finally found a brand that understands what young men want. Quality textiles, bold designs, and limited drops that actually hold value.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3537.jpg", imageAlt: "Alex - Customer testimonial"},
{
id: "4", name: "Chris M.", handle: "@chrism_fashion", testimonial: "DRIP is my go-to for exclusive streetwear. The sustainable approach plus exceptional quality makes this brand worth supporting.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3518.jpg", imageAlt: "Chris - Customer testimonial"},
id: "4", name: "Chris M.", handle: "@chrism_fashion", testimonial: "DRIP is my go-to for exclusive streetwear. The sustainable approach plus exceptional quality makes this brand worth supporting.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3518.jpg", imageAlt: "Chris - Customer testimonial"},
]}
animationType="slide-up"
carouselMode="buttons"