diff --git a/src/app/page.tsx b/src/app/page.tsx
index 184bedd..bfd5646 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,16 +30,12 @@ export default function LandingPage() {
@@ -50,40 +46,23 @@ export default function LandingPage() {
title="Stay Cool. Stay Comfortable. Done Right the First Time."
description="With 13+ years of trusted experience in Jensen Beach, we provide honest, cost-effective HVAC solutions tailored to your home's needs."
testimonials={[
- {
- name: "Robert B.", handle: "@robertb", testimonial: "The best HVAC service in Florida. Professional, honest, and fast.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/small-house-entrance-japan-building_23-2149301082.jpg?_wi=1", imageAlt: "hvac air conditioning unit home"},
- {
- name: "Jessica M.", handle: "@jessicam", testimonial: "A/C 4-America saved my summer. Reliable service and very fair pricing.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg?_wi=1", imageAlt: "hvac air conditioning unit home"},
- {
- name: "Tom W.", handle: "@tomw", testimonial: "Quick response time and fixed the leak perfectly.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/wireman-dissasembling-air-conditioner_482257-91015.jpg?_wi=1", imageAlt: "hvac air conditioning unit home"},
- {
- name: "Elena P.", handle: "@elenap", testimonial: "Very professional and clean installation work.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/technician-dismantling-condenser_482257-90835.jpg?_wi=1", imageAlt: "hvac air conditioning unit home"},
- {
- name: "Mark D.", handle: "@markd", testimonial: "Honest pricing, no gimmicks. My go-to for HVAC.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg?_wi=1", imageAlt: "hvac air conditioning unit home"},
+ { name: "Robert B.", handle: "@robertb", testimonial: "The best HVAC service in Florida. Professional, honest, and fast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/small-house-entrance-japan-building_23-2149301082.jpg?_wi=1", imageAlt: "hvac air conditioning unit home" },
+ { name: "Jessica M.", handle: "@jessicam", testimonial: "A/C 4-America saved my summer. Reliable service and very fair pricing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg?_wi=1", imageAlt: "hvac air conditioning unit home" },
+ { name: "Tom W.", handle: "@tomw", testimonial: "Quick response time and fixed the leak perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wireman-dissasembling-air-conditioner_482257-91015.jpg?_wi=1", imageAlt: "hvac air conditioning unit home" },
+ { name: "Elena P.", handle: "@elenap", testimonial: "Very professional and clean installation work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/technician-dismantling-condenser_482257-90835.jpg?_wi=1", imageAlt: "hvac air conditioning unit home" },
+ { name: "Mark D.", handle: "@markd", testimonial: "Honest pricing, no gimmicks. My go-to for HVAC.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg?_wi=1", imageAlt: "hvac air conditioning unit home" },
]}
buttons={[
- {
- text: "Call Now", href: "tel:7723342345"},
- {
- text: "Request Service", href: "tel:7723342345"},
+ { text: "Call Now", href: "tel:7723342345" },
+ { text: "Request Estimate", href: "#contact" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClRE45Yg9Dl5dkTVWDpchIcGjo/uploaded-1776958632028-j8swsyrr.png"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", alt: "Satisfied client portrait 1"},
- {
- src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg", alt: "Satisfied client portrait 2"},
- {
- src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", alt: "Satisfied client portrait 3"},
- {
- src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", alt: "Satisfied client portrait 4"},
- {
- src: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg", alt: "Satisfied client portrait 5"},
+ { src: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", alt: "Satisfied client portrait 1" },
+ { src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg", alt: "Satisfied client portrait 2" },
+ { src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", alt: "Satisfied client portrait 3" },
+ { src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", alt: "Satisfied client portrait 4" },
+ { src: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg", alt: "Satisfied client portrait 5" },
]}
avatarText="Trusted by 500+ Local Homeowners"
/>
@@ -95,12 +74,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- title: "AC Repair", description: "Rapid troubleshooting and repair for all major air conditioning brands.", imageSrc: "http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg?_wi=2"},
- {
- title: "New Installation", description: "High-efficiency system installations designed for Florida's climate.", imageSrc: "http://img.b2bpic.net/free-photo/wireman-dissasembling-air-conditioner_482257-91015.jpg?_wi=2"},
- {
- title: "Maintenance Plans", description: "Regular tune-ups to ensure longevity and peak system performance.", imageSrc: "http://img.b2bpic.net/free-photo/technician-dismantling-condenser_482257-90835.jpg?_wi=2"},
+ { title: "AC Repair", description: "Rapid troubleshooting and repair for all major air conditioning brands.", imageSrc: "http://img.b2bpic.net/free-photo/hvac-engineer-dusting-blower-fan_482257-90845.jpg?_wi=2", buttons: [{ text: "Request Service", href: "#contact" }] },
+ { title: "New Installation", description: "High-efficiency system installations designed for Florida's climate.", imageSrc: "http://img.b2bpic.net/free-photo/wireman-dissasembling-air-conditioner_482257-91015.jpg?_wi=2", buttons: [{ text: "Request Estimate", href: "#contact" }] },
+ { title: "Maintenance Plans", description: "Regular tune-ups to ensure longevity and peak system performance.", imageSrc: "http://img.b2bpic.net/free-photo/technician-dismantling-condenser_482257-90835.jpg?_wi=2", buttons: [{ text: "Learn More", href: "#contact" }] },
]}
title="Our Specialized HVAC Services"
description="Comprehensive solutions to keep your home cool and efficient all year round."
@@ -113,12 +89,9 @@ export default function LandingPage() {
title="Our Trusted Impact"
tag="HVAC Excellence"
metrics={[
- {
- id: "m1", value: "13+", description: "Years of Dedicated Service"},
- {
- id: "m2", value: "24/7", description: "Fast Response Support"},
- {
- id: "m3", value: "100%", description: "Customer Satisfaction Goal"},
+ { id: "m1", value: "13+", description: "Years of Dedicated Service" },
+ { id: "m2", value: "24/7", description: "Fast Response Support" },
+ { id: "m3", value: "100%", description: "Customer Satisfaction Goal" },
]}
metricsAnimation="slide-up"
/>
@@ -130,12 +103,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- title: "Honest Pricing", description: "No hidden costs, straightforward estimates, and fair upfront pricing.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg"},
- {
- title: "Hands-On Expert", description: "The owner is personally involved in every major installation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg"},
- {
- title: "Tailored Solutions", description: "Customized HVAC systems matched to your home's unique layout.", imageSrc: "http://img.b2bpic.net/free-photo/learning-map_1098-14838.jpg"},
+ { title: "Honest Pricing", description: "No hidden costs, straightforward estimates, and fair upfront pricing.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg" },
+ { title: "Hands-On Expert", description: "The owner is personally involved in every major installation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg" },
+ { title: "Tailored Solutions", description: "Customized HVAC systems matched to your home's unique layout.", imageSrc: "http://img.b2bpic.net/free-photo/learning-map_1098-14838.jpg" },
]}
title="Why A/C 4-America?"
description="We believe in transparency, technical expertise, and long-term customer relationships."
@@ -146,20 +116,16 @@ export default function LandingPage() {
@@ -169,8 +135,7 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={true}
team={[
- {
- id: "owner-1", name: "Local Lead Technician", role: "Owner & Operator", imageSrc: "http://img.b2bpic.net/free-photo/man-overall-cap-smiling_23-2148073095.jpg"},
+ { id: "owner-1", name: "Local Lead Technician", role: "Owner & Operator", imageSrc: "http://img.b2bpic.net/free-photo/man-overall-cap-smiling_23-2148073095.jpg" },
]}
title="Meet Your Local HVAC Expert"
description="Our owner brings over 13 years of technical experience to every job, ensuring your system runs perfectly."
@@ -183,12 +148,9 @@ export default function LandingPage() {
title="Serving Jensen Beach & Beyond"
tag="Our Community"
metrics={[
- {
- id: "area1", value: "Jensen", description: "Beach Florida Area"},
- {
- id: "area2", value: "Stuart", description: "Service Coverage"},
- {
- id: "area3", value: "Port St.", description: "Lucie & Surrounding"},
+ { id: "area1", value: "Jensen", description: "Beach Florida Area" },
+ { id: "area2", value: "Stuart", description: "Service Coverage" },
+ { id: "area3", value: "Port St.", description: "Lucie & Surrounding" },
]}
metricsAnimation="slide-up"
/>
@@ -198,29 +160,27 @@ export default function LandingPage() {
console.log("Form submitted with: ", email)}
/>
@@ -228,22 +188,8 @@ export default function LandingPage() {