diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0a4402e..0e25cd5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextAbout from '@/components/sections/about/TextAbout';
-import { CheckCircle, Droplets, Search, Tool, Wrench } from "lucide-react";
+import { CheckCircle, Droplets, Search, Wrench, Settings } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,41 +46,26 @@ export default function LandingPage() {
@@ -100,9 +77,7 @@ export default function LandingPage() {
title="Miller and Sons Plumbing, LLC: Reliable Plumbing Services in Lexington, SC"
buttons={[
{
- text: "Get Your Free Estimate",
- href: "#contact",
- },
+ text: "Get Your Free Estimate", href: "#contact"},
]}
/>
@@ -115,29 +90,19 @@ export default function LandingPage() {
features={[
{
icon: Wrench,
- title: "Emergency Plumbing Repairs",
- description: "Rapid response for urgent plumbing issues around the clock.",
- },
+ title: "Emergency Plumbing Repairs", description: "Rapid response for urgent plumbing issues around the clock."},
{
icon: Search,
- title: "Leak Detection & Fixes",
- description: "Pinpointing leaks accurately to prevent further water damage.",
- },
+ title: "Leak Detection & Fixes", description: "Pinpointing leaks accurately to prevent further water damage."},
{
icon: Droplets,
- title: "Drain Cleaning",
- description: "Professional drain cleaning to restore flow to your home's pipes.",
- },
+ title: "Drain Cleaning", description: "Professional drain cleaning to restore flow to your home's pipes."},
{
- icon: Tool,
- title: "Pipe Installation & Replacement",
- description: "Durable installation and replacement for aging or damaged piping systems.",
- },
+ icon: Settings,
+ title: "Pipe Installation & Replacement", description: "Durable installation and replacement for aging or damaged piping systems."},
{
icon: CheckCircle,
- title: "General Plumbing Services",
- description: "Comprehensive maintenance and minor repairs for residential plumbing.",
- },
+ title: "General Plumbing Services", description: "Comprehensive maintenance and minor repairs for residential plumbing."},
]}
title="Our Professional Plumbing Services"
description="We offer a comprehensive range of plumbing services to keep your home running smoothly."
@@ -152,20 +117,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "m1",
- value: "Fast",
- description: "Response time",
- },
+ id: "m1", value: "Fast", description: "Response time"},
{
- id: "m2",
- value: "Honest",
- description: "Transparent pricing",
- },
+ id: "m2", value: "Honest", description: "Transparent pricing"},
{
- id: "m3",
- value: "Trusted",
- description: "Local family-owned",
- },
+ id: "m3", value: "Trusted", description: "Local family-owned"},
]}
title="Why Local Homeowners Trust Us"
description="We prioritize service, honesty, and local community satisfaction."
@@ -179,59 +135,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- role: "Homeowner",
- company: "Lexington Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
- },
+ id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Lexington Resident", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"},
{
- id: "2",
- name: "Michael Chen",
- role: "Homeowner",
- company: "Lexington Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg",
- },
+ id: "2", name: "Michael Chen", role: "Homeowner", company: "Lexington Resident", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg"},
{
- id: "3",
- name: "Emily Rodriguez",
- role: "Homeowner",
- company: "Lexington Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/human-modern-technology-concept-portrait-handsome-young-caucasian-student-black-hat-white-shirt-surfing-internet-his-smart-phone-enjoying-free-wireless-connection-lunch_273609-1933.jpg",
- },
+ id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Lexington Resident", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/human-modern-technology-concept-portrait-handsome-young-caucasian-student-black-hat-white-shirt-surfing-internet-his-smart-phone-enjoying-free-wireless-connection-lunch_273609-1933.jpg"},
{
- id: "4",
- name: "David Kim",
- role: "Homeowner",
- company: "Lexington Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg",
- },
+ id: "4", name: "David Kim", role: "Homeowner", company: "Lexington Resident", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg"},
{
- id: "5",
- name: "Laura Smith",
- role: "Homeowner",
- company: "Lexington Resident",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
- },
+ id: "5", name: "Laura Smith", role: "Homeowner", company: "Lexington Resident", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
]}
kpiItems={[
{
- value: "5.0",
- label: "Google Rating",
- },
+ value: "5.0", label: "Google Rating"},
{
- value: "100+",
- label: "Happy Clients",
- },
+ value: "100+", label: "Happy Clients"},
{
- value: "100%",
- label: "Reliable Service",
- },
+ value: "100%", label: "Reliable Service"},
]}
title="Trusted by Local Homeowners"
description="Read what our neighbors in Lexington have to say about our work."
@@ -244,9 +169,7 @@ export default function LandingPage() {
title="Miller and Sons Plumbing: Fast, Honest, and Local."
buttons={[
{
- text: "Get Your Free Estimate",
- href: "#contact",
- },
+ text: "Get Your Free Estimate", href: "#contact"},
]}
/>
@@ -255,8 +178,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file