From 61a057d2cce5a6fd3dcf32fbadf4ad20cf9b2f89 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:55:04 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 53 ++++++++++-------------------------------- 1 file changed, 12 insertions(+), 41 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 67e61ef..e890d21 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,7 +16,7 @@ export default function AboutPage() { borderRadius="pill" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -44,33 +44,13 @@ export default function AboutPage() { tagAnimation="blur-reveal" features={[ { - id: "01", - title: "Premium Quality", - description: "We partner with 50+ leading global brands to deliver only the highest quality sports equipment and apparel to our customers", - imageSrc: "http://img.b2bpic.net/free-photo/sports-tools_53876-138077.jpg?_wi=6", - imageAlt: "premium quality sports equipment", - }, + id: "01", title: "Premium Quality", description: "We partner with 50+ leading global brands to deliver only the highest quality sports equipment and apparel to our customers", imageSrc: "http://img.b2bpic.net/free-photo/sports-tools_53876-138077.jpg", imageAlt: "premium quality sports equipment"}, { - id: "02", - title: "Fast & Reliable", - description: "With our Riyadh warehouse and efficient logistics, we guarantee 48-hour delivery in Riyadh and 3-5 days nationwide", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg?_wi=3", - imageAlt: "warehouse logistics riyadh saudi arabia", - }, + id: "02", title: "Fast & Reliable", description: "With our Riyadh warehouse and efficient logistics, we guarantee 48-hour delivery in Riyadh and 3-5 days nationwide", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg", imageAlt: "warehouse logistics riyadh saudi arabia"}, { - id: "03", - title: "Business-Focused", - description: "Our platform is designed for B2B wholesale buyers with transparent pricing, volume discounts, and professional payment terms", - imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-discussing-digital-tablet_107420-95912.jpg?_wi=2", - imageAlt: "business professionals discussing wholesale", - }, + id: "03", title: "Business-Focused", description: "Our platform is designed for B2B wholesale buyers with transparent pricing, volume discounts, and professional payment terms", imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-discussing-digital-tablet_107420-95912.jpg", imageAlt: "business professionals discussing wholesale"}, { - id: "04", - title: "Customer Support", - description: "Dedicated account managers, 24/7 support, and personalized service for all wholesale partners and enterprise buyers", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg?_wi=2", - imageAlt: "professional customer support", - }, + id: "04", title: "Customer Support", description: "Dedicated account managers, 24/7 support, and personalized service for all wholesale partners and enterprise buyers", imageSrc: "http://img.b2bpic.net/free-photo/smiley-male-boxer-posing-t-shirt-with-arms-crossed_23-2148426242.jpg", imageAlt: "professional customer support"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -87,16 +67,10 @@ export default function AboutPage() { tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} + names={[ + "Nike", "Adidas", "Puma", "Under Armour", "Reebok", "ASICS", "New Balance", "Mizuno"]} logos={[ - "http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg", - "http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg", - "http://img.b2bpic.net/free-vector/cougar-branding-logo-template_23-2149210175.jpg", - "http://img.b2bpic.net/free-vector/shield-protect-defense-logo-linear-style-security-guardian-modern-heraldic-logo_126523-2747.jpg", - "http://img.b2bpic.net/free-vector/set-retro-fitness-labels_23-2147792158.jpg", - "http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg", - "http://img.b2bpic.net/free-vector/urban-shoes-logo_1051-1632.jpg", - "http://img.b2bpic.net/free-vector/jiu-jitsu-logo-design_23-2150891946.jpg", - ]} + "http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg", "http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg", "http://img.b2bpic.net/free-vector/cougar-branding-logo-template_23-2149210175.jpg", "http://img.b2bpic.net/free-vector/shield-protect-defense-logo-linear-style-security-guardian-modern-heraldic-logo_126523-2747.jpg", "http://img.b2bpic.net/free-vector/set-retro-fitness-labels_23-2147792158.jpg", "http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg", "http://img.b2bpic.net/free-vector/urban-shoes-logo_1051-1632.jpg", "http://img.b2bpic.net/free-vector/jiu-jitsu-logo-design_23-2150891946.jpg"]} speed={40} showCard={true} /> @@ -117,14 +91,13 @@ export default function AboutPage() {