Merge version_1 into main #2
328
src/app/page.tsx
328
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "Why Us", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Emergency Plumbing"
|
||||
/>
|
||||
@@ -56,105 +48,60 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Plumbing Emergency Solved — Fast."
|
||||
description="Licensed plumbers available 24/7. Burst pipes, blocked drains, or leaky faucets — we fix it right the first time."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Mdnozrul N.",
|
||||
handle: "@mn",
|
||||
testimonial: "Excellent service, water pressure improved significantly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-installing-lamp_23-2147782381.jpg",
|
||||
},
|
||||
name: "Mdnozrul N.", handle: "@mn", testimonial: "Excellent service, water pressure improved significantly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-installing-lamp_23-2147782381.jpg"},
|
||||
{
|
||||
name: "Umme Jahan Dola",
|
||||
handle: "@uj",
|
||||
testimonial: "Perfect installation, no leaks. Great professional work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367142.jpg",
|
||||
},
|
||||
name: "Umme Jahan Dola", handle: "@uj", testimonial: "Perfect installation, no leaks. Great professional work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367142.jpg"},
|
||||
{
|
||||
name: "Maira Kacakk",
|
||||
handle: "@mk",
|
||||
testimonial: "Safe outdoor gas installation, peace of mind for evenings.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-boss-congratulating-woman-with-promotion_1262-5006.jpg",
|
||||
},
|
||||
name: "Maira Kacakk", handle: "@mk", testimonial: "Safe outdoor gas installation, peace of mind for evenings.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-boss-congratulating-woman-with-promotion_1262-5006.jpg"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@dk",
|
||||
testimonial: "Fast response, diagnosed and fixed everything on the spot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home-together-african-american-couple-with-cardboard-boxes_1157-40329.jpg",
|
||||
},
|
||||
name: "David K.", handle: "@dk", testimonial: "Fast response, diagnosed and fixed everything on the spot.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home-together-african-american-couple-with-cardboard-boxes_1157-40329.jpg"},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sj",
|
||||
testimonial: "Very competent and professional. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-reading-with-mug_23-2148334745.jpg",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sj", testimonial: "Very competent and professional. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-reading-with-mug_23-2148334745.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now — It's Free",
|
||||
href: "tel:1800PLUMBER",
|
||||
},
|
||||
text: "Call Now — It's Free", href: "tel:1800PLUMBER"},
|
||||
{
|
||||
text: "Get Instant Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Instant Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-cute-couple-repairs-room_1157-25148.jpg",
|
||||
alt: "Happy client portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-cute-couple-repairs-room_1157-25148.jpg", alt: "Happy client portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg",
|
||||
alt: "Happy client portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg", alt: "Happy client portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086838.jpg",
|
||||
alt: "Happy client portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086838.jpg", alt: "Happy client portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-male-graphic-designers-interacting-computer_1170-964.jpg",
|
||||
alt: "Happy client portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-male-graphic-designers-interacting-computer_1170-964.jpg", alt: "Happy client portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg",
|
||||
alt: "Happy client portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", alt: "Happy client portrait"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Availability",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "24/7 Availability", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Response",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Fast Response", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Guaranteed",
|
||||
icon: CheckCircle,
|
||||
type: "text-icon", text: "Quality Guaranteed", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Transparent Pricing",
|
||||
icon: Percent,
|
||||
type: "text-icon", text: "Transparent Pricing", icon: Percent,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -167,94 +114,58 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Blocked Toilet",
|
||||
description: "Expert clearing of stubborn blockages.",
|
||||
icon: Trash2,
|
||||
title: "Blocked Toilet", description: "Expert clearing of stubborn blockages.", icon: Trash2,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-copper-faucet-public-place-street-old-city-turkey-travel-time-idea-background_166373-3598.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-copper-faucet-public-place-street-old-city-turkey-travel-time-idea-background_166373-3598.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358955.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358955.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg?_wi=2",
|
||||
imageAlt: "blocked drain pipe plumbing equipment",
|
||||
},
|
||||
{
|
||||
title: "Leaky Faucet",
|
||||
description: "Stop drips, save on water bills.",
|
||||
icon: Droplets,
|
||||
title: "Leaky Faucet", description: "Stop drips, save on water bills.", icon: Droplets,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1746.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1746.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-faucet-water-aerator-satin-finish_169016-69352.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-faucet-water-aerator-satin-finish_169016-69352.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg?_wi=1",
|
||||
imageAlt: "blocked drain pipe plumbing equipment",
|
||||
},
|
||||
{
|
||||
title: "Leaking Pipe",
|
||||
description: "Rapid leak detection and repair.",
|
||||
icon: Wrench,
|
||||
title: "Leaking Pipe", description: "Rapid leak detection and repair.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334230.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334230.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746307.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746307.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gas-burner-closeup-modern-kitchen-appliance-interior-details_169016-69146.jpg",
|
||||
imageAlt: "blocked drain pipe plumbing equipment",
|
||||
},
|
||||
{
|
||||
title: "Pipe Re-routing",
|
||||
description: "Improve water flow with expert precision.",
|
||||
icon: ArrowRight,
|
||||
title: "Pipe Re-routing", description: "Improve water flow with expert precision.", icon: ArrowRight,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176714.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176714.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-technician-connects-equipment-with-tool_169016-3456.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-technician-connects-equipment-with-tool_169016-3456.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990702.jpg?_wi=1",
|
||||
imageAlt: "blocked drain pipe plumbing equipment",
|
||||
},
|
||||
{
|
||||
title: "Gas Line Install",
|
||||
description: "Safe installation for gas appliances.",
|
||||
icon: Flame,
|
||||
title: "Gas Line Install", description: "Safe installation for gas appliances.", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arched-faucet-modern-sink-blue-fronts_169016-69255.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arched-faucet-modern-sink-blue-fronts_169016-69255.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53594.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53594.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721532.jpg?_wi=1",
|
||||
imageAlt: "blocked drain pipe plumbing equipment",
|
||||
},
|
||||
{
|
||||
title: "Appliance Hookup",
|
||||
description: "Leak-free dishwasher and washer setups.",
|
||||
icon: Zap,
|
||||
title: "Appliance Hookup", description: "Leak-free dishwasher and washer setups.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-lamp-outstretched-hand-near-kitchen-hood_259150-59267.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-lamp-outstretched-hand-near-kitchen-hood_259150-59267.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-15382.jpg?_wi=1",
|
||||
imageAlt: "blocked drain pipe plumbing equipment",
|
||||
},
|
||||
]}
|
||||
title="Full-Service Plumbing, Any Time of Day"
|
||||
@@ -270,41 +181,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Blocked Toilet Repair",
|
||||
price: "From $99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990702.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Blocked Toilet Repair", price: "From $99", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990702.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Leaky Faucet Fix",
|
||||
price: "From $85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arched-faucet-modern-sink-blue-fronts_169016-69255.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Leaky Faucet Fix", price: "From $85", imageSrc: "http://img.b2bpic.net/free-photo/arched-faucet-modern-sink-blue-fronts_169016-69255.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pipe Leak Repair",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721532.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", name: "Pipe Leak Repair", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721532.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Pipe Re-routing",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", name: "Pipe Re-routing", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Gas Line Install",
|
||||
price: "From $150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-15382.jpg?_wi=2",
|
||||
},
|
||||
id: "p5", name: "Gas Line Install", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-15382.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Appliance Hookup",
|
||||
price: "From $110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg",
|
||||
},
|
||||
id: "p6", name: "Appliance Hookup", price: "From $110", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg"},
|
||||
]}
|
||||
title="Professional Plumbing Solutions"
|
||||
description="Premium services for your home needs."
|
||||
@@ -317,9 +204,7 @@ export default function LandingPage() {
|
||||
title="We Don't Just Fix Pipes — We Fix Peace of Mind."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Process",
|
||||
href: "#process",
|
||||
},
|
||||
text: "View Our Process", href: "#process"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -330,60 +215,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Mdnozrul N.",
|
||||
date: "7 months ago",
|
||||
title: "Pipe Re-routing",
|
||||
quote: "Competent plumber and water pressure improved after the job.",
|
||||
tag: "Pipe Re-routing",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/coveralls-digitally-generated-car-cardboard-box-pointing_1134-941.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg?_wi=3",
|
||||
imageAlt: "happy client home improvement professional",
|
||||
},
|
||||
id: "t1", name: "Mdnozrul N.", date: "7 months ago", title: "Pipe Re-routing", quote: "Competent plumber and water pressure improved after the job.", tag: "Pipe Re-routing", avatarSrc: "http://img.b2bpic.net/free-photo/coveralls-digitally-generated-car-cardboard-box-pointing_1134-941.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg", imageAlt: "happy client home improvement professional"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Umme Jahan Dola",
|
||||
date: "5 months ago",
|
||||
title: "Appliance Hookup",
|
||||
quote: "All pipes fit perfectly, washer operates without any leaks.",
|
||||
tag: "Appliance Hookup",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/charming-woman-with-curly-short-hair-holding-computer-tablet-sitting-floor-living-room_197531-14786.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-copper-faucet-public-place-street-old-city-turkey-travel-time-idea-background_166373-3598.jpg?_wi=2",
|
||||
imageAlt: "happy client home improvement professional",
|
||||
},
|
||||
id: "t2", name: "Umme Jahan Dola", date: "5 months ago", title: "Appliance Hookup", quote: "All pipes fit perfectly, washer operates without any leaks.", tag: "Appliance Hookup", avatarSrc: "http://img.b2bpic.net/free-photo/charming-woman-with-curly-short-hair-holding-computer-tablet-sitting-floor-living-room_197531-14786.jpg", imageSrc: "http://img.b2bpic.net/free-photo/old-copper-faucet-public-place-street-old-city-turkey-travel-time-idea-background_166373-3598.jpg", imageAlt: "happy client home improvement professional"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Maira Kacakk",
|
||||
date: "7 months ago",
|
||||
title: "Gas Line Install",
|
||||
quote: "Safe BBQ line installation with peace of mind.",
|
||||
tag: "Gas Line Installation",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-moving-new-flat_329181-19921.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1746.jpg?_wi=2",
|
||||
imageAlt: "happy client home improvement professional",
|
||||
},
|
||||
id: "t3", name: "Maira Kacakk", date: "7 months ago", title: "Gas Line Install", quote: "Safe BBQ line installation with peace of mind.", tag: "Gas Line Installation", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-moving-new-flat_329181-19921.jpg", imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1746.jpg", imageAlt: "happy client home improvement professional"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
date: "1 month ago",
|
||||
title: "General Repair",
|
||||
quote: "Excellent work and very fast response time.",
|
||||
tag: "Emergency",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg?_wi=2",
|
||||
imageAlt: "happy client home improvement professional",
|
||||
},
|
||||
id: "t4", name: "David Kim", date: "1 month ago", title: "General Repair", quote: "Excellent work and very fast response time.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg", imageAlt: "happy client home improvement professional"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sarah Johnson",
|
||||
date: "2 months ago",
|
||||
title: "Faucet Repair",
|
||||
quote: "Professional, clean, and quick fix. Highly recommended.",
|
||||
tag: "Repair",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334230.jpg?_wi=2",
|
||||
imageAlt: "happy client home improvement professional",
|
||||
},
|
||||
id: "t5", name: "Sarah Johnson", date: "2 months ago", title: "Faucet Repair", quote: "Professional, clean, and quick fix. Highly recommended.", tag: "Repair", avatarSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334230.jpg", imageAlt: "happy client home improvement professional"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="5.0 star average based on 76 verified reviews."
|
||||
@@ -395,20 +235,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Yes, all our plumbers are fully licensed and insured for your protection.",
|
||||
},
|
||||
id: "f1", title: "Are you licensed and insured?", content: "Yes, all our plumbers are fully licensed and insured for your protection."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer 24/7 service?",
|
||||
content: "We are available 24/7, 365 days a year for all your plumbing emergencies.",
|
||||
},
|
||||
id: "f2", title: "Do you offer 24/7 service?", content: "We are available 24/7, 365 days a year for all your plumbing emergencies."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How quickly can you arrive?",
|
||||
content: "Our response time is typically within 15 to 60 minutes for emergency calls.",
|
||||
},
|
||||
id: "f3", title: "How quickly can you arrive?", content: "Our response time is typically within 15 to 60 minutes for emergency calls."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -419,14 +250,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Got a Plumbing Emergency? Don't wait — call us now."
|
||||
buttons={[
|
||||
{
|
||||
text: "1-800-PLUMBER",
|
||||
href: "tel:1800PLUMBER",
|
||||
},
|
||||
text: "1-800-PLUMBER", href: "tel:1800PLUMBER"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -435,37 +263,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Blocked Toilet",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Blocked Toilet", href: "#services"},
|
||||
{
|
||||
label: "Leaky Faucet",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Leaky Faucet", href: "#services"},
|
||||
{
|
||||
label: "Leaking Pipes",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Leaking Pipes", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Why Choose Us", href: "#about"},
|
||||
{
|
||||
label: "Customer Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Customer Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user