From fe3c7ed06c3a7763fdf03348f84b76455e285929 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 23:54:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d51362f..0274243 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,7 +117,7 @@ export default function LandingPage() { { title: "Fast Shipping", description: "Get your gear on the court faster with our expedited shipping options.", videoSrc: "https://res.cloudinary.com/demo/video/upload/v1600000000/shipping-animation.mp4", videoAriaLabel: "Fast shipping animation"}, { - title: "Premium Gear", description: "Experience the difference of precision-engineered paddles and accessories.", videoSrc: "https://res.cloudinary.com/demo/video/upload/v1600000000/premium-gear-animation.mp4", videoAriaLabel: "Premium pickleball gear animation"}, + title: "Premium Gear", description: "Experience the difference of precision-engineered paddles and accessories.", videoSrc: "https://res.com/demo/video/upload/v1600000000/premium-gear-animation.mp4", videoAriaLabel: "Premium pickleball gear animation"}, { title: "Satisfaction Guarantee", description: "We stand behind our products. Your game, your satisfaction, guaranteed.", videoSrc: "https://res.cloudinary.com/demo/video/upload/v1600000000/satisfaction-animation.mp4", videoAriaLabel: "Satisfaction guarantee animation"}, ]} @@ -154,7 +154,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-paddle-tennis-front-view_23-2149443540.jpg", imageAlt: "Sarah Johnson avatar"}, { id: "t2", name: "Michael Chen", handle: "@MikeySmash", testimonial: "The gear from uniPickle is simply next level. Durable, responsive, and looks amazing on court. I'm a customer for life.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-adult-male-soccer-player_23-2150888465.jpg", imageAlt: "Michael Chen avatar"}, + }, { id: "t3", name: "Emily Rodriguez", handle: "@EmPlays", testimonial: "Finally, a brand that understands what competitive recreational players need. My uniPickle bag and paddle are perfect!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mixed-rae-african-american-woman-has-rest-her-workout-breathing-deep-body-parts_633478-2160.jpg", imageAlt: "Emily Rodriguez avatar"}, @@ -196,4 +196,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file