Update src/app/page.tsx
This commit is contained in:
196
src/app/page.tsx
196
src/app/page.tsx
@@ -30,30 +30,18 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:(440) 999-0044"}}
|
||||||
href: "tel:(440) 999-0044",
|
|
||||||
}}
|
|
||||||
brandName="M&M Plumb Crazy"
|
brandName="M&M Plumb Crazy"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -64,73 +52,36 @@ export default function LandingPage() {
|
|||||||
description="Fast response, excellent workmanship, and fantastic value for your home or business."
|
description="Fast response, excellent workmanship, and fantastic value for your home or business."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "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,
|
||||||
handle: "@SarahJHomes",
|
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."},
|
||||||
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.",
|
name: "Mark D.", handle: "@MarkDProperty", testimonial: "Extremely efficient, great communication, and quality work! Highly recommend for any plumbing needs.", rating: 5,
|
||||||
handle: "@MarkDProperty",
|
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg", imageAlt: "Mark D."},
|
||||||
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.",
|
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,
|
||||||
handle: "@EmilyHome",
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12671.jpg", imageAlt: "Emily R."},
|
||||||
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.",
|
name: "David L.", handle: "@DLProperties", testimonial: "Matt is fantastic! He handled our water heater installation flawlessly and left no mess behind.", rating: 5,
|
||||||
handle: "@DLProperties",
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12672.jpg", imageAlt: "David L."},
|
||||||
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.",
|
name: "Jessica T.", handle: "@JessTDesign", testimonial: "Excellent service for a drain cleaning. Very knowledgeable and great value for the price.", rating: 5,
|
||||||
handle: "@JessTDesign",
|
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2622.jpg", imageAlt: "Jessica T."},
|
||||||
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:(440) 999-0044"},
|
||||||
href: "tel:(440) 999-0044",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-construction-uniform-safety-helmet-laughing_141793-33670.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-builder-man-wearing-construction-uniform-safety-helmet-laughing_141793-33670.jpg", alt: "John Doe"},
|
||||||
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",
|
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"},
|
||||||
alt: "Jane Smith",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "Robert Brown"},
|
||||||
alt: "Robert Brown",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", alt: "Emily White"},
|
||||||
alt: "Emily White",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
|
src: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", alt: "Michael G."},
|
||||||
alt: "Michael G.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by hundreds of local homeowners"
|
avatarText="Trusted by hundreds of local homeowners"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg"
|
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() {
|
|||||||
<TextAbout
|
<TextAbout
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Meet Matt, Your Trusted Local Plumber"
|
title="Meet Matt, Your Trusted Local Plumber"
|
||||||
description="At M&M Plumb Crazy, owner Matt is dedicated to providing Chagrin Falls with top-tier plumbing services. We pride ourselves on being efficient, meticulously clean, and highly respectful of your home. With clear and consistent communication, Matt ensures every project, big or small, is handled with professionalism and care, guaranteeing your complete satisfaction."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -155,24 +105,16 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Wrench,
|
icon: Wrench,
|
||||||
title: "General Plumbing Repairs",
|
title: "General Plumbing Repairs", description: "Expert solutions for common issues like under-sink leaks, pipe repairs, and running toilets, ensuring your plumbing runs smoothly."},
|
||||||
description: "Expert solutions for common issues like under-sink leaks, pipe repairs, and running toilets, ensuring your plumbing runs smoothly.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Droplets,
|
icon: Droplets,
|
||||||
title: "Full Bathroom Remodels",
|
title: "Full Bathroom Remodels", description: "Transform your bathroom with our complete plumbing remodel services, from initial design to final fixture installation."},
|
||||||
description: "Transform your bathroom with our complete plumbing remodel services, from initial design to final fixture installation.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Droplets,
|
icon: Droplets,
|
||||||
title: "Fixture Installation & Replacements",
|
title: "Fixture Installation & Replacements", description: "Professional installation and replacement of faucets, sinks, toilets, showers, and water heaters for enhanced functionality and style."},
|
||||||
description: "Professional installation and replacement of faucets, sinks, toilets, showers, and water heaters for enhanced functionality and style.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: CalendarCheck,
|
icon: CalendarCheck,
|
||||||
title: "Routine Maintenance",
|
title: "Routine Maintenance", description: "Prevent costly emergencies with our comprehensive routine maintenance plans, keeping your plumbing system in optimal condition."},
|
||||||
description: "Prevent costly emergencies with our comprehensive routine maintenance plans, keeping your plumbing system in optimal condition.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Comprehensive Plumbing Services"
|
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."
|
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}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-her-phone-with-coffee_1163-555.jpg", imageAlt: "Sarah Johnson"},
|
||||||
name: "Sarah Johnson",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-her-phone-with-coffee_1163-555.jpg",
|
|
||||||
imageAlt: "Sarah Johnson",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg", imageAlt: "Michael Chen"},
|
||||||
name: "Michael Chen",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg",
|
|
||||||
imageAlt: "Michael Chen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/laughing-man-with-mop_23-2147767009.jpg", imageAlt: "Emily Rodriguez"},
|
||||||
name: "Emily Rodriguez",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-man-with-mop_23-2147767009.jpg",
|
|
||||||
imageAlt: "Emily Rodriguez",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
cardTitle="What Our Valued Customers Say"
|
||||||
cardTag="Trusted Local Service"
|
cardTag="Trusted Local Service"
|
||||||
@@ -224,8 +146,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Request a Quote or Schedule Service"
|
title="Request a Quote or Schedule Service"
|
||||||
description="M&M Plumb Crazy is ready to provide reliable and efficient plumbing solutions in Chagrin Falls. Fill out the form or call us directly."
|
description="M&M Plumb Crazy is ready to provide reliable and efficient plumbing solutions in Chagrin Falls. Fill out the form or call us directly."
|
||||||
@@ -244,62 +165,37 @@ export default function LandingPage() {
|
|||||||
logoText="M&M Plumb Crazy"
|
logoText="M&M Plumb Crazy"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "General Repairs",
|
label: "General Repairs", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Bathroom Remodels",
|
label: "Bathroom Remodels", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Fixture Installation",
|
label: "Fixture Installation", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Maintenance",
|
label: "Maintenance", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Hours: 8:00 AM Onwards",
|
label: "Hours: 8:00 AM Onwards", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "10016 Bainbridge Rd, Chagrin Falls, OH 44023",
|
label: "10016 Bainbridge Rd, Chagrin Falls, OH 44023", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "(440) 999-0044",
|
label: "(440) 999-0044", href: "tel:(440) 999-0044"},
|
||||||
href: "tel:(440) 999-0044",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user