Merge version_2 into main #4
230
src/app/page.tsx
230
src/app/page.tsx
@@ -9,7 +9,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import Link from "next/link";
|
||||
import {
|
||||
Award,
|
||||
@@ -46,9 +46,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+1-555-HVAC-PRO",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+1-555-HVAC-PRO"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -60,13 +58,9 @@ export default function HomePage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+1-555-HVAC-PRO",
|
||||
},
|
||||
text: "Call Now", href: "tel:+1-555-HVAC-PRO"},
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Free Quote", href: "/contact"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-tiled-building-blue-sky_181624-6378.jpg"
|
||||
@@ -85,32 +79,16 @@ export default function HomePage() {
|
||||
tag="Trust Indicators"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "30",
|
||||
title: "Years",
|
||||
description: "Experience in HVAC services",
|
||||
icon: Award,
|
||||
id: "1", value: "30", title: "Years", description: "Experience in HVAC services", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "4.9",
|
||||
title: "Stars",
|
||||
description: "Google customer rating",
|
||||
icon: Star,
|
||||
id: "2", value: "4.9", title: "Stars", description: "Google customer rating", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "5K+",
|
||||
title: "Customers",
|
||||
description: "Satisfied homeowners served",
|
||||
icon: Users,
|
||||
id: "3", value: "5K+", title: "Customers", description: "Satisfied homeowners served", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "24/7",
|
||||
title: "Available",
|
||||
description: "Emergency service response",
|
||||
icon: Clock,
|
||||
id: "4", value: "24/7", title: "Available", description: "Emergency service response", icon: Clock,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -127,35 +105,21 @@ export default function HomePage() {
|
||||
tag="Our Services"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "AC Repair & Emergency Service",
|
||||
content:
|
||||
"Fast response to your cooling emergencies. Same-day service available for broken air conditioning systems. We diagnose and fix the problem quickly to get you back to comfort.",
|
||||
},
|
||||
id: "1", title: "AC Repair & Emergency Service", content:
|
||||
"Fast response to your cooling emergencies. Same-day service available for broken air conditioning systems. We diagnose and fix the problem quickly to get you back to comfort."},
|
||||
{
|
||||
id: "2",
|
||||
title: "AC Installation & Replacement",
|
||||
content:
|
||||
"Professional installation of high-efficiency cooling systems. We handle everything from system selection to proper setup and testing to ensure optimal performance.",
|
||||
},
|
||||
id: "2", title: "AC Installation & Replacement", content:
|
||||
"Professional installation of high-efficiency cooling systems. We handle everything from system selection to proper setup and testing to ensure optimal performance."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Furnace Repair & Maintenance",
|
||||
content:
|
||||
"Keep your heating system running smoothly. Scheduled maintenance prevents breakdowns, and we offer fast emergency repair service when you need it.",
|
||||
},
|
||||
id: "3", title: "Furnace Repair & Maintenance", content:
|
||||
"Keep your heating system running smoothly. Scheduled maintenance prevents breakdowns, and we offer fast emergency repair service when you need it."},
|
||||
{
|
||||
id: "4",
|
||||
title: "System Maintenance & Tune-Up",
|
||||
content:
|
||||
"Regular maintenance keeps your HVAC system efficient and extends its lifespan. Our annual tune-up service prevents costly repairs and improves energy efficiency.",
|
||||
},
|
||||
id: "4", title: "System Maintenance & Tune-Up", content:
|
||||
"Regular maintenance keeps your HVAC system efficient and extends its lifespan. Our annual tune-up service prevents costly repairs and improves energy efficiency."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Service", href: "/contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-male-electrician-doing-some-repairs-laundry-room-looking-washing-machine_662251-2755.jpg"
|
||||
imageAlt="HVAC technician repairing air conditioning unit"
|
||||
@@ -188,15 +152,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Downtown District",
|
||||
"Riverside Neighborhood",
|
||||
"Westside Community",
|
||||
"North Ridge Area",
|
||||
"Central Heights",
|
||||
"Eastgate District",
|
||||
"Summit Valley",
|
||||
"Forest Park",
|
||||
]}
|
||||
"Downtown District", "Riverside Neighborhood", "Westside Community", "North Ridge Area", "Central Heights", "Eastgate District", "Summit Valley", "Forest Park"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -209,65 +165,29 @@ export default function HomePage() {
|
||||
tag="Customer Reviews"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Homeowner, West District",
|
||||
testimonial:
|
||||
"ProHVAC came out on a Saturday morning and fixed our AC in under two hours. Professional, friendly, and fair pricing. Highly recommend!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "Homeowner, West District", testimonial:
|
||||
"ProHVAC came out on a Saturday morning and fixed our AC in under two hours. Professional, friendly, and fair pricing. Highly recommend!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Business Owner, Downtown",
|
||||
testimonial:
|
||||
"We've used ProHVAC for our office building maintenance for 5 years. They're reliable, responsive, and their team knows what they're doing.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Business Owner, Downtown", testimonial:
|
||||
"We've used ProHVAC for our office building maintenance for 5 years. They're reliable, responsive, and their team knows what they're doing.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg?_wi=1", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Homeowner, Riverside",
|
||||
testimonial:
|
||||
"My furnace broke down in the middle of winter. ProHVAC had a technician at my house within an hour. Amazing emergency service!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "Homeowner, Riverside", testimonial:
|
||||
"My furnace broke down in the middle of winter. ProHVAC had a technician at my house within an hour. Amazing emergency service!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Martinez",
|
||||
handle: "Property Manager, Central Heights",
|
||||
testimonial:
|
||||
"ProHVAC maintains all our rental properties' HVAC systems. Their preventive maintenance has saved us thousands in emergency repairs.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg",
|
||||
imageAlt: "David Martinez",
|
||||
},
|
||||
id: "4", name: "David Martinez", handle: "Property Manager, Central Heights", testimonial:
|
||||
"ProHVAC maintains all our rental properties' HVAC systems. Their preventive maintenance has saved us thousands in emergency repairs.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", imageAlt: "David Martinez"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Wong",
|
||||
handle: "Homeowner, North Ridge",
|
||||
testimonial:
|
||||
"From the initial quote to the final installation, ProHVAC was transparent about costs and timeline. Our new AC system works perfectly!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg?_wi=2",
|
||||
imageAlt: "Jessica Wong",
|
||||
},
|
||||
id: "5", name: "Jessica Wong", handle: "Homeowner, North Ridge", testimonial:
|
||||
"From the initial quote to the final installation, ProHVAC was transparent about costs and timeline. Our new AC system works perfectly!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg?_wi=2", imageAlt: "Jessica Wong"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Thomas Burke",
|
||||
handle: "Homeowner, Eastgate",
|
||||
testimonial:
|
||||
"Licensed, insured, and professional. ProHVAC is the only HVAC company I'll call. They've never let me down.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg?_wi=2",
|
||||
imageAlt: "Thomas Burke",
|
||||
},
|
||||
id: "6", name: "Thomas Burke", handle: "Homeowner, Eastgate", testimonial:
|
||||
"Licensed, insured, and professional. ProHVAC is the only HVAC company I'll call. They've never let me down.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg?_wi=2", imageAlt: "Thomas Burke"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -281,47 +201,27 @@ export default function HomePage() {
|
||||
ctaTitle="Ready to Get Started?"
|
||||
ctaDescription="Contact ProHVAC Services today for a free quote. Our team is standing by to help with your HVAC needs."
|
||||
ctaButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:+1-555-HVAC-PRO",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+1-555-HVAC-PRO"}}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How quickly can you respond to emergency calls?",
|
||||
content:
|
||||
"We offer 24/7 emergency service with response times as fast as 30-60 minutes depending on your location and current demand.",
|
||||
},
|
||||
id: "1", title: "How quickly can you respond to emergency calls?", content:
|
||||
"We offer 24/7 emergency service with response times as fast as 30-60 minutes depending on your location and current demand."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you provide free estimates?",
|
||||
content:
|
||||
"Yes! We provide free, no-obligation estimates for all services including repairs, installations, and maintenance plans.",
|
||||
},
|
||||
id: "2", title: "Do you provide free estimates?", content:
|
||||
"Yes! We provide free, no-obligation estimates for all services including repairs, installations, and maintenance plans."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are you licensed and insured?",
|
||||
content:
|
||||
"Absolutely. We are fully licensed, insured, and bonded. All our technicians are certified professionals with years of experience.",
|
||||
},
|
||||
id: "3", title: "Are you licensed and insured?", content:
|
||||
"Absolutely. We are fully licensed, insured, and bonded. All our technicians are certified professionals with years of experience."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What warranty do you offer?",
|
||||
content:
|
||||
"We offer manufacturer warranties on all equipment and our own service guarantees. Ask our team about specific coverage for your service.",
|
||||
},
|
||||
id: "4", title: "What warranty do you offer?", content:
|
||||
"We offer manufacturer warranties on all equipment and our own service guarantees. Ask our team about specific coverage for your service."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer maintenance plans?",
|
||||
content:
|
||||
"Yes! Our maintenance plans keep your system running efficiently, reduce emergency repairs, and often qualify you for discounts on services.",
|
||||
},
|
||||
id: "5", title: "Do you offer maintenance plans?", content:
|
||||
"Yes! Our maintenance plans keep your system running efficiently, reduce emergency repairs, and often qualify you for discounts on services."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can you help me with energy-efficient upgrades?",
|
||||
content:
|
||||
"We specialize in high-efficiency systems that can significantly reduce your energy bills. Our team will assess your current system and recommend options.",
|
||||
},
|
||||
id: "6", title: "Can you help me with energy-efficient upgrades?", content:
|
||||
"We specialize in high-efficiency systems that can significantly reduce your energy bills. Our team will assess your current system and recommend options."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -331,12 +231,10 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="ProHVAC"
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "#services-overview" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
@@ -344,8 +242,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "AC Repair", href: "#services-overview" },
|
||||
{ label: "AC Installation", href: "#services-overview" },
|
||||
{ label: "Furnace Service", href: "#services-overview" },
|
||||
@@ -353,26 +250,18 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{
|
||||
label: "Call Us: (555) HVAC-PRO",
|
||||
href: "tel:+1-555-HVAC-PRO",
|
||||
},
|
||||
label: "Call Us: (555) HVAC-PRO", href: "tel:+1-555-HVAC-PRO"},
|
||||
{
|
||||
label: "24/7 Emergency Service",
|
||||
href: "tel:+1-555-HVAC-PRO",
|
||||
},
|
||||
label: "24/7 Emergency Service", href: "tel:+1-555-HVAC-PRO"},
|
||||
{
|
||||
label: "Email: info@prohvac.local",
|
||||
href: "mailto:info@prohvac.local",
|
||||
},
|
||||
label: "Email: info@prohvac.local", href: "mailto:info@prohvac.local"},
|
||||
{ label: "Service Area", href: "#service-area" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Certifications",
|
||||
items: [
|
||||
title: "Certifications", items: [
|
||||
{ label: "Licensed HVAC Contractor", href: "#" },
|
||||
{ label: "EPA Certified", href: "#" },
|
||||
{ label: "Fully Insured & Bonded", href: "#" },
|
||||
@@ -380,9 +269,10 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 ProHVAC Services. Licensed HVAC Contractor. All rights reserved."
|
||||
bottomLeftText="© 2025 ProHVAC Services. Licensed HVAC Contractor. All rights reserved."
|
||||
bottomRightText="Made with ProHVAC"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--background: #010912;
|
||||
--card: #152840;
|
||||
--foreground: #e6f0ff;
|
||||
--primary-cta: #cee7ff;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #0e1a29;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--accent: #3f5c79;
|
||||
--background-accent: #004a93;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user