diff --git a/src/app/page.tsx b/src/app/page.tsx index 455c38b..510bda8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,9 +99,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "1", name: "Strike Shadow 48v", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-safety-helmet_23-2151531335.jpg" }, - { id: "2", name: "Strike Shadow 60v", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25048.jpg" }, - { id: "3", name: "Strike Shadow 72v", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/portrait-motorbike-rider-posing-forrest_23-2148585502.jpg" }, + { id: "1", name: "Strike Shadow 48v", price: "Starting from $2,400", imageSrc: "http://img.b2bpic.net/free-photo/motorcycle-safety-helmet_23-2151531335.jpg" }, + { id: "2", name: "Strike Shadow 60v", price: "Starting from $3,200", imageSrc: "http://img.b2bpic.net/free-photo/man-karting-circuit-with-car_1157-25048.jpg" }, + { id: "3", name: "Strike Shadow 72v", price: "Available for Demo", imageSrc: "http://img.b2bpic.net/free-photo/portrait-motorbike-rider-posing-forrest_23-2148585502.jpg" }, { id: "4", name: "Pro Go-Kart", price: "Starting at $1,200", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-woman-driving-car_23-2148293939.jpg" }, { id: "5", name: "Trail ATV", price: "Starting at $3,500", imageSrc: "http://img.b2bpic.net/free-vector/grungy-style-tire-trail-mark-background-dirty-adventure-sport_1017-63932.jpg" }, { id: "6", name: "Street E-Bike", price: "Starting at $2,100", imageSrc: "http://img.b2bpic.net/free-photo/man-hand-turning-ignition-key-ebike_114579-351.jpg" },