Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fda4efbd49 | |||
| 34744b29a7 |
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user