5 Commits

Author SHA1 Message Date
4c2fa54c93 Merge version_4 into main
Merge version_4 into main
2026-05-21 03:12:48 +00:00
57586e4f24 Update src/app/page.tsx 2026-05-21 03:12:45 +00:00
650ee7f280 Merge version_3 into main
Merge version_3 into main
2026-05-21 03:11:16 +00:00
096b15019e Update src/app/styles/variables.css 2026-05-21 03:11:13 +00:00
1e0cc19846 Merge version_2 into main
Merge version_2 into main
2026-05-21 03:09:03 +00:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -13,12 +13,12 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #ffffff;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);