diff --git a/src/app/page.tsx b/src/app/page.tsx
index e778880..2bc7ce1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Droplets, Wrench } from "lucide-react";
+import { Droplets, Wrench, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,142 +32,37 @@ export default function LandingPage() {
@@ -178,24 +73,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- icon: Wrench,
- title: "Leak Repair",
- description: "Quick fix for all pipe issues.",
- },
- {
- icon: Droplets,
- title: "Water Heater Install",
- description: "Efficient heater solutions.",
- },
- {
- icon: Wrench,
- title: "Drain Cleaning",
- description: "Clearing stubborn drain clogs.",
- },
+ { icon: Wrench, title: "Leak Repairs", description: "Fast response for all pipe leaks." },
+ { icon: Droplets, title: "Drain Cleaning", description: "Clearing clogs quickly and effectively." },
+ { icon: Wrench, title: "Installations", description: "Professional fixture and water heater setups." },
]}
- title="Services We Provide"
- description="Reliable care for every plumbing system in your home."
+ title="Our Plumbing Services"
+ description="Expert solutions tailored to Fort Wayne homeowners."
/>
@@ -206,24 +89,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "5000+",
- description: "Happy Customers",
- },
- {
- id: "m2",
- value: "15+",
- description: "Years Experience",
- },
- {
- id: "m3",
- value: "24/7",
- description: "Emergency Support",
- },
+ { id: "m1", value: "5.0", description: "Star Rating" },
+ { id: "m2", value: "95", description: "Reviews" },
+ { id: "m3", value: "2+", description: "Years Experience" },
]}
- title="By The Numbers"
- description="Proven results for our community."
+ title="Trusted by Our Community"
+ description="Quality service, backed by our satisfied clients."
/>
@@ -233,50 +104,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "John Doe",
- handle: "@johnd",
- testimonial: "Exceptional work!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg",
- },
- {
- id: "t2",
- name: "Jane Smith",
- handle: "@jsmith",
- testimonial: "Friendly technicians.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-showing-thubs-up-down-looking-confused_141793-28630.jpg",
- },
- {
- id: "t3",
- name: "Mike Ross",
- handle: "@mross",
- testimonial: "Very professional.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg",
- },
- {
- id: "t4",
- name: "Sarah Lee",
- handle: "@slee",
- testimonial: "Fair price, great work.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg",
- },
- {
- id: "t5",
- name: "Tom Baker",
- handle: "@tbaker",
- testimonial: "Problem solved perfectly.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/impressed-caucasian-adult-builder-man-uniform-holds-wrench-hammer-orange_141793-69362.jpg",
- },
+ { id: "t1", name: "Fort Wayne Resident", handle: "@customer", testimonial: "Fantastic service, truly Pro Flow!", rating: 5 },
]}
showRating={true}
- title="What Our Clients Say"
- description="Your neighbors trust FlowMaster."
+ title="Hear From Our Neighbors"
+ description="See why residents love our work."
/>
@@ -285,86 +117,34 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- {
- id: "f1",
- title: "Do you offer emergency service?",
- content: "Yes, we are available 24/7.",
- },
- {
- id: "f2",
- title: "Are you licensed?",
- content: "All our plumbers are fully certified.",
- },
- {
- id: "f3",
- title: "Do you offer free estimates?",
- content: "Yes, we provide free quotes.",
- },
+ { id: "f1", title: "Where do you serve?", content: "We proudly serve Fort Wayne and the surrounding areas." },
+ { id: "f2", title: "Do you offer quotes?", content: "Yes, contact us today for a free estimate on your project." },
]}
title="Common Questions"
- description="Answers you need."
+ description="Everything you need to know about our services."
faqsAnimation="blur-reveal"
/>
-
-
-
-