diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1471040..394d6d5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,18 +29,13 @@ export default function LandingPage() {
@@ -48,41 +43,31 @@ export default function LandingPage() {
@@ -117,29 +98,19 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1", name: "Sarah Miller", role: "Homeowner", company: "East Lansing", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg"},
- {
- id: "t2", name: "David Chen", role: "Owner", company: "Lansing Local", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-shaking-hands-with-her-female-patient-while-meeting-clinic-focus-is-happy-woman_637285-1785.jpg"},
- {
- id: "t3", name: "Michael Roberts", role: "Manager", company: "Business Client", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg"},
- {
- id: "t4", name: "Emily Davis", role: "Homeowner", company: "DeWitt", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg"},
- {
- id: "t5", name: "Jason Lee", role: "Client", company: "Grand Ledge", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg"},
+ { id: "t1", name: "Sarah Miller", role: "Homeowner", company: "East Lansing", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg" },
+ { id: "t2", name: "David Chen", role: "Owner", company: "Lansing Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-shaking-hands-with-her-female-patient-while-meeting-clinic-focus-is-happy-woman_637285-1785.jpg" },
+ { id: "t3", name: "Michael Roberts", role: "Manager", company: "Lansing Business Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg" },
+ { id: "t4", name: "Emily Davis", role: "Homeowner", company: "DeWitt", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg" },
+ { id: "t5", name: "Jason Lee", role: "Client", company: "Grand Ledge", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg" },
]}
kpiItems={[
- { value: "5.0", label: "Average Rating" },
- { value: "500+", label: "Happy Clients" },
- { value: "10y", label: "Experience" },
+ { value: "5.0", label: "Average Lansing Rating" },
+ { value: "500+", label: "Happy East Lansing Clients" },
+ { value: "10y", label: "Experience in Lansing" },
]}
- title="Trusted by Your Neighbors"
- description="See why Lansing trusts us with their plumbing needs. Need help? Call (517) 899-5499."
+ title="Trusted by Your Neighbors in East Lansing"
+ description="See why residents and businesses throughout Lansing trust us with their plumbing needs. Need help? Call (517) 899-5499."
/>
@@ -149,13 +120,11 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
- title="Quality Plumbing Hardware"
- description="We install and service only the highest quality brands for your home."
+ title="Quality Plumbing Hardware for Lansing Homes"
+ description="We install and service only the highest quality brands for your East Lansing property."
products={[
- {
- id: "p1", name: "Modern Faucet", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/sink-faucet_74190-7197.jpg"},
- {
- id: "p2", name: "Shower Valve", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/metal-tap-head-with-knob_53876-88573.jpg"},
+ { id: "p1", name: "Modern Faucet", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/sink-faucet_74190-7197.jpg" },
+ { id: "p2", name: "Shower Valve", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/metal-tap-head-with-knob_53876-88573.jpg" },
]}
/>
@@ -165,12 +134,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
title="Still have questions?"
- description="Get in touch with our team today at (517) 899-5499."
+ description="Our East Lansing plumbing team is here to help. Get in touch with us today at (517) 899-5499."
faqs={[
- {
- id: "m1", title: "How do I schedule?", content: "Call our office at (517) 899-5499 or use the online contact form."},
- {
- id: "m2", title: "What is the warranty?", content: "We offer a 1-year warranty on all parts and labor."},
+ { id: "m1", title: "How do I schedule service in East Lansing?", content: "Call our Lansing office at (517) 899-5499 or use the online contact form." },
+ { id: "m2", title: "What is the warranty for local repairs?", content: "We offer a 1-year warranty on all parts and labor across our entire service area." },
]}
imageSrc="http://img.b2bpic.net/free-photo/worker-with-checklist_1187-1558.jpg"
mediaAnimation="slide-up"
@@ -182,20 +149,20 @@ export default function LandingPage() {
diff --git a/src/app/services/drain-cleaning/page.tsx b/src/app/services/drain-cleaning/page.tsx
new file mode 100644
index 0000000..fe16361
--- /dev/null
+++ b/src/app/services/drain-cleaning/page.tsx
@@ -0,0 +1,41 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import FooterBase from '@/components/sections/footer/FooterBase';
+import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
+
+export default function DrainCleaningPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/services/water-heater-repair/page.tsx b/src/app/services/water-heater-repair/page.tsx
new file mode 100644
index 0000000..25e89e6
--- /dev/null
+++ b/src/app/services/water-heater-repair/page.tsx
@@ -0,0 +1,41 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import FooterBase from '@/components/sections/footer/FooterBase';
+import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
+
+export default function WaterHeaterRepairPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file