Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ffe0d4e50c | |||
| 681595bba6 | |||
| b4cb8d96b2 | |||
| 6eb12bb654 | |||
| 17076a7977 | |||
| 85e2582e66 |
@@ -79,9 +79,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{ id: "s1", title: "Emergency Plumbing", description: "24/7 urgent repairs when you need them most.", tag: "Emergency", imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg" },
|
{ id: "s1", title: "Emergency Plumbing", description: "24/7 urgent repairs when you need them most.", tag: "Emergency", imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg", buttons: [{ text: "Schedule Service", href: "/contact" }] },
|
||||||
{ id: "s2", title: "Drain Cleaning", description: "Clear your drains efficiently and effectively.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721568.jpg" },
|
{ id: "s2", title: "Drain Cleaning", description: "Clear your drains efficiently and effectively.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721568.jpg", buttons: [{ text: "Schedule Service", href: "/contact" }] },
|
||||||
{ id: "s3", title: "Water Heater", description: "Professional repair and installation services.", tag: "Installation", imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg?_wi=1" }
|
{ id: "s3", title: "Water Heater", description: "Professional repair and installation services.", tag: "Installation", imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg?_wi=1", buttons: [{ text: "Schedule Service", href: "/contact" }] }
|
||||||
]}
|
]}
|
||||||
title="Professional Services"
|
title="Professional Services"
|
||||||
description="We offer a wide range of plumbing services to keep your home running smoothly."
|
description="We offer a wide range of plumbing services to keep your home running smoothly."
|
||||||
|
|||||||
Reference in New Issue
Block a user