diff --git a/src/app/page.tsx b/src/app/page.tsx index 967f305..dba0b05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,6 +124,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + buttons={[{ text: "View Full Gallery", href: "/gallery" }]} products={[ { id: "p1", brand: "Springfield", name: "Residential Lawn Transformation", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/agriculture-healthy-food_23-2151969834.jpg" }, { id: "p2", brand: "Springfield", name: "Stone Patio & Walkway", price: "Custom", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-crossfit-with-wheel-hammer_23-2147671860.jpg" }, @@ -231,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file