Update src/app/page.tsx
This commit is contained in:
@@ -83,9 +83,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "DSLR Camera", price: "$15/day", variant: "Electronics", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-dslr-camera-with-lens-extension-rings-marble-background_23-2148038876.jpg" },
|
{ id: "p1", name: "DSLR Camera", price: "$15/day", variant: "Electronics", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-dslr-camera-with-lens-extension-rings-marble-background_23-2148038876.jpg?_wi=1" },
|
||||||
{ id: "p2", name: "Power Drill", price: "$8/day", variant: "Tools", imageSrc: "http://img.b2bpic.net/free-photo/set-yellow-tools_1303-20318.jpg" },
|
{ id: "p2", name: "Power Drill", price: "$8/day", variant: "Tools", imageSrc: "http://img.b2bpic.net/free-photo/set-yellow-tools_1303-20318.jpg?_wi=1" },
|
||||||
{ id: "p3", name: "Stand Mixer", price: "$12/day", variant: "Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/lovely-mature-woman-serving-breakfast-home_23-2148440100.jpg" },
|
{ id: "p3", name: "Stand Mixer", price: "$12/day", variant: "Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/lovely-mature-woman-serving-breakfast-home_23-2148440100.jpg?_wi=1" },
|
||||||
]}
|
]}
|
||||||
title="Featured Rental Items"
|
title="Featured Rental Items"
|
||||||
description="Most popular items available right now."
|
description="Most popular items available right now."
|
||||||
|
|||||||
Reference in New Issue
Block a user