Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-15 18:04:20 +00:00

View File

@@ -154,7 +154,7 @@ export default function LandingPage() {
description="Essential climate control components for reliable performance."
buttons={[
{
text: "Browse Full Catalog", href: "/catalog"
text: "Browse Full Catalog", onClick: () => window.location.href = "/catalog"
}
]}
/>
@@ -275,4 +275,8 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}"
}
],
"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."
}