Update src/app/page.tsx

This commit is contained in:
2026-06-11 13:37:11 +00:00
parent 0cc51985e5
commit 79f3133073

View File

@@ -80,15 +80,6 @@ export default function LandingPage() {
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-skyline-beach-golden-hour_1308-189503.jpg", imageAlt: "Modern living room interior with AC unit" imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-skyline-beach-golden-hour_1308-189503.jpg", imageAlt: "Modern living room interior with AC unit"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoors-clear-wet-healthy_1203-5625.jpg", imageAlt: "luxury outdoors clear wet healthy"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pool_74190-1975.jpg", imageAlt: "Pool"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-pool-paradise-sky-relax_1203-4633.jpg", imageAlt: "outdoor pool paradise sky relax"
} }
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -113,7 +104,6 @@ export default function LandingPage() {
<TextAbout <TextAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Not Cool? Call Too Cool. Why Homeowners Trust TOO COOL HVAC" title="Not Cool? Call Too Cool. Why Homeowners Trust TOO COOL HVAC"
description="At TOO COOL HVAC, we believe homeowners deserve fast, honest, and professional air conditioning service without the stress. We are proudly a family-owned and operated business, dedicated to serving South Florida with integrity and expertise.\n\nWhether your AC stops working during a Florida heatwave or you're looking to upgrade your home's comfort system, our team delivers dependable service, expert workmanship, and clear communication every step of the way.\n\nHere's why homeowners trust us: Fast Scheduling, Transparent Pricing, Highly Detailed Work, Professional Technicians, Emergency Availability, Customer-First Service, Locally Owned & Operated, Reliable Communication.\n\nWe proudly serve West Palm Beach, Boca Raton, Jupiter, Port St. Lucie, Hobe Sound, and surrounding communities."
buttons={[ buttons={[
{ {
text: "Get Free Estimate", href: "#contact" text: "Get Free Estimate", href: "#contact"
@@ -190,7 +180,7 @@ export default function LandingPage() {
src: "http://img.b2bpic.net/free-photo/young-female-grey-t-shirt-looking-cheerful-front-view_176474-15991.jpg", alt: "Jessica Thompson" src: "http://img.b2bpic.net/free-photo/young-female-grey-t-shirt-looking-cheerful-front-view_176474-15991.jpg", alt: "Jessica Thompson"
} }
]} ]}
ratingAnimation="entrance-slide" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
/> />
</div> </div>