5 Commits

Author SHA1 Message Date
8560268ca0 Update src/app/services/page.tsx 2026-04-02 01:21:28 +00:00
d1d319880a Update src/app/page.tsx 2026-04-02 01:21:28 +00:00
479b68c986 Update src/app/contact/page.tsx 2026-04-02 01:21:27 +00:00
658e64efe3 Update src/app/about/page.tsx 2026-04-02 01:21:27 +00:00
8f513ae819 Merge version_2 into main
Merge version_2 into main
2026-04-02 01:14:49 +00:00
4 changed files with 53 additions and 224 deletions

View File

@@ -20,17 +20,14 @@ export default function AboutPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Water Heater Repair", href: "/services" }, { label: "Water Heater Repair", href: "/services" },
{ label: "Drain Cleaning", href: "/services" }, { label: "Drain Cleaning", href: "/services" },
{ label: "Garbage Disposal", href: "/services" },
{ label: "Leak Detection", href: "/services" }, { label: "Leak Detection", href: "/services" },
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" }, { label: "Our Team", href: "/about" },
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
@@ -38,8 +35,7 @@ export default function AboutPage() {
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Call: (555) 123-4567", href: "tel:5551234567" }, { label: "Call: (555) 123-4567", href: "tel:5551234567" },
{ label: "Email: info@topnotchplumbing.com", href: "mailto:info@topnotchplumbing.com" }, { label: "Email: info@topnotchplumbing.com", href: "mailto:info@topnotchplumbing.com" },
{ label: "24/7 Emergency Service", href: "/contact" }, { label: "24/7 Emergency Service", href: "/contact" },
@@ -47,8 +43,7 @@ export default function AboutPage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "License & Insurance", href: "#" }, { label: "License & Insurance", href: "#" },
@@ -71,13 +66,7 @@ export default function AboutPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={navItems}
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Why Us", id: "/why-us" },
{ name: "Contact", id: "/contact" },
{ name: "About", id: "/about" },
]}
brandName="Top Notch Plumbing" brandName="Top Notch Plumbing"
bottomLeftText="Available 24/7" bottomLeftText="Available 24/7"
bottomRightText="(555) 123-4567" bottomRightText="(555) 123-4567"
@@ -106,29 +95,11 @@ export default function AboutPage() {
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ {
id: "1", id: "1", title: "Experienced Technicians", description: "Our team brings decades of combined plumbing expertise to every job, ensuring quality workmanship and reliable solutions.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-professional-team-posing-camera_74855-2852.jpg?_wi=3", imageAlt: "professional plumbing team"},
title: "Experienced Technicians",
description: "Our team brings decades of combined plumbing expertise to every job, ensuring quality workmanship and reliable solutions.",
tag: "Expertise",
imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-professional-team-posing-camera_74855-2852.jpg?_wi=3",
imageAlt: "professional plumbing team",
},
{ {
id: "2", id: "2", title: "Professional Service", description: "From start to finish, we maintain the highest standards of professionalism, cleanliness, and attention to detail in every project.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg?_wi=5", imageAlt: "emergency plumbing service"},
title: "Professional Service",
description: "From start to finish, we maintain the highest standards of professionalism, cleanliness, and attention to detail in every project.",
tag: "Quality",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg?_wi=5",
imageAlt: "emergency plumbing service",
},
{ {
id: "3", id: "3", title: "Honest Recommendations", description: "We provide transparent advice about your plumbing needs without unnecessary upsells or pressure to upgrade.", tag: "Integrity", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=4", imageAlt: "professional plumber fixing sink"},
title: "Honest Recommendations",
description: "We provide transparent advice about your plumbing needs without unnecessary upsells or pressure to upgrade.",
tag: "Integrity",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=4",
imageAlt: "professional plumber fixing sink",
},
]} ]}
/> />
</div> </div>
@@ -142,53 +113,17 @@ export default function AboutPage() {
animationType="slide-up" animationType="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Mitchell", role: "Homeowner", testimonial: "Our technician diagnosed the problem quickly and fixed our water heater the same day. Very professional service and they cleaned everything up after the repair.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167446.jpg?_wi=2", imageAlt: "professional headshot person"},
name: "Sarah Mitchell",
role: "Homeowner",
testimonial: "Our technician diagnosed the problem quickly and fixed our water heater the same day. Very professional service and they cleaned everything up after the repair.",
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167446.jpg?_wi=2",
imageAlt: "professional headshot person",
},
{ {
id: "2", id: "2", name: "John Rodriguez", role: "Property Manager", testimonial: "Top Notch Plumbing solved our drain issues quickly and explained everything clearly. We've used them for multiple properties and they're always reliable.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg?_wi=2", imageAlt: "professional headshot portrait"},
name: "John Rodriguez",
role: "Property Manager",
testimonial: "Top Notch Plumbing solved our drain issues quickly and explained everything clearly. We've used them for multiple properties and they're always reliable.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg?_wi=2",
imageAlt: "professional headshot portrait",
},
{ {
id: "3", id: "3", name: "Emily Chen", role: "Homeowner", testimonial: "Fast response, skilled technicians, and honest work. They detected a hidden leak that could have caused major damage. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=2", imageAlt: "professional portrait headshot"},
name: "Emily Chen",
role: "Homeowner",
testimonial: "Fast response, skilled technicians, and honest work. They detected a hidden leak that could have caused major damage. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=2",
imageAlt: "professional portrait headshot",
},
{ {
id: "4", id: "4", name: "Michael Thompson", role: "Homeowner", testimonial: "Professional from start to finish. They installed our fixtures perfectly. Great communication throughout the process.", imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-crossed-eyes_1187-3266.jpg?_wi=2", imageAlt: "professional business portrait"},
name: "Michael Thompson",
role: "Homeowner",
testimonial: "Professional from start to finish. They installed our garbage disposal and new fixtures perfectly. Great communication throughout the process.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-crossed-eyes_1187-3266.jpg?_wi=2",
imageAlt: "professional business portrait",
},
{ {
id: "5", id: "5", name: "Jessica Parker", role: "Real Estate Agent", testimonial: "I recommend Top Notch to all my clients. They're dependable, fair-priced, and do excellent work. Never had a complaint.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-dark-sweater-standing-near-lamps_114579-81908.jpg?_wi=2", imageAlt: "professional headshot smiling"},
name: "Jessica Parker",
role: "Real Estate Agent",
testimonial: "I recommend Top Notch to all my clients. They're dependable, fair-priced, and do excellent work. Never had a complaint.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-dark-sweater-standing-near-lamps_114579-81908.jpg?_wi=2",
imageAlt: "professional headshot smiling",
},
{ {
id: "6", id: "6", name: "David Martinez", role: "Homeowner", testimonial: "Called them for an emergency at midnight. They arrived quickly, fixed the burst pipe, and saved us from serious water damage. True professionals.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg?_wi=2", imageAlt: "professional portrait background"},
name: "David Martinez",
role: "Homeowner",
testimonial: "Called them for an emergency at midnight. They arrived quickly, fixed the burst pipe, and saved us from serious water damage. True professionals.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg?_wi=2",
imageAlt: "professional portrait background",
},
]} ]}
/> />
</div> </div>
@@ -202,4 +137,4 @@ export default function AboutPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,17 +10,14 @@ import FooterSimple from "@/components/sections/footer/FooterSimple";
export default function ContactPage() { export default function ContactPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Water Heater Repair", href: "/services" }, { label: "Water Heater Repair", href: "/services" },
{ label: "Drain Cleaning", href: "/services" }, { label: "Drain Cleaning", href: "/services" },
{ label: "Garbage Disposal", href: "/services" },
{ label: "Leak Detection", href: "/services" }, { label: "Leak Detection", href: "/services" },
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" }, { label: "Our Team", href: "/about" },
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
@@ -28,8 +25,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Call: (555) 123-4567", href: "tel:5551234567" }, { label: "Call: (555) 123-4567", href: "tel:5551234567" },
{ label: "Email: info@topnotchplumbing.com", href: "mailto:info@topnotchplumbing.com" }, { label: "Email: info@topnotchplumbing.com", href: "mailto:info@topnotchplumbing.com" },
{ label: "24/7 Emergency Service", href: "/contact" }, { label: "24/7 Emergency Service", href: "/contact" },
@@ -37,8 +33,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "License & Insurance", href: "#" }, { label: "License & Insurance", href: "#" },
@@ -102,34 +97,20 @@ export default function ContactPage() {
mediaPosition="right" mediaPosition="right"
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Phone Number", required: true,
type: "tel",
placeholder: "Phone Number",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Email Address", required: true,
type: "email",
placeholder: "Email Address",
required: true,
}, },
{ {
name: "service", name: "service", type: "text", placeholder: "Service Needed", required: true,
type: "text",
placeholder: "Service Needed",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Describe your plumbing issue...", rows: 4,
placeholder: "Describe your plumbing issue...",
rows: 4,
required: false, required: false,
}} }}
buttonText="Request Service" buttonText="Request Service"
@@ -146,4 +127,4 @@ export default function ContactPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -11,14 +11,7 @@ import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterSimple from "@/components/sections/footer/FooterSimple"; import FooterSimple from "@/components/sections/footer/FooterSimple";
import { import { Wrench, CheckCircle, Zap, Shield, Clock, Droplet } from "lucide-react";
Wrench,
CheckCircle,
Zap,
Shield,
Clock,
Droplet,
} from "lucide-react";
export default function HomePage() { export default function HomePage() {
const navItems = [ const navItems = [
@@ -31,15 +24,14 @@ export default function HomePage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Services", items: [ title: "Services", items: [
{ label: "Water Heater Repair", href: "#services" }, { label: "Water Heater Repair", href: "#services" },
{ label: "Drain Cleaning", href: "#services" }, { label: "Drain Cleaning", href: "#services" },
{ label: "Garbage Disposal", href: "#services" },
{ label: "Leak Detection", href: "#services" }, { label: "Leak Detection", href: "#services" },
], ],
}, },
{ {
title: "Company", items: [ title: "Company", items: [
{ label: "About Us", href: "#about" }, { label: "About Us", href: "#about" },
{ label: "Our Team", href: "#about" }, { label: "Our Team", href: "#about" },
{ label: "Contact", href: "#contact" }, { label: "Contact", href: "#contact" },
@@ -47,7 +39,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Contact", items: [ title: "Contact", items: [
{ label: "Call: (555) 123-4567", href: "tel:5551234567" }, { label: "Call: (555) 123-4567", href: "tel:5551234567" },
{ label: "Email: info@topnotchplumbing.com", href: "mailto:info@topnotchplumbing.com" }, { label: "Email: info@topnotchplumbing.com", href: "mailto:info@topnotchplumbing.com" },
{ label: "24/7 Emergency Service", href: "#contact" }, { label: "24/7 Emergency Service", href: "#contact" },
@@ -55,7 +47,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Legal", items: [ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "License & Insurance", href: "#" }, { label: "License & Insurance", href: "#" },
@@ -99,11 +91,8 @@ export default function HomePage() {
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
dashboard={{ dashboard={{
title: "Why Choose Top Notch", logoIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=1", searchPlaceholder: "Search services...", sidebarItems: [ title: "Why Choose Top Notch", logoIcon: CheckCircle,
{ icon: Zap, active: true }, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=1", searchPlaceholder: "Search services...", sidebarItems: [{ icon: Zap, active: true }, { icon: Shield }, { icon: Clock }],
{ icon: Shield },
{ icon: Clock },
],
buttons: [ buttons: [
{ text: "Call Now", href: "tel:5551234567" }, { text: "Call Now", href: "tel:5551234567" },
{ text: "Schedule", href: "#contact" }, { text: "Schedule", href: "#contact" },
@@ -113,14 +102,8 @@ export default function HomePage() {
{ title: "Customer Satisfaction", values: [97, 98, 99], valueSuffix: "%", description: "Satisfaction guarantee" }, { title: "Customer Satisfaction", values: [97, 98, 99], valueSuffix: "%", description: "Satisfaction guarantee" },
{ title: "Years Experience", values: [15, 18, 20], description: "In business" }, { title: "Years Experience", values: [15, 18, 20], description: "In business" },
], ],
chartTitle: "Service Calls This Month", chartData: [ chartTitle: "Service Calls This Month", chartData: [{ value: 85 }, { value: 92 }, { value: 88 }, { value: 95 }, { value: 89 }],
{ value: 85 }, listTitle: "Recent Services", listItems: [
{ value: 92 },
{ value: 88 },
{ value: 95 },
{ value: 89 },
],
listTitle: "Recent Services", listItems: [
{ icon: Droplet, title: "Water Heater Repair", status: "Completed" }, { icon: Droplet, title: "Water Heater Repair", status: "Completed" },
{ icon: Droplet, title: "Leak Detection", status: "In Progress" }, { icon: Droplet, title: "Leak Detection", status: "In Progress" },
{ icon: Zap, title: "Drain Cleaning", status: "Scheduled" }, { icon: Zap, title: "Drain Cleaning", status: "Scheduled" },
@@ -155,7 +138,6 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
products={[ products={[
{ id: "1", name: "Water Heater Repair", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=1", imageAlt: "water heater installation repair" }, { id: "1", name: "Water Heater Repair", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=1", imageAlt: "water heater installation repair" },
{ id: "2", name: "Garbage Disposal Installation", price: "From $200", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg", imageAlt: "garbage disposal installation" },
{ id: "3", name: "Drain Cleaning", price: "From $120", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990728.jpg", imageAlt: "professional drain cleaning service" }, { id: "3", name: "Drain Cleaning", price: "From $120", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990728.jpg", imageAlt: "professional drain cleaning service" },
]} ]}
buttons={[{ text: "Get Started", href: "#contact" }]} buttons={[{ text: "Get Started", href: "#contact" }]}
@@ -247,4 +229,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -19,17 +19,14 @@ export default function ServicesPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Water Heater Repair", href: "#services" }, { label: "Water Heater Repair", href: "#services" },
{ label: "Drain Cleaning", href: "#services" }, { label: "Drain Cleaning", href: "#services" },
{ label: "Garbage Disposal", href: "#services" },
{ label: "Leak Detection", href: "#services" }, { label: "Leak Detection", href: "#services" },
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "#about" }, { label: "About Us", href: "#about" },
{ label: "Our Team", href: "#about" }, { label: "Our Team", href: "#about" },
{ label: "Contact", href: "#contact" }, { label: "Contact", href: "#contact" },
@@ -37,8 +34,7 @@ export default function ServicesPage() {
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Call: (555) 123-4567", href: "tel:5551234567" }, { label: "Call: (555) 123-4567", href: "tel:5551234567" },
{ label: "Email: info@topnotchplumbing.com", href: "mailto:info@topnotchplumbing.com" }, { label: "Email: info@topnotchplumbing.com", href: "mailto:info@topnotchplumbing.com" },
{ label: "24/7 Emergency Service", href: "#contact" }, { label: "24/7 Emergency Service", href: "#contact" },
@@ -46,8 +42,7 @@ export default function ServicesPage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "License & Insurance", href: "#" }, { label: "License & Insurance", href: "#" },
@@ -89,47 +84,15 @@ export default function ServicesPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
products={[ products={[
{ {
id: "1", id: "1", name: "Water Heater Repair & Installation", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=3", imageAlt: "water heater installation repair"},
name: "Water Heater Repair & Installation",
price: "From $150",
imageSrc: "http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=3",
imageAlt: "water heater installation repair",
},
{ {
id: "2", id: "3", name: "Professional Drain Cleaning", price: "From $120", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990728.jpg?_wi=2", imageAlt: "professional drain cleaning service"},
name: "Garbage Disposal Installation",
price: "From $200",
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=2",
imageAlt: "garbage disposal installation",
},
{ {
id: "3", id: "4", name: "Toilet Repairs & Replacement", price: "From $100", imageSrc: "http://img.b2bpic.net/free-photo/traffic-inside-sign-aviation-panel_1232-3817.jpg?_wi=2", imageAlt: "toilet repair installation"},
name: "Professional Drain Cleaning",
price: "From $120",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990728.jpg?_wi=2",
imageAlt: "professional drain cleaning service",
},
{ {
id: "4", id: "5", name: "Advanced Leak Detection", price: "From $180", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg?_wi=2", imageAlt: "leak detection plumbing service"},
name: "Toilet Repairs & Replacement",
price: "From $100",
imageSrc: "http://img.b2bpic.net/free-photo/traffic-inside-sign-aviation-panel_1232-3817.jpg?_wi=2",
imageAlt: "toilet repair installation",
},
{ {
id: "5", id: "6", name: "Pipe Repairs & Replacement", price: "From $175", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55837.jpg?_wi=2", imageAlt: "pipe repair plumbing"},
name: "Advanced Leak Detection",
price: "From $180",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg?_wi=2",
imageAlt: "leak detection plumbing service",
},
{
id: "6",
name: "Pipe Repairs & Replacement",
price: "From $175",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55837.jpg?_wi=2",
imageAlt: "pipe repair plumbing",
},
]} ]}
buttons={[{ text: "Request Service", href: "#contact-services" }]} buttons={[{ text: "Request Service", href: "#contact-services" }]}
/> />
@@ -144,29 +107,11 @@ export default function ServicesPage() {
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ {
id: "1", id: "1", title: "Licensed & Insured", description: "All our technicians are fully licensed and our work is backed by comprehensive insurance coverage.", tag: "Protected", imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-professional-team-posing-camera_74855-2852.jpg?_wi=2", imageAlt: "professional plumbing team"},
title: "Licensed & Insured",
description: "All our technicians are fully licensed and our work is backed by comprehensive insurance coverage.",
tag: "Protected",
imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-professional-team-posing-camera_74855-2852.jpg?_wi=2",
imageAlt: "professional plumbing team",
},
{ {
id: "2", id: "2", title: "Quality Guarantee", description: "We stand behind every repair and installation with our satisfaction guarantee and follow-up support.", tag: "Warranty", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=3", imageAlt: "professional plumber fixing sink"},
title: "Quality Guarantee",
description: "We stand behind every repair and installation with our satisfaction guarantee and follow-up support.",
tag: "Warranty",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=3",
imageAlt: "professional plumber fixing sink",
},
{ {
id: "3", id: "3", title: "Transparent Pricing", description: "No hidden fees or surprise charges. We provide upfront estimates and detailed explanations of all work needed.", tag: "Honest", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg?_wi=3", imageAlt: "emergency plumbing service"},
title: "Transparent Pricing",
description: "No hidden fees or surprise charges. We provide upfront estimates and detailed explanations of all work needed.",
tag: "Honest",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg?_wi=3",
imageAlt: "emergency plumbing service",
},
]} ]}
/> />
</div> </div>
@@ -182,34 +127,20 @@ export default function ServicesPage() {
mediaPosition="right" mediaPosition="right"
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Phone Number", required: true,
type: "tel",
placeholder: "Phone Number",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Email Address", required: true,
type: "email",
placeholder: "Email Address",
required: true,
}, },
{ {
name: "service", name: "service", type: "text", placeholder: "Service Type", required: true,
type: "text",
placeholder: "Service Type",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "details", name: "details", placeholder: "Describe your plumbing issue in detail...", rows: 4,
placeholder: "Describe your plumbing issue in detail...",
rows: 4,
required: false, required: false,
}} }}
buttonText="Get Service Quote" buttonText="Get Service Quote"
@@ -225,4 +156,4 @@ export default function ServicesPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }