diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d4301d..3a9fcd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}