From 0a48a6f250ef261fbf41af2f00070cf6f05540f9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:11:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3701ee..2e505be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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"