diff --git a/src/app/page.tsx b/src/app/page.tsx index 76f2696..6178d38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,68 +30,43 @@ export default function LandingPage() {
@@ -103,19 +78,13 @@ export default function LandingPage() { metrics={[ { icon: Star, - label: "Customer Rating", - value: "5.0/5.0", - }, + label: "Customer Rating", value: "5.0/5.0"}, { icon: Award, - label: "Years Experience", - value: "10+", - }, + label: "Years Experience", value: "10+"}, { icon: CheckCircle, - label: "Jobs Completed", - value: "1000+", - }, + label: "Jobs Completed", value: "1000+"}, ]} metricsAnimation="slide-up" /> @@ -129,23 +98,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - title: "Drain Cleaning", - description: "Fast and effective clearing of stubborn clogs.", - imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet_58702-1832.jpg", - }, + id: "s1", title: "Drain Cleaning", description: "Fast and effective clearing of stubborn clogs.", imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet_58702-1832.jpg"}, { - id: "s2", - title: "Leak Repair", - description: "Professional detection and repair of water leaks.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746305.jpg", - }, + id: "s2", title: "Leak Repair", description: "Professional detection and repair of water leaks.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746305.jpg"}, { - id: "s3", - title: "Water Heater Maintenance", - description: "Routine checks to keep your hot water running.", - imageSrc: "http://img.b2bpic.net/free-photo/man-putting-raw-salmon-steak-into-oven_53876-24741.jpg", - }, + id: "s3", title: "Water Heater Maintenance", description: "Routine checks to keep your hot water running.", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-raw-salmon-steak-into-oven_53876-24741.jpg"}, ]} title="Our Expert Services" description="Comprehensive plumbing solutions for every household need." @@ -154,63 +111,33 @@ export default function LandingPage() {