Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-04-15 13:32:35 +00:00
4 changed files with 88 additions and 528 deletions

View File

@@ -25,24 +25,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About Us",
id: "/about",
},
{
name: "Testimonials",
id: "/testimonials",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
]}
brandName="Howards Plumbing Co."
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
@@ -53,20 +42,11 @@ export default function LandingPage() {
title="More Than Just Plumbers — Were Your Neighbors"
description="Founded with a simple mission: quality work and fair prices. No upselling, no hidden fees — just honest, neighborly service."
bulletPoints={[
{
title: "Licensed Experts",
description: "Fully certified plumbing team.",
},
{
title: "Transparent Pricing",
description: "Fair and upfront estimates.",
},
{
title: "24/7 Availability",
description: "Always ready to handle emergencies.",
},
{ title: "Licensed Experts", description: "Fully certified plumbing team." },
{ title: "Transparent Pricing", description: "Fair and upfront estimates." },
{ title: "24/7 Availability", description: "Always ready to handle emergencies." }
]}
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -83,42 +63,9 @@ export default function LandingPage() {
<div id="main-footer" data-section="main-footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "About Us",
href: "/about",
},
],
},
{
items: [
{
label: "Testimonials",
href: "/testimonials",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }] },
{ items: [{ label: "Testimonials", href: "/testimonials" }, { label: "Contact", href: "/contact" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
logoText="Howards Plumbing Co."
/>

View File

@@ -25,24 +25,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About Us",
id: "/about",
},
{
name: "Testimonials",
id: "/testimonials",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
]}
brandName="Howards Plumbing Co."
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
@@ -52,31 +41,12 @@ export default function LandingPage() {
title="Lets Get Your Plumbing Fixed"
description="Reach us anytime — were available 24/7 for emergencies."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }
]}
textarea={{
name: "message",
placeholder: "Describe your plumbing issue here...",
rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=2"
textarea={{ name: "message", placeholder: "Describe your plumbing issue here...", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg"
/>
</div>
@@ -88,24 +58,8 @@ export default function LandingPage() {
title="How We Can Help"
description="If you have a plumbing problem, don't wait — call us immediately."
features={[
{
id: "f1",
label: "Fast",
title: "Emergency Response",
items: [
"Within 2 hours",
"Night & Weekend service",
],
},
{
id: "f2",
label: "Fair",
title: "Transparent Estimate",
items: [
"No hidden costs",
"Flat rate options",
],
},
{ id: "f1", label: "Fast", title: "Emergency Response", items: ["Within 2 hours", "Night & Weekend service"] },
{ id: "f2", label: "Fair", title: "Transparent Estimate", items: ["No hidden costs", "Flat rate options"] }
]}
/>
</div>
@@ -113,42 +67,9 @@ export default function LandingPage() {
<div id="main-footer" data-section="main-footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "About Us",
href: "/about",
},
],
},
{
items: [
{
label: "Testimonials",
href: "/testimonials",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }] },
{ items: [{ label: "Testimonials", href: "/testimonials" }, { label: "Contact", href: "/contact" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
logoText="Howards Plumbing Co."
/>

View File

@@ -28,140 +28,55 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About Us",
id: "/about",
},
{
name: "Testimonials",
id: "/testimonials",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
]}
brandName="Howards Plumbing Co."
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Reliable, Honest Plumbing Services You Can Trust"
description="Serving your local community with quality plumbing solutions for over 15 years."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-handyman-arriving-house-call_1098-17816.jpg?_wi=1",
imageAlt: "Service Team",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/air-conditioner-cleaning-commission_482257-85116.jpg",
imageAlt: "Service Van",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=1",
imageAlt: "Technician at work",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/two-builders-work-clothes-thoughtfully-looking-sketch-plan-with-tools-background-workshop_574295-1618.jpg",
imageAlt: "Pipe repair",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721522.jpg",
imageAlt: "Water heater install",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fireman-holding-jacket-protective-helmet-garage-fire-department-leaning-fire-engine-looking-outside_613910-20419.jpg",
imageAlt: "Leak detection",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-handyman-arriving-house-call_1098-17816.jpg", imageAlt: "Service Team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/air-conditioner-cleaning-commission_482257-85116.jpg", imageAlt: "Service Van" },
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg", imageAlt: "Technician at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/two-builders-work-clothes-thoughtfully-looking-sketch-plan-with-tools-background-workshop_574295-1618.jpg", imageAlt: "Pipe repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721522.jpg", imageAlt: "Water heater install" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fireman-holding-jacket-protective-helmet-garage-fire-department-leaning-fire-engine-looking-outside_613910-20419.jpg", imageAlt: "Leak detection" }
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990737.jpg",
imageAlt: "Team",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg",
imageAlt: "Tools",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/maintenance-workers-special-unform-tool-belts_273609-8287.jpg",
imageAlt: "Service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721535.jpg",
imageAlt: "Support",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/doctor-is-ready-endotracheal-intubation-non-breathing-patient-young-female-paramedic-holding-iv-solution-ems-paramedics-provide-medical-help-injured-patient-way-hospital_657921-1493.jpg",
imageAlt: "Quality",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-assembly-shop-talking-smartphone-with-customer_482257-94268.jpg",
imageAlt: "Expertise",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990737.jpg", imageAlt: "Team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg", imageAlt: "Tools" },
{ imageSrc: "http://img.b2bpic.net/free-photo/maintenance-workers-special-unform-tool-belts_273609-8287.jpg", imageAlt: "Service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721535.jpg", imageAlt: "Support" },
{ imageSrc: "http://img.b2bpic.net/free-photo/doctor-is-ready-endotracheal-intubation-non-breathing-patient-young-female-paramedic-holding-iv-solution-ems-paramedics-provide-medical-help-injured-patient-way-hospital_657921-1493.jpg", imageAlt: "Quality" },
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-assembly-shop-talking-smartphone-with-customer_482257-94268.jpg", imageAlt: "Expertise" }
]}
buttons={[
{
text: "Call Now for Fast, Friendly Service",
href: "tel:1234567890",
},
{
text: "Request a Free Estimate",
href: "/contact",
},
{ text: "Call Now for Fast, Friendly Service", href: "tel:1234567890" },
{ text: "Request a Free Estimate", href: "/contact" }
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people-working_23-2149103417.jpg",
alt: "Service Team Member 1",
},
{
src: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg",
alt: "Service Team Member 2",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-young-female-mechanic_23-2148327547.jpg",
alt: "Service Team Member 3",
},
{
src: "http://img.b2bpic.net/free-photo/full-shot-woman-work-van_23-2149891032.jpg",
alt: "Service Team Member 4",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-male-mechanic-leaning-car_23-2148327555.jpg",
alt: "Service Team Member 5",
},
{ src: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people-working_23-2149103417.jpg", alt: "Service Team Member 1" },
{ src: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg", alt: "Service Team Member 2" },
{ src: "http://img.b2bpic.net/free-photo/front-view-young-female-mechanic_23-2148327547.jpg", alt: "Service Team Member 3" },
{ src: "http://img.b2bpic.net/free-photo/full-shot-woman-work-van_23-2149891032.jpg", alt: "Service Team Member 4" },
{ src: "http://img.b2bpic.net/free-photo/front-view-male-mechanic-leaning-car_23-2148327555.jpg", alt: "Service Team Member 5" }
]}
avatarText="Trusted by over 5,000 local homeowners"
marqueeItems={[
{
type: "text",
text: "24/7 Emergency Support",
},
{
type: "text",
text: "Licensed & Insured",
},
{
type: "text",
text: "Upfront Pricing",
},
{
type: "text",
text: "Satisfaction Guaranteed",
},
{
type: "text",
text: "Local Experts",
},
{ type: "text", text: "24/7 Emergency Support" },
{ type: "text", text: "Licensed & Insured" },
{ type: "text", text: "Upfront Pricing" },
{ type: "text", text: "Satisfaction Guaranteed" },
{ type: "text", text: "Local Experts" }
]}
/>
</div>
@@ -172,54 +87,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "1",
title: "Emergency Repairs",
tags: [
"24/7",
],
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg",
},
{
id: "2",
title: "Drain Cleaning",
tags: [
"Clearing",
],
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990709.jpg",
},
{
id: "3",
title: "Water Heaters",
tags: [
"Installation",
],
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990735.jpg",
},
{
id: "4",
title: "Leak Detection",
tags: [
"Precise",
],
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg",
},
{
id: "5",
title: "Bathroom Plumbing",
tags: [
"Full",
],
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg",
},
{
id: "6",
title: "Sewer Services",
tags: [
"Licensed",
],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg",
},
{ id: "1", title: "Emergency Repairs", tags: ["24/7"], imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg" },
{ id: "2", title: "Drain Cleaning", tags: ["Clearing"], imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990709.jpg" },
{ id: "3", title: "Water Heaters", tags: ["Installation"], imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990735.jpg" },
{ id: "4", title: "Leak Detection", tags: ["Precise"], imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg" },
{ id: "5", title: "Bathroom Plumbing", tags: ["Full"], imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990736.jpg" },
{ id: "6", title: "Sewer Services", tags: ["Licensed"], imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg" }
]}
title="Expert Solutions for Every Job"
description="At Howards Plumbing Co., we treat every job like its in our own home. Our licensed experts deliver quality results every time."
@@ -235,20 +108,8 @@ export default function LandingPage() {
title="Meet Our Certified Experts"
description="Our team of licensed technicians are hand-picked for their skill and integrity."
members={[
{
id: "t1",
name: "Howard Miller",
role: "Lead Plumber",
description: "Founder with over 20 years of experience.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg",
},
{
id: "t2",
name: "Jane Doe",
role: "Senior Technician",
description: "Expert in leak detection and bathroom remodels.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-mechanic_23-2148327547.jpg",
},
{ id: "t1", name: "Howard Miller", role: "Lead Plumber", description: "Founder with over 20 years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg" },
{ id: "t2", name: "Jane Doe", role: "Senior Technician", description: "Expert in leak detection and bathroom remodels.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-mechanic_23-2148327547.jpg" }
]}
/>
</div>
@@ -262,21 +123,9 @@ export default function LandingPage() {
title="Proven Track Record"
description="Numbers speak for our quality and reliability."
metrics={[
{
id: "m1",
value: "15+",
description: "Years in Business",
},
{
id: "m2",
value: "5k+",
description: "Happy Households",
},
{
id: "m3",
value: "24/7",
description: "Emergency Coverage",
},
{ id: "m1", value: "15+", description: "Years in Business" },
{ id: "m2", value: "5k+", description: "Happy Households" },
{ id: "m3", value: "24/7", description: "Emergency Coverage" }
]}
/>
</div>
@@ -289,26 +138,8 @@ export default function LandingPage() {
title="Plumbing Tips & Guides"
description="Learn how to keep your home running smoothly with our expert advice."
blogs={[
{
id: "b1",
category: "DIY",
title: "Prevent Clogged Drains",
excerpt: "Easy ways to keep your pipes flowing freely.",
imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg",
authorName: "Howard M.",
authorAvatar: "http://img.b2bpic.net/free-photo/selective-focus-shot-happy-white-couple-moving-together-into-new-house_181624-36388.jpg",
date: "2024-01-10",
},
{
id: "b2",
category: "Maintenance",
title: "Water Heater Care",
excerpt: "Keep your water heater in peak condition.",
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132393.jpg",
authorName: "Jane D.",
authorAvatar: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3985.jpg",
date: "2024-02-15",
},
{ id: "b1", category: "DIY", title: "Prevent Clogged Drains", excerpt: "Easy ways to keep your pipes flowing freely.", imageSrc: "http://img.b2bpic.net/free-photo/wrench-connectors-with-clear-paper_23-2147772281.jpg", authorName: "Howard M.", authorAvatar: "http://img.b2bpic.net/free-photo/selective-focus-shot-happy-white-couple-moving-together-into-new-house_181624-36388.jpg", date: "2024-01-10" },
{ id: "b2", category: "Maintenance", title: "Water Heater Care", excerpt: "Keep your water heater in peak condition.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132393.jpg", authorName: "Jane D.", authorAvatar: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3985.jpg", date: "2024-02-15" }
]}
/>
</div>
@@ -316,42 +147,9 @@ export default function LandingPage() {
<div id="main-footer" data-section="main-footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "About Us",
href: "/about",
},
],
},
{
items: [
{
label: "Testimonials",
href: "/testimonials",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }] },
{ items: [{ label: "Testimonials", href: "/testimonials" }, { label: "Contact", href: "/contact" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
logoText="Howards Plumbing Co."
/>

View File

@@ -25,24 +25,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About Us",
id: "/about",
},
{
name: "Testimonials",
id: "/testimonials",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "Contact", id: "/contact" },
]}
brandName="Howards Plumbing Co."
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
@@ -51,61 +40,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah R.",
date: "2023-10-12",
title: "Happy Customer",
quote: "Howards Plumbing saved the day when our water heater burst at midnight! Fast and professional.",
tag: "Emergency",
avatarSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-happy-white-couple-moving-together-into-new-house_181624-36388.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-handyman-arriving-house-call_1098-17816.jpg?_wi=2",
imageAlt: "happy customer residential",
},
{
id: "2",
name: "Mark J.",
date: "2023-09-05",
title: "Satisfied Client",
quote: "Fair prices, great communication, and left everything spotless.",
tag: "Excellent",
avatarSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3985.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=2",
imageAlt: "happy customer residential",
},
{
id: "3",
name: "Emily D.",
date: "2023-08-20",
title: "Homeowner",
quote: "Incredible service and honesty. They are my go-to plumbers.",
tag: "Reliable",
avatarSrc: "http://img.b2bpic.net/free-photo/joyful-colleagues-laughing-work_74855-4314.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990687.jpg",
imageAlt: "happy customer residential",
},
{
id: "4",
name: "David W.",
date: "2023-07-15",
title: "Business Owner",
quote: "Quick to respond and fixed our business plumbing issue instantly.",
tag: "Fast",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12471.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=1",
imageAlt: "happy customer residential",
},
{
id: "5",
name: "Jessica B.",
date: "2023-06-30",
title: "Happy Client",
quote: "Very professional and friendly team. Highly recommend!",
tag: "Quality",
avatarSrc: "http://img.b2bpic.net/free-photo/air-conditioner-cleaning-commission_482257-85116.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=2",
imageAlt: "happy customer residential",
},
{ id: "1", name: "Sarah R.", date: "2023-10-12", title: "Happy Customer", quote: "Howards Plumbing saved the day when our water heater burst at midnight! Fast and professional.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-happy-white-couple-moving-together-into-new-house_181624-36388.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-handyman-arriving-house-call_1098-17816.jpg", imageAlt: "happy customer residential" },
{ id: "2", name: "Mark J.", date: "2023-09-05", title: "Satisfied Client", quote: "Fair prices, great communication, and left everything spotless.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3985.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg", imageAlt: "happy customer residential" },
{ id: "3", name: "Emily D.", date: "2023-08-20", title: "Homeowner", quote: "Incredible service and honesty. They are my go-to plumbers.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-colleagues-laughing-work_74855-4314.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990687.jpg", imageAlt: "happy customer residential" },
{ id: "4", name: "David W.", date: "2023-07-15", title: "Business Owner", quote: "Quick to respond and fixed our business plumbing issue instantly.", tag: "Fast", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12471.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg", imageAlt: "happy customer residential" },
{ id: "5", name: "Jessica B.", date: "2023-06-30", title: "Happy Client", quote: "Very professional and friendly team. Highly recommend!", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/air-conditioner-cleaning-commission_482257-85116.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg", imageAlt: "happy customer residential" }
]}
title="What Our Neighbors Say"
description="Don't take our word for it — hear from satisfied customers."
@@ -120,20 +59,8 @@ export default function LandingPage() {
title="Community Voices"
description="Hear what the local residents have to say about our professionalism."
testimonials={[
{
id: "st1",
name: "Robert B.",
role: "Homeowner",
testimonial: "Excellent service and very knowledgeable.",
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg",
},
{
id: "st2",
name: "Susan P.",
role: "Local Business Owner",
testimonial: "Very prompt and professional.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg",
},
{ id: "st1", name: "Robert B.", role: "Homeowner", testimonial: "Excellent service and very knowledgeable.", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg" },
{ id: "st2", name: "Susan P.", role: "Local Business Owner", testimonial: "Very prompt and professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg" }
]}
/>
</div>
@@ -141,42 +68,9 @@ export default function LandingPage() {
<div id="main-footer" data-section="main-footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "About Us",
href: "/about",
},
],
},
{
items: [
{
label: "Testimonials",
href: "/testimonials",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }] },
{ items: [{ label: "Testimonials", href: "/testimonials" }, { label: "Contact", href: "/contact" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
logoText="Howards Plumbing Co."
/>