Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| adc6d329a5 | |||
| 1de9a46d46 | |||
| e3e54f090f | |||
| 4c750e8967 | |||
| 95f1d33fe4 | |||
| 123a6b0647 | |||
| 8fb93b2239 | |||
| 19faedad99 |
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
description="Drain Savants brings local, reliable care to your home. Tammy and our expert team handle everything from routine drain cleaning to emergency gas line repairs."
|
description="Drain Savants brings local, reliable care to your home. Tammy and our expert team handle everything from routine drain cleaning to emergency gas line repairs."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now: 555-0123", href: "tel:5550123" },
|
{ text: "Call Now: 555-0123", href: "tel:5550123" },
|
||||||
{ text: "Get a Free Quote", href: "#contact" },
|
{ text: "Get Your Free Quote", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-young-male-electrician-workplace_23-2148087655.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-young-male-electrician-workplace_23-2148087655.jpg"
|
||||||
imageAlt="Drain Savants professional plumbing service"
|
imageAlt="Drain Savants professional plumbing service"
|
||||||
@@ -113,11 +113,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
|
{ id: "4", title: "Gas Line Pro", quote: "Expert knowledge for gas line repairs. Safety is clearly their priority.", name: "David", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg" },
|
||||||
|
{ id: "5", title: "Same Day Fix", quote: "Had an emergency repair and they were at my door within two hours. Can't recommend them enough.", name: "Jessica", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-making-masks-home_1303-11282.jpg" },
|
||||||
{ id: "1", title: "Life Saver!", quote: "Tammy got a plumber out on a Saturday when our gas line had an issue. So grateful for the prompt response!", name: "Sarah", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg" },
|
{ id: "1", title: "Life Saver!", quote: "Tammy got a plumber out on a Saturday when our gas line had an issue. So grateful for the prompt response!", name: "Sarah", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg" },
|
||||||
{ id: "2", title: "Fair Pricing", quote: "Finally, a plumbing company that isn't trying to upsell. Fair prices and honest work.", name: "Michael", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-home_329181-4271.jpg" },
|
{ id: "2", title: "Fair Pricing", quote: "Finally, a plumbing company that isn't trying to upsell. Fair prices and honest work.", name: "Michael", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-home_329181-4271.jpg" },
|
||||||
{ id: "3", title: "Amazing Service", quote: "The entire team is incredibly friendly. They treated my home with respect and fixed my drain quickly.", name: "Emily", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-spending-holidays-home_53876-119839.jpg" },
|
{ id: "3", title: "Amazing Service", quote: "The entire team is incredibly friendly. They treated my home with respect and fixed my drain quickly.", name: "Emily", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-spending-holidays-home_53876-119839.jpg" },
|
||||||
{ id: "4", title: "Gas Line Pro", quote: "Expert knowledge for gas line repairs. Safety is clearly their priority.", name: "David", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg" },
|
|
||||||
{ id: "5", title: "Same Day Fix", quote: "Had an emergency repair and they were at my door within two hours. Can't recommend them enough.", name: "Jessica", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-making-masks-home_1303-11282.jpg" },
|
|
||||||
]}
|
]}
|
||||||
title="What Our Neighbors Say"
|
title="What Our Neighbors Say"
|
||||||
description="Reliable, transparent, and friendly—don't just take our word for it."
|
description="Reliable, transparent, and friendly—don't just take our word for it."
|
||||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Need a Reliable Plumber?"
|
title="Need a Reliable Plumber?"
|
||||||
description="Whether it's a routine repair or an emergency, Drain Savants is here to help. Reach out to Tammy today."
|
description="Get your plumbing issues resolved today with a quick, professional call to our team."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Us Now", href: "tel:5550123" },
|
{ text: "Call Us Now", href: "tel:5550123" },
|
||||||
{ text: "Email Us", href: "mailto:hello@drainsavants.com" },
|
{ text: "Email Us", href: "mailto:hello@drainsavants.com" },
|
||||||
@@ -177,4 +177,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user