Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-04-17 17:46:46 +00:00

View File

@@ -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" }
]}