Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -105,7 +105,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
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: "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"
|
||||
/>
|
||||
@@ -184,4 +186,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user