diff --git a/src/app/page.tsx b/src/app/page.tsx
index 991d159..bcf443d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
-import { CheckCircle, FileText, Phone, Shield, Tool } from "lucide-react";
+import { CheckCircle, FileText, Phone, Shield, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,35 +43,18 @@ export default function LandingPage() {
@@ -93,15 +64,7 @@ export default function LandingPage() {
@@ -114,21 +77,9 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
features={[
- {
- title: "Drain Cleaning",
- description: "Expert removal of stubborn clogs.",
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138557.jpg",
- },
- {
- title: "Sewer Repair",
- description: "Full diagnosis and line restoration.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg",
- },
- {
- title: "Fixture Installation",
- description: "Professional setting for sinks and toilets.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-construction-uniform-safety-helmet-smiles-holds-groove-pliers_141793-33720.jpg",
- },
+ { title: "Drain Cleaning", description: "Expert removal of stubborn clogs.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138557.jpg" },
+ { title: "Sewer Repair", description: "Full diagnosis and line restoration.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg" },
+ { title: "Fixture Installation", description: "Professional setting for sinks and toilets.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-construction-uniform-safety-helmet-smiles-holds-groove-pliers_141793-33720.jpg" },
]}
title="Complete Plumbing Services"
description="Professional solutions for every plumbing need."
@@ -155,41 +106,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Keith Hudson",
- handle: "@keith",
- testimonial: "Excellent workmanship, prompt service.",
- imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3317.jpg",
- },
- {
- id: "2",
- name: "Justin Smith",
- handle: "@justin",
- testimonial: "These guys are the best in the business.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg",
- },
- {
- id: "3",
- name: "Bruce",
- handle: "@bruce",
- testimonial: "Quick, efficient and very professional.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg",
- },
- {
- id: "4",
- name: "Erica",
- handle: "@erica",
- testimonial: "Fast estimate, even faster service.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg",
- },
- {
- id: "5",
- name: "Trish Merkel",
- handle: "@trish",
- testimonial: "Very satisfied with the repair quality.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243181.jpg",
- },
+ { id: "1", name: "Keith Hudson", handle: "@keith", testimonial: "Excellent workmanship, prompt service.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3317.jpg" },
+ { id: "2", name: "Justin Smith", handle: "@justin", testimonial: "These guys are the best in the business.", imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg" },
+ { id: "3", name: "Bruce", handle: "@bruce", testimonial: "Quick, efficient and very professional.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg" },
+ { id: "4", name: "Erica", handle: "@erica", testimonial: "Fast estimate, even faster service.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" },
+ { id: "5", name: "Trish Merkel", handle: "@trish", testimonial: "Very satisfied with the repair quality.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243181.jpg" },
]}
title="Neighbors Trust Us"
description="See why residents in Ironton choose us for their plumbing needs."
@@ -203,34 +124,10 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "1",
- value: "01",
- title: "You Call",
- description: "Direct communication.",
- icon: Phone,
- },
- {
- id: "2",
- value: "02",
- title: "Estimate",
- description: "Same day assessment.",
- icon: FileText,
- },
- {
- id: "3",
- value: "03",
- title: "Execute",
- description: "Work done right.",
- icon: Tool,
- },
- {
- id: "4",
- value: "04",
- title: "Done",
- description: "Tested and complete.",
- icon: CheckCircle,
- },
+ { id: "1", value: "01", title: "You Call", description: "Direct communication.", icon: Phone },
+ { id: "2", value: "02", title: "Estimate", description: "Same day assessment.", icon: FileText },
+ { id: "3", value: "03", title: "Execute", description: "Work done right.", icon: Wrench },
+ { id: "4", value: "04", title: "Done", description: "Tested and complete.", icon: CheckCircle },
]}
title="How We Work"
description="A transparent process for seamless service."
@@ -241,21 +138,9 @@ export default function LandingPage() {