From efa4aabcff9386bb9297e438fe4cb11dea2aefb1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 23:12:44 +0000 Subject: [PATCH] Update src/app/propicks/page.tsx --- src/app/propicks/page.tsx | 56 +++++++++------------------------------ 1 file changed, 12 insertions(+), 44 deletions(-) diff --git a/src/app/propicks/page.tsx b/src/app/propicks/page.tsx index b201416..327a33b 100644 --- a/src/app/propicks/page.tsx +++ b/src/app/propicks/page.tsx @@ -23,7 +23,7 @@ const ProPicksPage = () => { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSmallSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -34,9 +34,7 @@ const ProPicksPage = () => { brandName="A1 Tennis Supply" navItems={navItems} button={{ - text: "Shop Now", - href: "#shop", - }} + text: "Shop Now", href: "#shop"}} /> @@ -47,17 +45,14 @@ const ProPicksPage = () => { description="At A1 Tennis Supply, we curate the highest quality gear used by competitive players and coaches worldwide. Every product is selected for its superior performance characteristics, durability, and proven results on the court." metrics={[ { - value: "15+", - title: "Years of Excellence", - }, + value: "15+", title: "Years of Excellence"}, { - value: "5000+", - title: "Satisfied Players", - }, + value: "5000+", title: "Satisfied Players"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-tennis-player-leaning-against-fence_23-2147664430.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/young-tennis-player-leaning-against-fence_23-2147664430.jpg" imageAlt="Professional tennis player training court" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -69,32 +64,11 @@ const ProPicksPage = () => { description="See what our customers have to say about A1 Tennis Supply" testimonials={[ { - id: "1", - title: "Best tennis gear store I've found online.", - quote: "The quality is incredible and the customer service is outstanding. I've been purchasing from A1 for three years and they never disappoint.", - name: "Maria Santos", - role: "Competitive Club Player", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-tennis-player-court_1303-15852.jpg?_wi=3", - imageAlt: "Maria Santos", - }, + id: "1", title: "Best tennis gear store I've found online.", quote: "The quality is incredible and the customer service is outstanding. I've been purchasing from A1 for three years and they never disappoint.", name: "Maria Santos", role: "Competitive Club Player", imageSrc: "http://img.b2bpic.net/free-photo/young-man-tennis-player-court_1303-15852.jpg", imageAlt: "Maria Santos"}, { - id: "2", - title: "Amazing racket selection and fast delivery.", - quote: "I needed a replacement racket for my tournament and A1 delivered within 2 days. The Pro Performance Racket has become my go-to equipment.", - name: "James Chen", - role: "Tournament Player", - imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-dark-background_23-2147644427.jpg?_wi=3", - imageAlt: "James Chen", - }, + id: "2", title: "Amazing racket selection and fast delivery.", quote: "I needed a replacement racket for my tournament and A1 delivered within 2 days. The Pro Performance Racket has become my go-to equipment.", name: "James Chen", role: "Tournament Player", imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-dark-background_23-2147644427.jpg", imageAlt: "James Chen"}, { - id: "3", - title: "Preferred supplier for my coaching program.", - quote: "I recommend A1 Tennis Supply to all my students. Their products are tournament-grade and their staff really understands the game.", - name: "Coach Michael Rodriguez", - role: "Professional Tennis Coach", - imageSrc: "http://img.b2bpic.net/free-photo/young-volleyball-man-player-court_23-2149492396.jpg?_wi=3", - imageAlt: "Coach Michael Rodriguez", - }, + id: "3", title: "Preferred supplier for my coaching program.", quote: "I recommend A1 Tennis Supply to all my students. Their products are tournament-grade and their staff really understands the game.", name: "Coach Michael Rodriguez", role: "Professional Tennis Coach", imageSrc: "http://img.b2bpic.net/free-photo/young-volleyball-man-player-court_23-2149492396.jpg", imageAlt: "Coach Michael Rodriguez"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -108,19 +82,13 @@ const ProPicksPage = () => { socialLinks={[ { icon: Instagram, - href: "https://instagram.com/a1tennissupply", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/a1tennissupply", ariaLabel: "Instagram"}, { icon: Twitter, - href: "https://twitter.com/a1tennissupply", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/a1tennissupply", ariaLabel: "Twitter"}, { icon: Youtube, - href: "https://youtube.com/a1tennissupply", - ariaLabel: "YouTube", - }, + href: "https://youtube.com/a1tennissupply", ariaLabel: "YouTube"}, ]} />