Merge version_1 into main #1
@@ -54,23 +54,23 @@ export default function LandingPage() {
|
||||
background={{ variant: "noise" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990702.jpg", imageAlt: "Plumber fixing leak"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990702.jpg?_wi=1", imageAlt: "Plumber fixing leak"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", imageAlt: "Toilet installation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=1", imageAlt: "Toilet installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg", imageAlt: "Professional plumbing work"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg?_wi=1", imageAlt: "Professional plumbing work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15110.jpg", imageAlt: "Pipe repair work"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15110.jpg?_wi=1", imageAlt: "Pipe repair work"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15110.jpg", imageAlt: "Quality plumbing installation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15110.jpg?_wi=2", imageAlt: "Quality plumbing installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg", imageAlt: "Expert plumbing service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg?_wi=2", imageAlt: "Expert plumbing service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990702.jpg", imageAlt: "Fast leak repair"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990702.jpg?_wi=2", imageAlt: "Fast leak repair"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", imageAlt: "Toilet repair service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=2", imageAlt: "Toilet repair service"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
/>
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Leak Repair", description: "We quickly locate and repair leaks in sinks, pipes, and fixtures to prevent water damage and save you money on your water bill.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990702.jpg", imageAlt: "Leak repair service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990702.jpg?_wi=3", imageAlt: "Leak repair service"},
|
||||
items: [
|
||||
{ icon: Droplets, text: "Fast detection and diagnosis" },
|
||||
{ icon: Zap, text: "Efficient, lasting repairs" },
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Toilet Repair & Installation", description: "Whether your toilet needs repair or you want to upgrade to a new fixture, we handle everything from diagnostics to full replacement with quality materials.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", imageAlt: "Toilet installation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=3", imageAlt: "Toilet installation"},
|
||||
items: [
|
||||
{ icon: Wrench, text: "Expert diagnostics" },
|
||||
{ icon: Shield, text: "Reliable installations" },
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Pipe Repair & General Plumbing", description: "From damaged pipes to general residential plumbing issues, we provide durable solutions that keep your system running smoothly year-round.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15110.jpg", imageAlt: "Pipe repair work"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15110.jpg?_wi=3", imageAlt: "Pipe repair work"},
|
||||
items: [
|
||||
{ icon: Gauge, text: "Full system inspection" },
|
||||
{ icon: Hammer, text: "Quality materials & labor" },
|
||||
@@ -142,17 +142,17 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Mike Thompson", handle: "Homeowner", testimonial: "If you need plumbing work definitely call this company. Chris was great to work with. The big plumbing companies will overcharge you.", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Mike Thompson"},
|
||||
id: "1", name: "Mike Thompson", handle: "Homeowner", testimonial: "If you need plumbing work definitely call this company. Chris was great to work with. The big plumbing companies will overcharge you.", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg?_wi=1", imageAlt: "Mike Thompson"},
|
||||
{
|
||||
id: "2", name: "Sarah Mitchell", handle: "Local Resident", testimonial: "Punctual, quality work and very fair pricing. What more could you ask for? Highly recommend Faircloth for any plumbing needs.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg", imageAlt: "Sarah Mitchell"},
|
||||
id: "2", name: "Sarah Mitchell", handle: "Local Resident", testimonial: "Punctual, quality work and very fair pricing. What more could you ask for? Highly recommend Faircloth for any plumbing needs.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "3", name: "David Chen", handle: "Homeowner", testimonial: "Repaired my toilet flange, installed new wax rings, and had everything working within an hour. Professional and efficient.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", imageAlt: "David Chen"},
|
||||
{
|
||||
id: "4", name: "Jennifer Rodriguez", handle: "Local Resident", testimonial: "Fixed an under-sink leak in about 15 minutes and the price was incredibly reasonable. Will definitely call them again!", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-smiling-businessman-showing-thumbs-up-with-funny-faces-drawings-focus-hands-white-modern-office-interior_176420-6491.jpg", imageAlt: "Jennifer Rodriguez"},
|
||||
{
|
||||
id: "5", name: "Robert King", handle: "Homeowner", testimonial: "Best plumbing service in the area. Fast, reliable, and honest. You won't regret choosing Faircloth Plumbing.", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Robert King"},
|
||||
id: "5", name: "Robert King", handle: "Homeowner", testimonial: "Best plumbing service in the area. Fast, reliable, and honest. You won't regret choosing Faircloth Plumbing.", imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg?_wi=2", imageAlt: "Robert King"},
|
||||
{
|
||||
id: "6", name: "Emily Watson", handle: "Local Resident", testimonial: "Outstanding service from start to finish. Chris took time to explain everything and gave fair pricing upfront.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg", imageAlt: "Emily Watson"},
|
||||
id: "6", name: "Emily Watson", handle: "Local Resident", testimonial: "Outstanding service from start to finish. Chris took time to explain everything and gave fair pricing upfront.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg?_wi=2", imageAlt: "Emily Watson"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user