diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e51c51..6c0191a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,15 +67,15 @@ export default function LandingPage() { ], stats: [ { - title: "Average Response", values: ["45 min", "38 min", "52 min"], + title: "Average Response", values: [45, 38, 52], description: "Same-day arrival in most areas" }, { - title: "Customer Savings", values: ["$200", "$350", "$275"], + title: "Customer Savings", values: [200, 350, 275], valuePrefix: "$", description: "vs competitor quotes" }, { - title: "Satisfaction Rate", values: ["98%", "99%", "97%"], + title: "Satisfaction Rate", values: [98, 99, 97], description: "5-star reviews from customers" } ], @@ -159,22 +159,22 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "drain-cleaning", name: "Emergency Drain Cleaning", price: "From $150", variant: "Same-day service available", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=1", imageAlt: "Professional drain cleaning service" + id: "drain-cleaning", name: "Emergency Drain Cleaning", price: "From $150", variant: "Same-day service available", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Professional drain cleaning service" }, { - id: "leak-detection", name: "Leak Detection & Repair", price: "From $200", variant: "Quick diagnosis included", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1", imageAlt: "Water leak detection and pipe repair" + id: "leak-detection", name: "Leak Detection & Repair", price: "From $200", variant: "Quick diagnosis included", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Water leak detection and pipe repair" }, { - id: "fixture-repair", name: "Sink & Fixture Repairs", price: "From $125", variant: "Professional installation", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990710.jpg?_wi=1", imageAlt: "Sink and bathroom fixture repair" + id: "fixture-repair", name: "Sink & Fixture Repairs", price: "From $125", variant: "Professional installation", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990710.jpg", imageAlt: "Sink and bathroom fixture repair" }, { - id: "water-heater", name: "Water Heater Service", price: "From $250", variant: "Repair and replacement", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=2", imageAlt: "Water heater service and maintenance" + id: "water-heater", name: "Water Heater Service", price: "From $250", variant: "Repair and replacement", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Water heater service and maintenance" }, { - id: "general-repair", name: "General Plumbing Repairs", price: "From $100", variant: "All types of repairs", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", imageAlt: "General plumbing repair services" + id: "general-repair", name: "General Plumbing Repairs", price: "From $100", variant: "All types of repairs", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "General plumbing repair services" }, { - id: "emergency-24-7", name: "Emergency 24/7 Response", price: "Priority dispatch", variant: "Always available for you", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990710.jpg?_wi=2", imageAlt: "24/7 emergency plumbing service" + id: "emergency-24-7", name: "Emergency 24/7 Response", price: "Priority dispatch", variant: "Always available for you", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990710.jpg", imageAlt: "24/7 emergency plumbing service" } ]} /> @@ -226,7 +226,7 @@ export default function LandingPage() { { text: "Book Emergency Service", href: "contact" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} />