Compare commits

...

3 Commits

Author SHA1 Message Date
0f2e357e6e Update src/app/page.tsx 2026-04-09 21:48:49 +00:00
5670c4a45c Update src/app/page.tsx 2026-04-09 21:47:18 +00:00
3863fc8d1a Merge version_15 into main
Merge version_15 into main
2026-04-09 21:46:05 +00:00

View File

@@ -90,7 +90,7 @@ export default function LandingPage() {
{ id: "4", title: "Ductwork Design", subtitle: "Customized airflow systems", category: "Engineering", value: "Precision" }, { id: "4", title: "Ductwork Design", subtitle: "Customized airflow systems", category: "Engineering", value: "Precision" },
{ id: "5", title: "Mini Splits", subtitle: "Efficient zonal heating/cooling", category: "System", value: "Efficient" }, { id: "5", title: "Mini Splits", subtitle: "Efficient zonal heating/cooling", category: "System", value: "Efficient" },
]} ]}
title="Comprehensive HVAC Solutions" title="Our Services "
description="Custom climate control solutions tailored to your unique requirements." description="Custom climate control solutions tailored to your unique requirements."
/> />
</div> </div>
@@ -151,4 +151,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }