diff --git a/src/app/page.tsx b/src/app/page.tsx index d7735bf..4552ddd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,60 +48,37 @@ export default function LandingPage() {
@@ -122,25 +91,13 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "10+", - title: "Year Guarantee", - description: "Long-term peace of mind.", - icon: Award, + id: "m1", value: "10+", title: "Year Guarantee", description: "Long-term peace of mind.", icon: Award, }, { - id: "m2", - value: "24/7", - title: "Availability", - description: "Always there when needed.", - icon: Zap, + id: "m2", value: "24/7", title: "Availability", description: "Always there when needed.", icon: Zap, }, { - id: "m3", - value: "100%", - title: "Satisfaction", - description: "Committed to quality.", - icon: CheckCircle, + id: "m3", value: "100%", title: "Satisfaction", description: "Committed to quality.", icon: CheckCircle, }, ]} title="Trusted Excellence" @@ -156,25 +113,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Heating Installation", - description: "Custom boiler and heating systems.", - imageSrc: "http://img.b2bpic.net/free-photo/copper-faucet-smooth-lines-warm-metal_169016-69461.jpg", - }, + title: "Heating Installation", description: "Custom boiler and heating systems.", imageSrc: "http://img.b2bpic.net/free-photo/copper-faucet-smooth-lines-warm-metal_169016-69461.jpg"}, { - title: "Emergency Repair", - description: "24/7 rapid response units.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-triangle_23-2151294150.jpg", - }, + title: "Emergency Repair", description: "24/7 rapid response units.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-triangle_23-2151294150.jpg"}, { - title: "Maintenance Plans", - description: "Comprehensive annual care.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-labor-day-badge-collection_23-2148229079.jpg", - }, + title: "Maintenance Plans", description: "Comprehensive annual care.", imageSrc: "http://img.b2bpic.net/free-vector/flat-labor-day-badge-collection_23-2148229079.jpg"}, { - title: "Smart Controls", - description: "Modern thermostat integration.", - imageSrc: "http://img.b2bpic.net/free-vector/fire-cog_78370-7473.jpg", - }, + title: "Smart Controls", description: "Modern thermostat integration.", imageSrc: "http://img.b2bpic.net/free-vector/fire-cog_78370-7473.jpg"}, ]} title="Premium Services" description="Sophisticated solutions for every plumbing and heating challenge." @@ -188,9 +133,7 @@ export default function LandingPage() { description="We blend heritage quality with modern technology, providing luxury-tier service to every homeowner." metrics={[ { - value: "5000+", - title: "Happy Homes", - }, + value: "5000+", title: "Happy Homes"}, ]} imageSrc="http://img.b2bpic.net/free-photo/classical-background-house-bath-interior_1203-5614.jpg" mediaAnimation="slide-up" @@ -200,52 +143,23 @@ export default function LandingPage() {