diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2154f6e..49655a1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactSplit from '@/components/sections/contact/ContactSplit';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
-import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -60,101 +45,27 @@ export default function LandingPage() {
@@ -164,12 +75,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted Neighborhood Plumbing"
description="With over 15 years of serving local homeowners, Merritt Service Co. has built a reputation for integrity and craftsmanship. We are your friendly, honest neighborhood plumbers committed to 4.5-star quality work."
- buttons={[
- {
- text: "Learn More",
- href: "#services",
- },
- ]}
+ buttons={[{ text: "Learn More", href: "#services" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6syu4s&_wi=1"
imageAlt="happy homeowner with plumber"
/>
@@ -181,62 +87,13 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "1",
- title: "Leak Repair",
- tags: [
- "Emergency",
- ],
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wj0buw",
- },
- {
- id: "2",
- title: "Water Heater Repair & Replacement",
- tags: [
- "Full Service",
- ],
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nphz2o",
- },
- {
- id: "3",
- title: "Pressure Reducing Valve",
- tags: [
- "Specialized",
- ],
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wz05w3",
- },
- {
- id: "4",
- title: "Copper Piping",
- tags: [
- "Craftsmanship",
- ],
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kscezl",
- },
- {
- id: "5",
- title: "Water Supply Line Replacement",
- tags: [
- "Infrastructure",
- ],
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g432x6",
- },
- {
- id: "6",
- title: "Outdoor Water Lines",
- tags: [
- "Yard Plumbing",
- ],
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6wlopw",
- },
- {
- id: "7",
- title: "New Construction Plumbing",
- tags: [
- "Full Build",
- ],
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=21d8tt",
- },
+ { id: "1", title: "Leak Repair", tags: ["Emergency"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wj0buw" },
+ { id: "2", title: "Water Heater Repair & Replacement", tags: ["Full Service"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nphz2o" },
+ { id: "3", title: "Pressure Reducing Valve", tags: ["Specialized"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wz05w3" },
+ { id: "4", title: "Copper Piping", tags: ["Craftsmanship"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kscezl" },
+ { id: "5", title: "Water Supply Line Replacement", tags: ["Infrastructure"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g432x6" },
+ { id: "6", title: "Outdoor Water Lines", tags: ["Yard Plumbing"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6wlopw" },
+ { id: "7", title: "New Construction Plumbing", tags: ["Full Build"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=21d8tt" },
]}
title="Comprehensive Plumbing Services"
description="Whatever plumbing issue you face, our skilled team is ready to restore your home's comfort quickly."
@@ -249,30 +106,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "1",
- icon: Zap,
- title: "Same-Day Emergency",
- value: "24/7",
- },
- {
- id: "2",
- icon: CheckCircle,
- title: "Transparent Pricing",
- value: "Fair",
- },
- {
- id: "3",
- icon: Phone,
- title: "Fast Communication",
- value: "High",
- },
- {
- id: "4",
- icon: Award,
- title: "Work Guaranteed",
- value: "100%",
- },
+ { id: "1", icon: Zap, title: "Same-Day Emergency", value: "24/7" },
+ { id: "2", icon: CheckCircle, title: "Transparent Pricing", value: "Fair" },
+ { id: "3", icon: Phone, title: "Fast Communication", value: "High" },
+ { id: "4", icon: Award, title: "Work Guaranteed", value: "100%" },
]}
title="Why Choose Merritt Service Co.?"
description="Professional quality work backed by neighborhood transparency."
@@ -285,41 +122,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- handle: "@local",
- testimonial: "So fast! Professional team.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e1mdwn",
- },
- {
- id: "2",
- name: "Mike R.",
- handle: "@local",
- testimonial: "Honest pricing through and through.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4ontbs",
- },
- {
- id: "3",
- name: "Emily P.",
- handle: "@local",
- testimonial: "Top quality plumbing work.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pu0zrn",
- },
- {
- id: "4",
- name: "David L.",
- handle: "@local",
- testimonial: "Best service in our area.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pk41ej",
- },
- {
- id: "5",
- name: "Karen T.",
- handle: "@local",
- testimonial: "Would definitely call again.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5d17dh",
- },
+ { id: "1", name: "Sarah J.", handle: "@local", testimonial: "So fast! Professional team.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e1mdwn" },
+ { id: "2", name: "Mike R.", handle: "@local", testimonial: "Honest pricing through and through.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4ontbs" },
+ { id: "3", name: "Emily P.", handle: "@local", testimonial: "Top quality plumbing work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pu0zrn" },
+ { id: "4", name: "David L.", handle: "@local", testimonial: "Best service in our area.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pk41ej" },
+ { id: "5", name: "Karen T.", handle: "@local", testimonial: "Would definitely call again.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5d17dh" },
]}
title="Our Community Reviews"
description="Trusted by hundreds of local families."
@@ -331,21 +138,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "1",
- title: "Do you offer emergency plumbing?",
- content: "Yes, we provide same-day emergency plumbing services.",
- },
- {
- id: "2",
- title: "What service area do you cover?",
- content: "We serve our entire local county and surrounding suburbs.",
- },
- {
- id: "3",
- title: "Is your pricing transparent?",
- content: "Absolutely. We discuss all costs upfront before starting any work.",
- },
+ { id: "1", title: "Do you offer emergency plumbing?", content: "Yes, we provide same-day emergency plumbing services." },
+ { id: "2", title: "What service area do you cover?", content: "We serve our entire local county and surrounding suburbs." },
+ { id: "3", title: "Is your pricing transparent?", content: "Absolutely. We discuss all costs upfront before starting any work." },
]}
mediaAnimation="slide-up"
title="Common Questions"
@@ -361,80 +156,34 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "Community Plumbing Assoc.",
- "Local Chamber of Commerce",
- "Better Business Bureau",
- "Homeowners Association",
- "Local Builders Guild",
- ]}
+ "Community Plumbing Assoc.", "Local Chamber of Commerce", "Better Business Bureau", "Homeowners Association", "Local Builders Guild"]}
title="Trusted Local Partner"
description="Proudly supporting our community."
/>