From 2af9240b332b4a2781926b9a0ba6edc6ff0e8b36 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 21:17:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 307 ++++++++++------------------------------------- 1 file changed, 64 insertions(+), 243 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5547704..282a250 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,127 +20,71 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -150,9 +94,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Serving Phoenix with Integrity" description={[ - "Ace Plumbers Phoenix is a locally owned plumbing business dedicated to providing top-quality residential and commercial services across the valley.", - "We offer 24/7 service, fair pricing, and expert repairs for anything from simple clogs to complex sewer line replacements.", - "Our team of licensed technicians ensures every job is completed with precision and care, keeping your home's systems running smoothly.", + "Ace Plumbers Phoenix is a locally owned plumbing business dedicated to providing top-quality residential and commercial services across the valley.", "We offer 24/7 service, fair pricing, and expert repairs for anything from simple clogs to complex sewer line replacements.", "Our team of licensed technicians ensures every job is completed with precision and care, keeping your home's systems running smoothly." ]} /> @@ -164,20 +106,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Drain & Sewer Services", - description: "Expert drain cleaning and sewer repair to ensure your home's plumbing flows without interruptions.", - imageSrc: "http://img.b2bpic.net/free-photo/garbage-man_1368-1757.jpg?_wi=2", + title: "Drain & Sewer Services", description: "Expert drain cleaning and sewer repair to ensure your home's plumbing flows without interruptions.", imageSrc: "http://img.b2bpic.net/free-photo/garbage-man_1368-1757.jpg" }, { - title: "Water Heating Systems", - description: "Full-service installation and repair for residential and commercial water heaters.", - imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg?_wi=2", + title: "Water Heating Systems", description: "Full-service installation and repair for residential and commercial water heaters.", imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg" }, { - title: "General Repairs & Leak Detection", - description: "From faucet installations to complex leak detection, we provide thorough residential plumbing repair.", - imageSrc: "http://img.b2bpic.net/free-photo/single-tool-isolated-with-copy-space_1194-639256.jpg?_wi=2", - }, + title: "General Repairs & Leak Detection", description: "From faucet installations to complex leak detection, we provide thorough residential plumbing repair.", imageSrc: "http://img.b2bpic.net/free-photo/single-tool-isolated-with-copy-space_1194-639256.jpg" + } ]} title="Comprehensive Plumbing Solutions" description="Professional services designed for your peace of mind." @@ -191,56 +127,17 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "standard", - badge: "Essential", - price: "$99", - subtitle: "Basic plumbing diagnostic and repair", - features: [ - "Leak inspection", - "Faucet tune-up", - "Basic clog removal", - ], - buttons: [ - { - text: "Book Now", - href: "#contact", - }, - ], + id: "standard", badge: "Essential", price: "$99", subtitle: "Basic plumbing diagnostic and repair", features: ["Leak inspection", "Faucet tune-up", "Basic clog removal"], + buttons: [{ text: "Book Now", href: "#contact" }] }, { - id: "premium", - badge: "Advanced", - price: "$199", - subtitle: "Comprehensive service and repair", - features: [ - "Drain video inspection", - "Sewer cleanout", - "Water heater checkup", - ], - buttons: [ - { - text: "Book Now", - href: "#contact", - }, - ], + id: "premium", badge: "Advanced", price: "$199", subtitle: "Comprehensive service and repair", features: ["Drain video inspection", "Sewer cleanout", "Water heater checkup"], + buttons: [{ text: "Book Now", href: "#contact" }] }, { - id: "emergency", - badge: "Emergency", - price: "$299", - subtitle: "Priority 24/7 emergency service", - features: [ - "Immediate response", - "Critical repair work", - "After-hours support", - ], - buttons: [ - { - text: "Book Now", - href: "#contact", - }, - ], - }, + id: "emergency", badge: "Emergency", price: "$299", subtitle: "Priority 24/7 emergency service", features: ["Immediate response", "Critical repair work", "After-hours support"], + buttons: [{ text: "Book Now", href: "#contact" }] + } ]} title="Service Options" description="Transparent pricing for high-quality service." @@ -254,27 +151,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "10+", - title: "Years Experience", - description: "Trusted by locals.", - icon: Award, - }, - { - id: "m2", - value: "5k+", - title: "Jobs Completed", - description: "Reliable repair work.", - icon: CheckCircle, - }, - { - id: "m3", - value: "24/7", - title: "Service Availability", - description: "Always ready to help.", - icon: Clock, - }, + { id: "m1", value: "10+", title: "Years Experience", description: "Trusted by locals.", icon: Award }, + { id: "m2", value: "5k+", title: "Jobs Completed", description: "Reliable repair work.", icon: CheckCircle }, + { id: "m3", value: "24/7", title: "Service Availability", description: "Always ready to help.", icon: Clock } ]} title="Our Track Record" description="Building trust through excellence in every Phoenix home." @@ -285,31 +164,11 @@ export default function LandingPage() { @@ -382,14 +209,8 @@ export default function LandingPage() {
-- 2.49.1