Update src/app/page.tsx

This commit is contained in:
2026-05-08 22:01:17 +00:00
parent a2397eb71c
commit 2ca06ec81e

View File

@@ -110,17 +110,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1", title: "Boiler Installation & Repair", subtitle: "Expert boiler service", category: "Heating", value: "Reliable"},
id: "1", title: "Boiler Installation & Repair", subtitle: "Expert boiler service", category: "Heating", value: "Reliable", buttons: [{ text: "Get a Quote", href: "#contact" }]},
{
id: "2", title: "Oil-to-Gas Conversions", subtitle: "Seamless conversions", category: "Conversion", value: "Efficient"},
id: "2", title: "Oil-to-Gas Conversions", subtitle: "Seamless conversions", category: "Conversion", value: "Efficient", buttons: [{ text: "Get a Quote", href: "#contact" }]},
{
id: "3", title: "Bathroom Remodels", subtitle: "Professional plumbing", category: "Remodel", value: "Expert"},
id: "3", title: "Bathroom Remodels", subtitle: "Professional plumbing", category: "Remodel", value: "Expert", buttons: [{ text: "Get a Quote", href: "#contact" }]},
{
id: "4", title: "Bar Room Plumbing", subtitle: "Custom installs", category: "Specialty", value: "Custom"},
id: "4", title: "Bar Room Plumbing", subtitle: "Custom installs", category: "Specialty", value: "Custom", buttons: [{ text: "Get a Quote", href: "#contact" }]},
{
id: "5", title: "Sewer & Pipe Repair", subtitle: "Fast diagnosis", category: "Drainage", value: "Trusted"},
id: "5", title: "Sewer & Pipe Repair", subtitle: "Fast diagnosis", category: "Drainage", value: "Trusted", buttons: [{ text: "Get a Quote", href: "#contact" }]},
{
id: "6", title: "Tankless Water Heaters", subtitle: "Navien system service", category: "Plumbing", value: "Efficient"},
id: "6", title: "Tankless Water Heaters", subtitle: "Navien system service", category: "Plumbing", value: "Efficient", buttons: [{ text: "Get a Quote", href: "#contact" }]},
]}
title="What We Do"
description="From leaky pipes to full heating system overhauls — we handle it all."
@@ -274,4 +274,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}