Merge version_1 into main #3
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Get Instant Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-cute-couple-repairs-room_1157-25148.jpg", alt: "Happy client portrait"},
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
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"},
|
||||
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/man-doing-professional-home-cleaning-service_23-2150358955.jpg"},
|
||||
],
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
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"},
|
||||
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/modern-faucet-water-aerator-satin-finish_169016-69352.jpg"},
|
||||
],
|
||||
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
||||
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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334230.jpg?_wi=1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746307.jpg"},
|
||||
],
|
||||
@@ -153,7 +153,7 @@ export default function LandingPage() {
|
||||
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"},
|
||||
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/modern-autonomous-heating-system-boiler-room_169016-53594.jpg"},
|
||||
],
|
||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-lamp-outstretched-hand-near-kitchen-hood_259150-59267.jpg"},
|
||||
],
|
||||
@@ -183,11 +183,11 @@ export default function LandingPage() {
|
||||
{
|
||||
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"},
|
||||
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: "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"},
|
||||
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: "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"},
|
||||
{
|
||||
@@ -215,15 +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", 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?_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: "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: "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: "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: "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", 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"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="5.0 star average based on 76 verified reviews."
|
||||
|
||||
Reference in New Issue
Block a user