Merge version_24 into main

Merge version_24 into main
This commit was merged in pull request #40.
This commit is contained in:
2026-04-09 22:21:20 +00:00

View File

@@ -139,9 +139,15 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775773259243-laxwh9sr.jpg"
logoText="Mountain Top Cooling"
columns={[
{ title: "Services", items: [{ label: "Residential", href: "#" }, { label: "Commercial", href: "#" }, { label: "Maintenance", href: "#" }] },
{ title: "Business Hours", items: [
{ label: "Sun: 08:00am - 06:00pm", href: "#" },
{ label: "Mon-Fri: 9:00am - 5:00pm", href: "#" },
{ label: "Sat: 08:00am - 06:00pm", href: "#" }
] },
{ title: "Contact", items: [{ label: "617-417-6584", href: "tel:617-417-6584" }] }
]}
copyrightText="© 2025 Mountain Top Cooling"
@@ -150,4 +156,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}