diff --git a/src/app/page.tsx b/src/app/page.tsx index be0150f..96a3ca7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,11 @@ export default function LandingPage() { @@ -50,15 +44,12 @@ export default function LandingPage() {
@@ -140,23 +100,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Premium Quality", - description: "Sourced from the finest materials.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478993.jpg", - imageAlt: "hoodie mockup studio", - }, + title: "Premium Quality", description: "Sourced from the finest materials.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478993.jpg", imageAlt: "hoodie mockup studio"}, { - title: "Sustainable Practices", - description: "Fashion that respects the planet.", - imageSrc: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773428.jpg", - imageAlt: "cargo pants streetwear", - }, + title: "Sustainable Practices", description: "Fashion that respects the planet.", imageSrc: "http://img.b2bpic.net/free-photo/collection-beige-tone-colored-pants_23-2150773428.jpg", imageAlt: "cargo pants streetwear"}, { - title: "Worldwide Shipping", - description: "Delivered to your doorstep anywhere.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-sad-woman-holding-cup_23-2149319600.jpg", - imageAlt: "minimalist graphic tee mockup", - }, + title: "Worldwide Shipping", description: "Delivered to your doorstep anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-sad-woman-holding-cup_23-2149319600.jpg", imageAlt: "minimalist graphic tee mockup"}, ]} title="Why Urban Drip?" description="We blend high-end streetwear aesthetics with everyday wearability." @@ -170,31 +118,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "10k+", - title: "Happy Customers", - items: [ - "Global community", - "Growing every day", - ], + id: "m1", value: "10k+", title: "Happy Customers", items: [ + "Global community", "Growing every day"], }, { - id: "m2", - value: "500+", - title: "Unique Styles", - items: [ - "Curated designs", - "Constant rotation", - ], + id: "m2", value: "500+", title: "Unique Styles", items: [ + "Curated designs", "Constant rotation"], }, { - id: "m3", - value: "4.9/5", - title: "Satisfaction Rate", - items: [ - "High quality", - "Customer loyalty", - ], + id: "m3", value: "4.9/5", title: "Satisfaction Rate", items: [ + "High quality", "Customer loyalty"], }, ]} title="Our Impact" @@ -209,48 +142,24 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Alex J.", - handle: "@alexj", - testimonial: "The best streetwear brand I've shopped at this year.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teenager-outdoors-enjoying-music-headphones-while-sitting-skateboard_23-2148758495.jpg", - }, + id: "t1", name: "Alex J.", handle: "@alexj", testimonial: "The best streetwear brand I've shopped at this year.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/teenager-outdoors-enjoying-music-headphones-while-sitting-skateboard_23-2148758495.jpg"}, { - id: "t2", - name: "Maria K.", - handle: "@mariak", - testimonial: "Quality is insane, fits perfectly.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-black-hoodie_23-2149359800.jpg", - }, + id: "t2", name: "Maria K.", handle: "@mariak", testimonial: "Quality is insane, fits perfectly.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-black-hoodie_23-2149359800.jpg"}, { - id: "t3", - name: "Sam L.", - handle: "@saml", - testimonial: "Shipping was so fast!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-teen-holding-skateboard_23-2148984669.jpg", - }, + id: "t3", name: "Sam L.", handle: "@saml", testimonial: "Shipping was so fast!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-teen-holding-skateboard_23-2148984669.jpg"}, { - id: "t4", - name: "Taylor P.", - handle: "@tayp", - testimonial: "Obsessed with these designs.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tired-black-female-runner-sportswoman-dressed-casual-sweatshirt-with-hoodie-cathces-breath-keeps-hands-knees_273609-18386.jpg", - }, + id: "t4", name: "Taylor P.", handle: "@tayp", testimonial: "Obsessed with these designs.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/tired-black-female-runner-sportswoman-dressed-casual-sweatshirt-with-hoodie-cathces-breath-keeps-hands-knees_273609-18386.jpg"}, { - id: "t5", - name: "Chris B.", - handle: "@chrisb", - testimonial: "Will be shopping here again.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-outdoor_624325-1261.jpg", - }, + id: "t5", name: "Chris B.", handle: "@chrisb", testimonial: "Will be shopping here again.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-outdoor_624325-1261.jpg"}, ]} showRating={true} title="Community Love" + description="See what our community says about their latest finds." /> @@ -258,13 +167,11 @@ export default function LandingPage() { @@ -273,13 +180,9 @@ export default function LandingPage() {