From fda4efbd4955bc3bd36bce72f02b23a9937cbaa4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 12:11:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 298d337..1065a88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,9 +54,7 @@ export default function LandingPage() { tag="Florida's HVAC Experts" buttons={[ { - text: "Call Now: 18582851293", href: "tel:18582851293"}, - { - text: "Get a Quote", href: "#contact"}, + text: "Get Free Custom Quote", href: "#contact"}, ]} mediaItems={[ { @@ -135,17 +133,20 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", brand: "Premium", name: "Florida Series AC", price: "Call 18582851293", rating: 5, + id: "p1", brand: "Premium", name: "Florida Series AC", price: "Inquire for Pricing", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/air-conditioner-mounted-white-wall_53876-142861.jpg"}, { - id: "p2", brand: "Performance", name: "Sunshine Edition", price: "Call 18582851293", rating: 5, + id: "p2", brand: "Performance", name: "Sunshine Edition", price: "Inquire for Pricing", rating: 5, reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-indoors-white-wall-with-vent-space_23-2148801257.jpg"}, { - id: "p3", brand: "Comfort", name: "Elite Split Unit", price: "Call 18582851293", rating: 4, + id: "p3", brand: "Comfort", name: "Elite Split Unit", price: "Inquire for Pricing", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388988.jpg"}, ]} title="Top Rated Systems" description="Our recommended high-performance mini-split units available for installation anywhere in Florida." + buttons={[ + { text: "Get Free Custom Quote", href: "#contact" } + ]} /> @@ -184,7 +185,7 @@ export default function LandingPage() { { id: "f1", title: "Do you install statewide?", content: "Yes, we provide full installation services across all regions of Florida."}, { - id: "f2", title: "How can I contact you?", content: "You can reach our team anytime at 18582851293 for quotes and support."}, + id: "f2", title: "How can I contact you?", content: "You can reach our team anytime via our contact form for quotes and support."}, { id: "f3", title: "Are mini-splits good for Florida weather?", content: "They are the perfect solution for Florida, offering quiet, efficient, and zoned climate control."}, ]} @@ -201,7 +202,8 @@ export default function LandingPage() { variant: "plain"}} tag="Get in touch" title="Ready to Cool Your Home?" - description="Call us at 18582851293 to schedule your installation today!" + description="Submit your details to schedule your installation today!" + buttonText="Get Free Custom Quote" /> -- 2.49.1