From c2832071dac3e129a64fbae909d842d54002fcca Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:00:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f96063..0957977 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+1234567890" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/freon-level-values-chroma-key-laptop_482257-90851.jpg" imageAlt="Professional HVAC technician inspecting cooling system" mediaAnimation="opacity" @@ -171,16 +171,16 @@ export default function LandingPage() { tagAnimation="blur-reveal" metrics={[ { - id: "siler-city", value: "Primary", title: "Siler City", description: "Full coverage with same-day service available" + id: "siler-city", value: "Primary", title: "Siler City", description: "Full coverage with same-day service available", imageSrc: "http://img.b2bpic.net/free-photo/freon-level-values-chroma-key-laptop_482257-90851.jpg", imageAlt: "Siler City service coverage" }, { - id: "pittsboro", value: "Served", title: "Pittsboro", description: "Extending professional HVAC service to your area" + id: "pittsboro", value: "Served", title: "Pittsboro", description: "Extending professional HVAC service to your area", imageSrc: "http://img.b2bpic.net/free-photo/freon-level-values-chroma-key-laptop_482257-90851.jpg", imageAlt: "Pittsboro service coverage" }, { - id: "chatham", value: "Chatham", title: "Chatham County", description: "Complete coverage throughout the county" + id: "chatham", value: "Chatham", title: "Chatham County", description: "Complete coverage throughout the county", imageSrc: "http://img.b2bpic.net/free-photo/freon-level-values-chroma-key-laptop_482257-90851.jpg", imageAlt: "Chatham County service coverage" }, { - id: "surrounding", value: "All", title: "Surrounding Areas", description: "Emergency service when you need it most" + id: "surrounding", value: "All", title: "Surrounding Areas", description: "Emergency service when you need it most", imageSrc: "http://img.b2bpic.net/free-photo/freon-level-values-chroma-key-laptop_482257-90851.jpg", imageAlt: "Surrounding areas service coverage" } ]} animationType="slide-up" -- 2.49.1