From 14c49d487befee4aea1df3cf54109a9238e2c35e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 02:42:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 275 +++++++++-------------------------------------- 1 file changed, 50 insertions(+), 225 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38d6705..3d81e5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,77 +31,34 @@ export default function LandingPage() {
@@ -113,14 +70,8 @@ export default function LandingPage() { title="About Building America Plumbing" description="Building America Plumbing delivers professional plumbing services across Southern California with a focus on quality, code-compliant work, and excellent customer service. Experienced in ADUs, new construction, repipes, and emergency repairs." metrics={[ - { - value: "100%", - title: "Pass Rate", - }, - { - value: "5.0", - title: "Avg Rating", - }, + { value: "100%", title: "Pass Rate" }, + { value: "5.0", title: "Avg Rating" }, ]} imageSrc="http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10798.jpg" imageAlt="Plumber showing building code inspection" @@ -135,18 +86,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} negativeCard={{ - items: [ - "Emergency Repairs & Leak Detection", - "Commercial Tenant Improvements", - "Backflow Prevention", - ], + items: ["Emergency Repairs & Leak Detection", "Commercial Tenant Improvements", "Backflow Prevention"], }} positiveCard={{ - items: [ - "New Construction & ADU Plumbing", - "Repiping & Whole-Home Plumbing", - "Fixture Installation & Upgrades", - ], + items: ["New Construction & ADU Plumbing", "Repiping & Whole-Home Plumbing", "Fixture Installation & Upgrades"], }} title="Our Expert Services" description="Professional solutions for all your residential and commercial plumbing needs." @@ -160,42 +103,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "ADU Underground", - price: "Passed Inspection", - imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg", - }, - { - id: "p2", - name: "New Home Rough-In", - price: "Code Compliant", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576391.jpg", - }, - { - id: "p3", - name: "Whole Home Repipe", - price: "Water Quality Restored", - imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg", - }, - { - id: "p4", - name: "Commercial Fit-Out", - price: "Tenant Ready", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576409.jpg", - }, - { - id: "p5", - name: "Leak Detection", - price: "Damage Minimized", - imageSrc: "http://img.b2bpic.net/free-photo/polished-gas-cooker-after-washingperfectly-clean-gas-cooker-after-being-washed-with-polishing-chemicals-result-washing-burners_132075-13129.jpg", - }, - { - id: "p6", - name: "Fixture Upgrade", - price: "Water Efficient", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg", - }, + { id: "p1", name: "ADU Underground", price: "Passed Inspection", imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg" }, + { id: "p2", name: "New Home Rough-In", price: "Code Compliant", imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576391.jpg" }, + { id: "p3", name: "Whole Home Repipe", price: "Water Quality Restored", imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg" }, + { id: "p4", name: "Commercial Fit-Out", price: "Tenant Ready", imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576409.jpg" }, + { id: "p5", name: "Leak Detection", price: "Damage Minimized", imageSrc: "http://img.b2bpic.net/free-photo/polished-gas-cooker-after-washingperfectly-clean-gas-cooker-after-being-washed-with-polishing-chemicals-result-washing-burners_132075-13129.jpg" }, + { id: "p6", name: "Fixture Upgrade", price: "Water Efficient", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721545.jpg" }, ]} title="Recent Projects" description="We take pride in every pipe installed and every leak fixed." @@ -204,30 +117,13 @@ export default function LandingPage() {
@@ -333,46 +182,22 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1