3 Commits

Author SHA1 Message Date
b1470e217e Update src/app/page.tsx 2026-04-15 18:04:47 +00:00
bf7b139285 Update src/app/page.tsx 2026-04-15 18:04:17 +00:00
cfc7b1dfe1 Merge version_2 into main
Merge version_2 into main
2026-04-15 18:02:28 +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"; }
}
]}
/>