From 5542cf8d98e89738fe5bad6b93045bfc130f76f4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 22:03:40 +0000 Subject: [PATCH 1/3] Update src/app/apparel/page.tsx --- src/app/apparel/page.tsx | 93 +++++++--------------------------------- 1 file changed, 15 insertions(+), 78 deletions(-) diff --git a/src/app/apparel/page.tsx b/src/app/apparel/page.tsx index 2c5e181..0ebc093 100644 --- a/src/app/apparel/page.tsx +++ b/src/app/apparel/page.tsx @@ -26,26 +26,11 @@ export default function LandingPage() { @@ -87,34 +62,10 @@ export default function LandingPage() { description="We stitch what you love." features={[ { - title: "High Quality", - description: "Durable threads.", - icon: Palette, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-studio_23-2149429028.jpg?_wi=2", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-studio_23-2149429028.jpg?_wi=3", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-medicaments-boxes-pharmacy-shelves_482257-82848.jpg?_wi=5", - imageAlt: "sealed pokemon booster box", + title: "High Quality", description: "Durable threads.", icon: Palette }, { - title: "Fast Turnaround", - description: "Ready to wear.", - icon: Clock, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-funny-hat-white-wall_114579-27948.jpg?_wi=3", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-funny-hat-white-wall_114579-27948.jpg?_wi=4", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558596.jpg?_wi=6", - imageAlt: "fanned pokemon cards collector", + title: "Fast Turnaround", description: "Ready to wear.", icon: Clock }, ]} /> @@ -124,29 +75,15 @@ export default function LandingPage() { Date: Mon, 6 Apr 2026 22:03:40 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 86 +++++++--------------------------------- 1 file changed, 14 insertions(+), 72 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 98d5417..6dd4a0e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,26 +26,11 @@ export default function LandingPage() { @@ -76,34 +56,10 @@ export default function LandingPage() { description="Get in touch with us anytime." features={[ { - title: "Email Support", - description: "hello@suddstcg.com", - icon: Mail, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-long-hair-wearing-colorful-dress-hiding-hera-face-clipboard_141793-28835.jpg?_wi=3", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-long-hair-wearing-colorful-dress-hiding-hera-face-clipboard_141793-28835.jpg?_wi=4", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-funny-hat-white-wall_114579-27948.jpg?_wi=5", - imageAlt: "custom embroidery pokemon hoodie", + title: "Email Support", description: "hello@suddstcg.com", icon: Mail }, { - title: "Live Chat", - description: "Available 9am-5pm.", - icon: MessageSquare, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-female-shopaholic-speaking-mobile-phone-her-friend-boasting-about-her-purchases-while-shopping-city-mall-standing-rack-full-colorful-trendy-pieces-clothing_273609-731.jpg?_wi=3", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-female-shopaholic-speaking-mobile-phone-her-friend-boasting-about-her-purchases-while-shopping-city-mall-standing-rack-full-colorful-trendy-pieces-clothing_273609-731.jpg?_wi=4", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-floral-concept-with-copy-space_23-2148599475.jpg?_wi=3", - imageAlt: "custom embroidered hat design", + title: "Live Chat", description: "Available 9am-5pm.", icon: MessageSquare }, ]} /> @@ -113,29 +69,15 @@ export default function LandingPage() { Date: Mon, 6 Apr 2026 22:03:41 +0000 Subject: [PATCH 3/3] Update src/app/trade/page.tsx --- src/app/trade/page.tsx | 86 ++++++++---------------------------------- 1 file changed, 16 insertions(+), 70 deletions(-) diff --git a/src/app/trade/page.tsx b/src/app/trade/page.tsx index aa48b94..ee59d9d 100644 --- a/src/app/trade/page.tsx +++ b/src/app/trade/page.tsx @@ -26,26 +26,11 @@ export default function LandingPage() {