Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-02-25 18:02:58 +00:00

View File

@@ -114,11 +114,11 @@ export default function RacquetMastersPage() {
products={[
{
id: "1", brand: "Wilson", name: "Pro Staff Ultra 100", price: "$299.99", rating: 5,
reviewCount: "2.8k", imageSrc: "http://img.b2bpic.net/free-photo/box-full-tennis-balls-is-standing-floor-tennis-court_613910-15301.jpg?_wi=1", imageAlt: "Wilson Pro Staff Ultra 100 racquet"
reviewCount: "2.8k", imageSrc: "http://img.b2bpic.net/free-photo/box-full-tennis-balls-is-standing-floor-tennis-court_613910-15301.jpg", imageAlt: "Wilson Pro Staff Ultra 100 racquet"
},
{
id: "2", brand: "Babolat", name: "RPM Blast Tennis String", price: "$24.99", rating: 5,
reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/box-full-tennis-balls-is-standing-floor-tennis-court_613910-15301.jpg?_wi=2", imageAlt: "Babolat RPM Blast tennis string"
reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/box-full-tennis-balls-is-standing-floor-tennis-court_613910-15301.jpg", imageAlt: "Babolat RPM Blast tennis string"
},
{
id: "3", brand: "Nike", name: "Court Victory Tennis Apparel", price: "$89.99", rating: 4,
@@ -164,19 +164,19 @@ export default function RacquetMastersPage() {
testimonials={[
{
id: "1", name: "Alex Rodriguez", handle: "@alexrodriguez", testimonial: "The precision stringing service transformed my game. The team really knows their craft and takes time to understand what you need.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", imageAlt: "Alex Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Alex Rodriguez"
},
{
id: "2", name: "Maria Chen", handle: "@mariatennislife", testimonial: "Best equipment fitting I've ever had. Their expert advice helped me find the perfect racquet for my playing style.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", imageAlt: "Maria Chen"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Maria Chen"
},
{
id: "3", name: "David Thompson", handle: "@dthompson_tennis", testimonial: "The coaching sessions at Racquet Masters are incredibly valuable. Professional instructors who push you to improve.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=3", imageAlt: "David Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "David Thompson"
},
{
id: "4", name: "Sophie Williams", handle: "@sophieplays_tennis", testimonial: "Great selection of premium brands and knowledgeable staff. This is my go-to shop for all my tennis needs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=4", imageAlt: "Sophie Williams"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Sophie Williams"
}
]}
showRating={true}
@@ -194,7 +194,7 @@ export default function RacquetMastersPage() {
title="Stay Updated on New Equipment & Services"
description="Subscribe to get exclusive updates on new racquets, stringing specials, and coaching programs tailored for your level."
tagIcon={Mail}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="your@email.com"