Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-14 03:25:17 +00:00

View File

@@ -80,9 +80,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "1", title: "Leak Repair", author: "Pro Team", description: "Quickly identify and resolve leaks to prevent property damage.", tags: ["Emergency", "Plumbing"], imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg" },
{ id: "2", title: "Water Heater Installation", author: "Pro Team", description: "Efficient installation of modern high-performance water heaters.", tags: ["Install", "Water"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250260.jpg" },
{ id: "3", title: "Sewer System Repair", author: "Pro Team", description: "Expert diagnostics and repairs for complex sewer line issues.", tags: ["Sewer", "Pro"], imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-time-out-gesture_1368-773.jpg" },
{ id: "1", title: "Leak Repair", author: "Pro Team", description: "Swift leak resolution that protects your foundation and helps lower monthly water costs.", tags: ["Emergency", "Plumbing"], imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg" },
{ id: "2", title: "Water Heater Installation", author: "Pro Team", description: "Upgrade to modern, energy-efficient units for consistent hot water and lower utility bills.", tags: ["Install", "Water"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250260.jpg" },
{ id: "3", title: "Sewer System Repair", author: "Pro Team", description: "Proactive diagnostics and preventative maintenance that save you from costly future line failures.", tags: ["Sewer", "Pro"], imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-time-out-gesture_1368-773.jpg" },
]}
title="Our Professional Services"
description="From emergency leaks to complex installations, our certified team handles all your plumbing needs with precision."
@@ -132,7 +132,7 @@ export default function LandingPage() {
{ id: "f3", title: "Is your work guaranteed?", content: "We stand by our work with a comprehensive parts and labor guarantee on all completed services." },
]}
title="Common Plumbing Questions"
description="Have questions about your plumbing system or our services? Here are the most frequently asked questions."
description="Have questions about your plumbing system or our plumbing system or our services? Here are the most frequently asked questions."
faqsAnimation="slide-up"
/>
</div>
@@ -177,4 +177,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}