diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c1e863..e4b7e56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,6 +54,8 @@ export default function LandingPage() { ], logoIcon: Car, sidebarItems: [{ icon: Car, active: true }, { icon: Wrench }, { icon: ShieldCheck }], + buttons: [], + listItems: [], imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15196.jpg" }} /> @@ -79,7 +81,8 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "p1", name: "City Sedan", price: "₹9.5L", imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg" }, - { id: "p2", name: "Urban SUV", price: "₹14.2L", imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-autumn-road-side-view-car-motion_169016-69911.jpg" } + { id: "p2", name: "Urban SUV", price: "₹14.2L", imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-autumn-road-side-view-car-motion_169016-69911.jpg" }, + { id: "p3", name: "Compact Hatch", price: "₹6.8L", imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg" } ]} /> @@ -95,14 +98,17 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="depth-3d" textboxLayout="split" + useInvertedBackground={false} />