diff --git a/src/app/page.tsx b/src/app/page.tsx
index f794c03..bfdc908 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -37,7 +37,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
- text: "Emergency Service", href: "tel:+1234567890"}}
+ text: "Emergency Service", href: "tel:+1234567890"
+ }}
className="fixed top-4 left-4 right-4 z-50"
/>
@@ -61,7 +62,7 @@ export default function LandingPage() {
{ text: "Emergency Call: (555) 123-4567", href: "tel:+15551234567" },
]}
buttonAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/low-angle-building-with-tree-city_23-2148798648.jpg"
+ imageSrc="https://images.unsplash.com/photo-1584622181563-430f63602d4b?w=1000&q=80"
imageAlt="Professional AC Unit Installation"
mediaAnimation="slide-up"
imagePosition="right"
@@ -71,18 +72,21 @@ export default function LandingPage() {
@@ -163,7 +174,8 @@ export default function LandingPage() {
tagAnimation="slide-up"
textboxLayout="default"
names={[
- "Metropolitan Area Residents", "Commercial Property Managers", "Residential Communities", "Facility Managers", "Multi-Family Housing", "Small Business Owners", "Property Management Companies", "New Construction Developers"]}
+ "Metropolitan Area Residents", "Commercial Property Managers", "Residential Communities", "Facility Managers", "Multi-Family Housing", "Small Business Owners", "Property Management Companies", "New Construction Developers"
+ ]}
speed={40}
showCard={true}
useInvertedBackground={true}
@@ -175,23 +187,30 @@ export default function LandingPage() {
ctaTitle="Schedule Your Service Today"
ctaDescription="Contact our friendly team to book an appointment or for emergency service. We're available 24/7."
ctaButton={{
- text: "Schedule Now", href: "tel:+15551234567"}}
+ text: "Schedule Now", href: "tel:+15551234567"
+ }}
ctaIcon={Phone}
useInvertedBackground={false}
animationType="slide-up"
faqs={[
{
- id: "1", title: "What areas do you serve?", content: "We provide comprehensive HVAC services throughout the metropolitan area including residential and commercial properties. Contact us to confirm service availability in your specific location."},
+ id: "1", title: "What areas do you serve?", content: "We provide comprehensive HVAC services throughout the metropolitan area including residential and commercial properties. Contact us to confirm service availability in your specific location."
+ },
{
- id: "2", title: "Do you offer emergency services?", content: "Yes! We provide 24/7 emergency heating and cooling services. Call our emergency hotline anytime for urgent HVAC issues. Emergency rates apply outside standard business hours."},
+ id: "2", title: "Do you offer emergency services?", content: "Yes! We provide 24/7 emergency heating and cooling services. Call our emergency hotline anytime for urgent HVAC issues. Emergency rates apply outside standard business hours."
+ },
{
- id: "3", title: "What's included in maintenance plans?", content: "Our maintenance plans include bi-annual inspections, seasonal tune-ups, priority service calls, and discounts on repairs. Plans start at $99 annually and provide excellent value and peace of mind."},
+ id: "3", title: "What's included in maintenance plans?", content: "Our maintenance plans include bi-annual inspections, seasonal tune-ups, priority service calls, and discounts on repairs. Plans start at $99 annually and provide excellent value and peace of mind."
+ },
{
- id: "4", title: "Are your technicians licensed?", content: "All of our technicians are fully licensed, certified, and insured. We employ only qualified professionals trained on the latest HVAC systems and best practices."},
+ id: "4", title: "Are your technicians licensed?", content: "All of our technicians are fully licensed, certified, and insured. We employ only qualified professionals trained on the latest HVAC systems and best practices."
+ },
{
- id: "5", title: "Do you offer warranties?", content: "Yes, we provide warranty coverage on parts and workmanship. New system installations can include extended warranties up to 10 years. Ask about options during your consultation."},
+ id: "5", title: "Do you offer warranties?", content: "Yes, we provide warranty coverage on parts and workmanship. New system installations can include extended warranties up to 10 years. Ask about options during your consultation."
+ },
{
- id: "6", title: "How quickly can you respond to repairs?", content: "Our average response time is 30 minutes for emergency calls. We prioritize urgent heating and cooling issues to restore your comfort as quickly as possible."},
+ id: "6", title: "How quickly can you respond to repairs?", content: "Our average response time is 30 minutes for emergency calls. We prioritize urgent heating and cooling issues to restore your comfort as quickly as possible."
+ },
]}
accordionAnimationType="smooth"
/>