Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fda4efbd49 | |||
| 34744b29a7 |
@@ -54,9 +54,7 @@ export default function LandingPage() {
|
|||||||
tag="Florida's HVAC Experts"
|
tag="Florida's HVAC Experts"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now: 18582851293", href: "tel:18582851293"},
|
text: "Get Free Custom Quote", href: "#contact"},
|
||||||
{
|
|
||||||
text: "Get a Quote", href: "#contact"},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
@@ -135,17 +133,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
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"},
|
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"},
|
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"},
|
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388988.jpg"},
|
||||||
]}
|
]}
|
||||||
title="Top Rated Systems"
|
title="Top Rated Systems"
|
||||||
description="Our recommended high-performance mini-split units available for installation anywhere in Florida."
|
description="Our recommended high-performance mini-split units available for installation anywhere in Florida."
|
||||||
|
buttons={[
|
||||||
|
{ text: "Get Free Custom Quote", href: "#contact" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</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: "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."},
|
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"}}
|
variant: "plain"}}
|
||||||
tag="Get in touch"
|
tag="Get in touch"
|
||||||
title="Ready to Cool Your Home?"
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user