Compare commits
4 Commits
version_22
...
version_23
| Author | SHA1 | Date | |
|---|---|---|---|
| e733b10709 | |||
| af39ed5cbe | |||
| 120ef44a78 | |||
| d6cacf50e2 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -138,18 +138,16 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775772914188-3p1p4e3a.jpg"
|
||||
<FooterBaseCard
|
||||
logoText="Mountain Top Cooling"
|
||||
columns={[
|
||||
{ items: [{ label: "Residential", href: "#" }, { label: "Commercial", href: "#" }, { label: "Maintenance", href: "#" }] },
|
||||
{ items: [{ label: "Sun: 8am-6pm" }, { label: "Mon-Fri: 9am-5pm" }, { label: "Sat: 8am-6pm" }] },
|
||||
{ items: [{ label: "617-417-6584", href: "tel:617-417-6584" }] },
|
||||
{ title: "Services", items: [{ label: "Residential", href: "#" }, { label: "Commercial", href: "#" }, { label: "Maintenance", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "617-417-6584", href: "tel:617-417-6584" }] }
|
||||
]}
|
||||
logoClassName="!w-48 !h-48"
|
||||
copyrightText="© 2025 Mountain Top Cooling"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user