diff --git a/src/app/page.tsx b/src/app/page.tsx
index 24f2cc2..88b04f4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,30 +30,18 @@ export default function LandingPage() {
@@ -64,73 +52,36 @@ export default function LandingPage() {
description="Fast response, excellent workmanship, and fantastic value for your home or business."
testimonials={[
{
- name: "Sarah J.",
- handle: "@SarahJHomes",
- testimonial: "M&M Plumb Crazy did a fantastic job with our bathroom remodel. Efficient, clean, and respectful!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-curly-haired-woman-dressed-elegant-pink-jacket-keeps-arms-folded-smiles-pleasantly-holds-bag-focused-away-isolated-blue-background-with-copy-space-your-promotional-content_273609-60206.jpg",
- imageAlt: "Sarah J.",
- },
+ name: "Sarah J.", handle: "@SarahJHomes", testimonial: "M&M Plumb Crazy did a fantastic job with our bathroom remodel. Efficient, clean, and respectful!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/pretty-curly-haired-woman-dressed-elegant-pink-jacket-keeps-arms-folded-smiles-pleasantly-holds-bag-focused-away-isolated-blue-background-with-copy-space-your-promotional-content_273609-60206.jpg", imageAlt: "Sarah J."},
{
- name: "Mark D.",
- handle: "@MarkDProperty",
- testimonial: "Extremely efficient, great communication, and quality work! Highly recommend for any plumbing needs.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg",
- imageAlt: "Mark D.",
- },
+ name: "Mark D.", handle: "@MarkDProperty", testimonial: "Extremely efficient, great communication, and quality work! Highly recommend for any plumbing needs.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg", imageAlt: "Mark D."},
{
- name: "Emily R.",
- handle: "@EmilyHome",
- testimonial: "Quick response to our emergency leak! Professional and fixed it perfectly. Highly recommend M&M Plumb Crazy.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12671.jpg",
- imageAlt: "Emily R.",
- },
+ name: "Emily R.", handle: "@EmilyHome", testimonial: "Quick response to our emergency leak! Professional and fixed it perfectly. Highly recommend M&M Plumb Crazy.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12671.jpg", imageAlt: "Emily R."},
{
- name: "David L.",
- handle: "@DLProperties",
- testimonial: "Matt is fantastic! He handled our water heater installation flawlessly and left no mess behind.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12672.jpg",
- imageAlt: "David L.",
- },
+ name: "David L.", handle: "@DLProperties", testimonial: "Matt is fantastic! He handled our water heater installation flawlessly and left no mess behind.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12672.jpg", imageAlt: "David L."},
{
- name: "Jessica T.",
- handle: "@JessTDesign",
- testimonial: "Excellent service for a drain cleaning. Very knowledgeable and great value for the price.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2622.jpg",
- imageAlt: "Jessica T.",
- },
+ name: "Jessica T.", handle: "@JessTDesign", testimonial: "Excellent service for a drain cleaning. Very knowledgeable and great value for the price.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2622.jpg", imageAlt: "Jessica T."},
]}
buttons={[
{
- text: "Call Now",
- href: "tel:(440) 999-0044",
- },
+ text: "Call Now", href: "tel:(440) 999-0044"},
]}
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-construction-uniform-safety-helmet-laughing_141793-33670.jpg",
- alt: "John Doe",
- },
+ src: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-construction-uniform-safety-helmet-laughing_141793-33670.jpg", alt: "John Doe"},
{
- src: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg",
- alt: "Jane Smith",
- },
+ src: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-happy-smiling-young-woman-beige-jacket-glasses-standing-lobby-office-reception-greeting-business-client-with-pleasant-grin-inviting-company_197531-30568.jpg", alt: "Jane Smith"},
{
- src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
- alt: "Robert Brown",
- },
+ src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "Robert Brown"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
- alt: "Emily White",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", alt: "Emily White"},
{
- src: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
- alt: "Michael G.",
- },
+ src: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", alt: "Michael G."},
]}
avatarText="Trusted by hundreds of local homeowners"
imageSrc="http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg"
@@ -143,7 +94,6 @@ export default function LandingPage() {
@@ -155,24 +105,16 @@ export default function LandingPage() {
features={[
{
icon: Wrench,
- title: "General Plumbing Repairs",
- description: "Expert solutions for common issues like under-sink leaks, pipe repairs, and running toilets, ensuring your plumbing runs smoothly.",
- },
+ title: "General Plumbing Repairs", description: "Expert solutions for common issues like under-sink leaks, pipe repairs, and running toilets, ensuring your plumbing runs smoothly."},
{
icon: Droplets,
- title: "Full Bathroom Remodels",
- description: "Transform your bathroom with our complete plumbing remodel services, from initial design to final fixture installation.",
- },
+ title: "Full Bathroom Remodels", description: "Transform your bathroom with our complete plumbing remodel services, from initial design to final fixture installation."},
{
icon: Droplets,
- title: "Fixture Installation & Replacements",
- description: "Professional installation and replacement of faucets, sinks, toilets, showers, and water heaters for enhanced functionality and style.",
- },
+ title: "Fixture Installation & Replacements", description: "Professional installation and replacement of faucets, sinks, toilets, showers, and water heaters for enhanced functionality and style."},
{
icon: CalendarCheck,
- title: "Routine Maintenance",
- description: "Prevent costly emergencies with our comprehensive routine maintenance plans, keeping your plumbing system in optimal condition.",
- },
+ title: "Routine Maintenance", description: "Prevent costly emergencies with our comprehensive routine maintenance plans, keeping your plumbing system in optimal condition."},
]}
title="Our Comprehensive Plumbing Services"
description="From routine repairs to major renovations, M&M Plumb Crazy has you covered with expert solutions tailored to your needs."
@@ -184,35 +126,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-her-phone-with-coffee_1163-555.jpg",
- imageAlt: "Sarah Johnson",
- },
+ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-her-phone-with-coffee_1163-555.jpg", imageAlt: "Sarah Johnson"},
{
- id: "2",
- name: "Michael Chen",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg",
- imageAlt: "Michael Chen",
- },
+ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg", imageAlt: "Michael Chen"},
{
- id: "3",
- name: "Emily Rodriguez",
- imageSrc: "http://img.b2bpic.net/free-photo/laughing-man-with-mop_23-2147767009.jpg",
- imageAlt: "Emily Rodriguez",
- },
+ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/laughing-man-with-mop_23-2147767009.jpg", imageAlt: "Emily Rodriguez"},
{
- id: "4",
- name: "David Kim",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-redhead-adult-man-showing-thumbs-up-smiling-happy-satisfied-with-quality-praise-agree-making-compliment-well-done-great-job-gesture_176420-38436.jpg",
- imageAlt: "David Kim",
- },
+ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/attractive-redhead-adult-man-showing-thumbs-up-smiling-happy-satisfied-with-quality-praise-agree-making-compliment-well-done-great-job-gesture_176420-38436.jpg", imageAlt: "David Kim"},
{
- id: "5",
- name: "Jessica Lee",
- imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg",
- imageAlt: "Jessica Lee",
- },
+ id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-green-suit-using-phone-outside-street_1303-29546.jpg", imageAlt: "Jessica Lee"},
]}
cardTitle="What Our Valued Customers Say"
cardTag="Trusted Local Service"
@@ -224,8 +146,7 @@ export default function LandingPage() {