From b1470e217e9ac8b1419aeb76b4a3916957a273fa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:04:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6b60e5..732ce5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,7 +154,7 @@ export default function LandingPage() { description="Essential climate control components for reliable performance." buttons={[ { - text: "Browse Full Catalog", onClick: () => window.location.href = "/catalog" + text: "Browse Full Catalog", onClick: () => { window.location.href = "/catalog"; } } ]} /> @@ -275,8 +275,4 @@ export default function LandingPage() { ); -}" - } - ], - "rawPlan": "I've updated the product section to include the 'Browse Full Catalog' button as requested, ensuring it links to the catalog page while maintaining the consistent look and feel of the site." } \ No newline at end of file -- 2.49.1