From 15a03b78fe918a386c88f479625061e1aa3dfe8a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 17:08:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1