Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -68,10 +68,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "emergency", title: "Emergency Plumbing", description: "24/7 response to any plumbing crisis. Available nights, weekends, and holidays.", tag: "Available Now", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", imageAlt: "Emergency plumbing repair", buttons: [{ text: "Call Now", href: "tel:6157688780" }]
|
||||
id: "emergency", title: "Emergency Plumbing", description: "24/7 response to any plumbing crisis. Available nights, weekends, and holidays.", tag: "Available Now", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=1", imageAlt: "Emergency plumbing repair", buttons: [{ text: "Call Now", href: "tel:6157688780" }]
|
||||
},
|
||||
{
|
||||
id: "burst-pipe", title: "Burst Pipe Repair", description: "Fast detection and repair of burst pipes to prevent water damage and flooding.", tag: "Urgent", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", imageAlt: "Burst pipe repair", buttons: [{ text: "Call Now", href: "tel:6157688780" }]
|
||||
id: "burst-pipe", title: "Burst Pipe Repair", description: "Fast detection and repair of burst pipes to prevent water damage and flooding.", tag: "Urgent", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=2", imageAlt: "Burst pipe repair", buttons: [{ text: "Call Now", href: "tel:6157688780" }]
|
||||
},
|
||||
{
|
||||
id: "clogged", title: "Clogged Drains", description: "Professional drain cleaning using advanced equipment. Clears blockages fast.", tag: "Common Issue", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721517.jpg", imageAlt: "Drain cleaning service", buttons: [{ text: "Call Now", href: "tel:6157688780" }]
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
id: "toilet", title: "Overflowing Toilets", description: "Emergency toilet repair and replacement. We arrive quickly to prevent damage.", tag: "Urgent", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg", imageAlt: "Toilet repair service", buttons: [{ text: "Call Now", href: "tel:6157688780" }]
|
||||
},
|
||||
{
|
||||
id: "leak", title: "Leak Detection", description: "Advanced leak detection equipment finds hidden leaks before they cause damage.", tag: "Prevention", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", imageAlt: "Leak detection", buttons: [{ text: "Call Now", href: "tel:6157688780" }]
|
||||
id: "leak", title: "Leak Detection", description: "Advanced leak detection equipment finds hidden leaks before they cause damage.", tag: "Prevention", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=3", imageAlt: "Leak detection", buttons: [{ text: "Call Now", href: "tel:6157688780" }]
|
||||
},
|
||||
{
|
||||
id: "water-heater", title: "Water Heater Repair", description: "Fast water heater repair and replacement. Restore hot water to your home today.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg", imageAlt: "Water heater service", buttons: [{ text: "Call Now", href: "tel:6157688780" }]
|
||||
|
||||
Reference in New Issue
Block a user