3 Commits

Author SHA1 Message Date
b1006248c3 Update src/app/page.tsx 2026-05-18 04:45:27 +00:00
1b0c8a4f58 Merge version_3 into main
Merge version_3 into main
2026-05-18 04:41:23 +00:00
5727204c38 Merge version_3 into main
Merge version_3 into main
2026-05-18 04:40:39 +00:00

View File

@@ -105,7 +105,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
products={[ products={[
{ id: "t1", name: "Performance Tire - 18 inch", price: "$150", variant: "Car Tires", imageSrc: "https://img.b2bpic.net/free-photo/close-up-car-tires_23-2148816669.jpg" }, { id: "t1", name: "Performance Tire - 18 inch", price: "$150", variant: "Car Tires", imageSrc: "https://img.b2bpic.net/free-photo/close-up-car-tires_23-2148816669.jpg" },
{ id: "t2", name: "Standard Battery - 70Ah", price: "$95", variant: "Car Batteries", imageSrc: "https://img.b2bpic.net/free-photo/car-battery-charging-concept_23-2148816670.jpg" } { id: "t2", name: "Standard Battery - 70Ah", price: "$95", variant: "Car Batteries", imageSrc: "https://img.b2bpic.net/free-photo/car-battery-charging-concept_23-2148816670.jpg" },
{ id: "t3", name: "Premium All-Weather Tire", price: "$185", variant: "Car Tires", imageSrc: "https://img.b2bpic.net/free-photo/car-tires-stacked-store_23-2149303502.jpg" },
{ id: "t4", name: "Heavy-Duty Truck Battery", price: "$210", variant: "Truck Batteries", imageSrc: "https://img.b2bpic.net/free-photo/truck-battery-isolated_23-2149303503.jpg" }
]} ]}
actionButtonClassName="hover:scale-105" actionButtonClassName="hover:scale-105"
/> />
@@ -184,4 +186,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }