Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8add0574ac | |||
| 7837a33aca | |||
| 3fcb382869 | |||
| 1be8fdd73b | |||
| ca0f3a9ea4 | |||
| a06a3c72ae | |||
| 043238a3a0 | |||
| 6205103db0 | |||
| 6aa675a423 |
@@ -4,7 +4,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
@@ -55,7 +56,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Get Free Inspection", href: "#contact" },
|
{ text: "Get Free Inspection", href: "#contact" },
|
||||||
{ text: "Call Now", href: "tel:+15555555555" },
|
{ text: "Call Now", href: "tel:+15555555555" },
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdTsn3ULVbIIEZpeWrU9BRoH7e/a-high-end-professional-roof-and-attic-s-1774818202870-9cab71e7.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdTsn3ULVbIIEZpeWrU9BRoH7e/a-high-end-professional-roof-and-attic-s-1774818202870-9cab71e7.png?_wi=1"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdTsn3ULVbIIEZpeWrU9BRoH7e/happy-homeowner-smiling-posing-in-front--1774818202396-0ac18f97.png", alt: "Client 1" },
|
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdTsn3ULVbIIEZpeWrU9BRoH7e/happy-homeowner-smiling-posing-in-front--1774818202396-0ac18f97.png", alt: "Client 1" },
|
||||||
@@ -174,32 +175,27 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactFaq
|
<ContactText
|
||||||
animationType="slide-up"
|
text="Ready to secure your home? Schedule your professional inspection with MER'S team."
|
||||||
|
background={{ variant: "gradient-bars" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
buttons={[{ text: "Call (555) 555-5555", href: "tel:+15555555555" }, { text: "Request Quote", href: "#contact" }]}
|
||||||
{ id: "faq-1", title: "What service do I need?", content: "We can assess your home during your free inspection and tell you exactly what is required." },
|
|
||||||
{ id: "faq-2", title: "Can I get a same day service?", content: "Same-day service is available based on availability. Call us for immediate assistance." },
|
|
||||||
]}
|
|
||||||
ctaTitle="Get Your Free Inspection Today"
|
|
||||||
ctaDescription="Fill out the form or call us to speak with a professional."
|
|
||||||
ctaButton={{ text: "Call Now", href: "tel:+15555555555" }}
|
|
||||||
ctaIcon={Phone}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterMedia
|
||||||
logoText="MER’S"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdTsn3ULVbIIEZpeWrU9BRoH7e/a-high-end-professional-roof-and-attic-s-1774818202870-9cab71e7.png?_wi=2"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Services", items: [{ label: "Roofing", href: "#services" }, { label: "Insulation", href: "#services" }, { label: "Mold Removal", href: "#services" }] },
|
{ title: "Services", items: [{ label: "Roofing", href: "#services" }, { label: "Insulation", href: "#services" }, { label: "Mold Removal", href: "#services" }] },
|
||||||
{ title: "Support", items: [{ label: "Free Inspection", href: "#contact" }, { label: "Urgent Service", href: "tel:+15555555555" }, { label: "FAQ", href: "#urgency" }] },
|
{ title: "Support", items: [{ label: "Free Inspection", href: "#contact" }, { label: "Urgent Service", href: "tel:+15555555555" }, { label: "FAQ", href: "#urgency" }] },
|
||||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
|
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
|
||||||
]}
|
]}
|
||||||
|
logoText="MER’S"
|
||||||
copyrightText="© 2026 MER’S Attic Insulation & Roofing Services Inc. All Rights Reserved."
|
copyrightText="© 2026 MER’S Attic Insulation & Roofing Services Inc. All Rights Reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user