Merge version_1 into main #2
281
src/app/page.tsx
281
src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import { Award, CheckCircle, Clock, DollarSign, Shield, Star, Tool } from "lucide-react";
|
||||
import { Award, CheckCircle, Clock, DollarSign, Shield, Star, Wrench, Handshake } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,26 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Coleman Plumbing"
|
||||
/>
|
||||
@@ -56,98 +41,31 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Old School Service. Honest Pricing. Over 50 Years of Trust."
|
||||
description="Family-owned since 1972. Three generations of Colemans have served Silver Spring and the surrounding Maryland communities. We show up on time. We tell you what's wrong. We fix it right."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Patricia A.",
|
||||
handle: "Angi",
|
||||
testimonial: "Good work for a reasonable price. Easy scheduling with Don's wife (Pam).",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-couch_23-2148962435.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Anonymous",
|
||||
handle: "Angi",
|
||||
testimonial: "Perfectly. Right product, right price and on time. Very pleasant experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877353.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Anonymous",
|
||||
handle: "Angi",
|
||||
testimonial: "His work is always done right the first time. Don has been our plumber for many years.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-smiling-happy-hugging-new-home_839833-9779.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Anonymous",
|
||||
handle: "Angi",
|
||||
testimonial: "This husband and wife team (she does the scheduling, he does the house calls) is top notch.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Anonymous",
|
||||
handle: "Angi",
|
||||
testimonial: "They are the best, and they are family owned. We have used Coleman Plumbing for close to 30 years.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg?_wi=1",
|
||||
},
|
||||
{ name: "Patricia A.", handle: "Angi", testimonial: "Good work for a reasonable price. Easy scheduling with Don's wife (Pam).", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-couch_23-2148962435.jpg" },
|
||||
{ name: "Anonymous", handle: "Angi", testimonial: "Perfectly. Right product, right price and on time. Very pleasant experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877353.jpg" },
|
||||
{ name: "Anonymous", handle: "Angi", testimonial: "His work is always done right the first time. Don has been our plumber for many years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-smiling-happy-hugging-new-home_839833-9779.jpg" },
|
||||
{ name: "Anonymous", handle: "Angi", testimonial: "This husband and wife team (she does the scheduling, he does the house calls) is top notch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg" },
|
||||
{ name: "Anonymous", handle: "Angi", testimonial: "They are the best, and they are family owned. We have used Coleman Plumbing for close to 30 years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (301) 585-2352",
|
||||
href: "tel:3015852352",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-metallic-keys_23-2148796582.jpg?_wi=1"
|
||||
buttons={[{ text: "Call (301) 585-2352", href: "tel:3015852352" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-metallic-keys_23-2148796582.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-couch_23-2148962435.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877353.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-smiling-happy-hugging-new-home_839833-9779.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-couch_23-2148962435.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877353.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-couple-smiling-happy-hugging-new-home_839833-9779.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", alt: "Customer 5" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "50+ Years Experience",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Emergency Support",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Free Estimates",
|
||||
},
|
||||
{ type: "text", text: "50+ Years Experience" },
|
||||
{ type: "text", text: "Licensed & Insured" },
|
||||
{ type: "text", text: "Family Owned" },
|
||||
{ type: "text", text: "Emergency Support" },
|
||||
{ type: "text", text: "Free Estimates" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,27 +77,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "50+",
|
||||
title: "Years Serving MD",
|
||||
description: "Founded in 1972, serving families for generations.",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "130+",
|
||||
title: "Verified Reviews",
|
||||
description: "Highly rated on Checkbook.org, Angi, and Google.",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Honest Service",
|
||||
description: "No hidden fees, no unnecessary upselling.",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{ id: "m1", value: "50+", title: "Years Serving MD", description: "Founded in 1972, serving families for generations.", icon: Award },
|
||||
{ id: "m2", value: "130+", title: "Verified Reviews", description: "Highly rated on Checkbook.org, Angi, and Google.", icon: Star },
|
||||
{ id: "m3", value: "100%", title: "Honest Service", description: "No hidden fees, no unnecessary upselling.", icon: CheckCircle }
|
||||
]}
|
||||
title="Why Neighbors Trust Coleman"
|
||||
description="50+ years of local Maryland service and integrity."
|
||||
@@ -193,68 +93,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "50+ Years of Experience",
|
||||
description: "Family-owned since 1972, we bring over five decades of expertise to every repair, installation, and maintenance job in Maryland.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg?_wi=1",
|
||||
},
|
||||
id: "f1", title: "50+ Years of Experience", description: "Family-owned since 1972, we bring over five decades of expertise to every repair, installation, and maintenance job in Maryland.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg" },
|
||||
items: [
|
||||
{
|
||||
icon: Clock,
|
||||
text: "Proven track record",
|
||||
},
|
||||
{
|
||||
icon: Tool,
|
||||
text: "Experienced technicians",
|
||||
},
|
||||
{ icon: Clock, text: "Proven track record" },
|
||||
{ icon: Wrench, text: "Experienced technicians" }
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-keys_23-2148796582.jpg?_wi=2",
|
||||
imageAlt: "professional plumbing work tools close up",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Honest & Fair Pricing",
|
||||
description: "We don't believe in surprise fees or upselling. You get clear, honest assessments from the start, exactly as you would expect from your local plumber.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg",
|
||||
},
|
||||
id: "f2", title: "Honest & Fair Pricing", description: "We don't believe in surprise fees or upselling. You get clear, honest assessments from the start, exactly as you would expect from your local plumber.", media: { imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg" },
|
||||
items: [
|
||||
{
|
||||
icon: DollarSign,
|
||||
text: "Transparent upfront estimates",
|
||||
},
|
||||
{
|
||||
icon: Handshake,
|
||||
text: "No pressure tactics",
|
||||
},
|
||||
{ icon: DollarSign, text: "Transparent upfront estimates" },
|
||||
{ icon: Handshake, text: "No pressure tactics" }
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-cup-drink-t-shirt-jacket-looking-merry-front-view_176474-57822.jpg?_wi=1",
|
||||
imageAlt: "family owned business owners professional portrait",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Done Right First Time",
|
||||
description: "Neat, precise, and dependable. Our work is built to last so you can have peace of mind knowing the plumbing is taken care of properly.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23718.jpg",
|
||||
},
|
||||
id: "f3", title: "Done Right First Time", description: "Neat, precise, and dependable. Our work is built to last so you can have peace of mind knowing the plumbing is taken care of properly.", media: { imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23718.jpg" },
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Quality craftsmanship",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Reliable long-term solutions",
|
||||
},
|
||||
{ icon: CheckCircle, text: "Quality craftsmanship" },
|
||||
{ icon: Shield, text: "Reliable long-term solutions" }
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg?_wi=2",
|
||||
imageAlt: "plumbing repair tools and accessories",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="The Coleman Promise"
|
||||
description="What sets us apart is our commitment to honest plumbing."
|
||||
@@ -267,12 +128,8 @@ export default function LandingPage() {
|
||||
title="Our Policies"
|
||||
sections={[
|
||||
{
|
||||
heading: "Terms of Service",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "By engaging our services, you agree to our standard operating procedures and service terms.",
|
||||
},
|
||||
},
|
||||
heading: "Terms of Service", content: { type: "paragraph", text: "By engaging our services, you agree to our standard operating procedures and service terms." }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -285,16 +142,8 @@ export default function LandingPage() {
|
||||
description="Quick answers to help you maintain your home's systems."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How often should I flush my water heater?",
|
||||
content: "We recommend flushing it at least once a year to prevent sediment buildup.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What should I do if I have a leak?",
|
||||
content: "Shut off your main water valve immediately and call us.",
|
||||
},
|
||||
{ id: "f1", title: "How often should I flush my water heater?", content: "We recommend flushing it at least once a year to prevent sediment buildup." },
|
||||
{ id: "f2", title: "What should I do if I have a leak?", content: "Shut off your main water valve immediately and call us." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -302,45 +151,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "(301) 585-2352",
|
||||
href: "tel:3015852352",
|
||||
},
|
||||
{
|
||||
label: "info@colemanplumbingheating.com",
|
||||
href: "mailto:info@colemanplumbingheating.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "13414 Fairland Park Dr, Silver Spring, MD 20904",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Contact", items: [{ label: "(301) 585-2352", href: "tel:3015852352" }, { label: "info@colemanplumbingheating.com", href: "mailto:info@colemanplumbingheating.com" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, { label: "Reviews", href: "/reviews" }] },
|
||||
{ title: "Location", items: [{ label: "13414 Fairland Park Dr, Silver Spring, MD 20904", href: "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 1972–2024 Coleman Plumbing & Heating Co."
|
||||
bottomRightText="Serving Silver Spring, Rockville & Surrounding Maryland Areas."
|
||||
|
||||
Reference in New Issue
Block a user