From fa8710048bdb525d88d986922b81cb7e9d336175 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 17:46:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08265e2..6664f6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { features={[ { id: "f1", title: "Mastering Third Base", description: "Corner reactions, glove quickness, and strong arm mechanics for the hot corner.", tag: "Infield", imageSrc: "http://img.b2bpic.net/free-photo/baseball-player-with-glove-throwing-ball_23-2148347977.jpg" }, { id: "f2", title: "Pitching Excellence", description: "Mechanics, pitch grips, and game-management strategies for dominant control.", tag: "Mound", imageSrc: "http://img.b2bpic.net/free-photo/baseball-player-posing-with-glove-ball_23-2148347976.jpg" }, - { id: "f3", title: "Catching Fundamentals", description: "Framing, blocking mechanics, and controlling the pace of the game.", tag: "Catcher", imageSrc: "http://img.b2bpic.net/free-photo/male-baseball-player-holding-ball_23-2150982658.jpg" }, + { id: "f3", title: "Catching Fundamentals", description: "Framing, blocking mechanics, and controlling the pace of the game.", tag: "Catcher", imageSrc: "http://img.b2bpic.net/free-photo/male-baseball-player-holding-ball_23-2150982658.jpg?_wi=1" }, { id: "f4", title: "Center Field Vision", description: "Mastering routes, reading fly balls, and coordinating the outfield.", tag: "Outfield", imageSrc: "http://img.b2bpic.net/free-photo/focused-pretty-thoughtful-serious-gesturing_1134-949.jpg" }, { id: "f5", title: "First Base Mastery", description: "Scooping techniques, footwork for double plays, and stretching for outs.", tag: "Infield", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-baseball-glvoe_23-2148347911.jpg" } ]} @@ -72,7 +72,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", brand: "ProGlove", name: "Catcher's Elite Mitt", price: "$299", rating: 5, reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/male-baseball-player-holding-ball_23-2150982658.jpg" }, + { id: "p1", brand: "ProGlove", name: "Catcher's Elite Mitt", price: "$299", rating: 5, reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/male-baseball-player-holding-ball_23-2150982658.jpg?_wi=2" }, { id: "p2", brand: "SwingMaster", name: "Maple Wood Bat", price: "$150", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/background-mixed-color-holi-powder_23-2147924648.jpg" }, { id: "p3", brand: "SafeHead", name: "Pro Batting Helmet", price: "$90", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/view-baseball-ball_23-2150982764.jpg" } ]}