5 Commits

Author SHA1 Message Date
db5ac9c819 Update src/app/page.tsx 2026-03-04 23:45:16 +00:00
6a7f9b55cb Update src/app/layout.tsx 2026-03-04 23:45:15 +00:00
c453ec98cf Merge version_2 into main
Merge version_2 into main
2026-03-04 23:43:50 +00:00
c1097f2f01 Update src/app/page.tsx 2026-03-04 23:43:46 +00:00
78db4d9160 Merge version_1 into main
Merge version_1 into main
2026-03-04 23:42:31 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1410,4 +1410,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -98,13 +98,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "plumbing", title: "Plumbing & Clogs", tags: ["Center-Clog Snaking", "Flush Toilet Upgrades"],
id: "plumbing", title: "Plumbing & Clogs", tags: ["Drain Clogs Fixed in 1 Visit", "Flush Toilet Upgrades"],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746309.jpg?_wi=2", imageAlt: "Professional plumbing service"},
{
id: "climate", title: "Climate Control", tags: ["Precision A/C Service", "Unit Longevity"],
id: "climate", title: "Climate Control", tags: ["System Performance Optimized", "Unit Longevity"],
imageSrc: "http://img.b2bpic.net/free-vector/collection-shields-with-ribbons-flat-design_23-2147606230.jpg?_wi=2", imageAlt: "HVAC climate control system"},
{
id: "water", title: "Water Innovation", tags: ["Tankless Systems", "Energy Efficient"],
id: "water", title: "Water Innovation", tags: ["Lower Energy Bills", "Endless Hot Water"],
imageSrc: "http://img.b2bpic.net/free-vector/stopwatch-outline-moving-fast_78370-8142.jpg?_wi=2", imageAlt: "Tankless water heater system"},
]}
animationType="slide-up"
@@ -210,4 +210,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}