diff --git a/src/app/page.tsx b/src/app/page.tsx
index 57992a2..9a2b432 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,108 +43,20 @@ export default function LandingPage() {
@@ -164,13 +64,7 @@ export default function LandingPage() {
@@ -182,23 +76,7 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
- features={[
- {
- title: "Precision Piping",
- description: "Every joint and turn installed with meticulous accuracy.",
- imageSrc: "http://img.b2bpic.net/free-photo/burst-copper-pipes-from-cold-closeup_169016-3994.jpg?_wi=2",
- },
- {
- title: "Flawless Installs",
- description: "Systems that look as good as they perform.",
- imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-326.jpg?_wi=2",
- },
- {
- title: "System Organization",
- description: "Clean, intuitive layouts for long-term serviceability.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-warm-near-heater_23-2149395839.jpg?_wi=2",
- },
- ]}
+ features={[{ title: "Precision Piping", description: "Every joint and turn installed with meticulous accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/burst-copper-pipes-from-cold-closeup_169016-3994.jpg" }, { title: "Flawless Installs", description: "Systems that look as good as they perform.", imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-326.jpg" }, { title: "System Organization", description: "Clean, intuitive layouts for long-term serviceability.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-warm-near-heater_23-2149395839.jpg" }]}
title="Craftsmanship You Can See"
description="Our work doesn't just perform — it stands out. From precision piping to flawless boiler installs."
/>
@@ -206,47 +84,11 @@ export default function LandingPage() {
@@ -257,38 +99,7 @@ export default function LandingPage() {
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
- metrics={[
- {
- id: "m1",
- value: "100%",
- title: "Attention to Detail",
- items: [
- "Clean piping",
- "Organized systems",
- "Precision planning",
- ],
- },
- {
- id: "m2",
- value: "Expert",
- title: "Skilled Team",
- items: [
- "Certified technicians",
- "Heating specialists",
- "Highly knowledgeable",
- ],
- },
- {
- id: "m3",
- value: "High",
- title: "Contractor Respect",
- items: [
- "Admired by pros",
- "Quality installations",
- "Industry trusted",
- ],
- },
- ]}
+ metrics={[{ id: "m1", value: "100%", title: "Attention to Detail", items: ["Clean piping", "Organized systems", "Precision planning"] }, { id: "m2", value: "Expert", title: "Skilled Team", items: ["Certified technicians", "Heating specialists", "Highly knowledgeable"] }, { id: "m3", value: "High", title: "Contractor Respect", items: ["Admired by pros", "Quality installations", "Industry trusted"] }]}
title="Why Homeowners Choose P & P"
description="Built on quality work and industry respect."
/>
@@ -298,48 +109,7 @@ export default function LandingPage() {
@@ -348,23 +118,7 @@ export default function LandingPage() {
@@ -399,9 +140,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file