Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e69d6c8163 | |||
| b1006248c3 | |||
| 1b0c8a4f58 | |||
| 5727204c38 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user