Update src/app/page.tsx
This commit is contained in:
182
src/app/page.tsx
182
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="ComfortMasters HVAC"
|
||||
/>
|
||||
@@ -59,32 +51,20 @@ export default function LandingPage() {
|
||||
description="Professional HVAC solutions for your peace of mind. Reliable, fast, and transparent service across the community."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Service", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
|
||||
alt: "Merry young adult enjoying christmas conversation on video call",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg", alt: "Merry young adult enjoying christmas conversation on video call"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
|
||||
alt: "Smiling African American girl sitting in cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", alt: "Smiling African American girl sitting in cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5073.jpg",
|
||||
alt: "Beautiful African-American woman in cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5073.jpg", alt: "Beautiful African-American woman in cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
|
||||
alt: "Woman smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", alt: "Woman smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-mid-adult-hr-manager-having-interview-with-candidate_1262-17784.jpg",
|
||||
alt: "Cheerful mid adult hr manager",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-mid-adult-hr-manager-having-interview-with-candidate_1262-17784.jpg", alt: "Cheerful mid adult hr manager"},
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied homeowners"
|
||||
/>
|
||||
@@ -104,28 +84,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AC Repair",
|
||||
description: "Expert diagnostics and repair for all major air conditioning brands.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wind,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-business-laptop-studying_1303-1266.jpg",
|
||||
imageAlt: "hvac professional smiling",
|
||||
title: "AC Repair", description: "Expert diagnostics and repair for all major air conditioning brands.", bentoComponent: "reveal-icon", icon: Wind,
|
||||
},
|
||||
{
|
||||
title: "Heating Services",
|
||||
description: "Keep your home warm with our reliable furnace and heat pump services.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg?_wi=2",
|
||||
imageAlt: "hvac professional smiling",
|
||||
title: "Heating Services", description: "Keep your home warm with our reliable furnace and heat pump services.", bentoComponent: "reveal-icon", icon: Flame,
|
||||
},
|
||||
{
|
||||
title: "Maintenance Plans",
|
||||
description: "Regular checkups to ensure your system runs efficiently and lasts longer.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg?_wi=1",
|
||||
imageAlt: "hvac professional smiling",
|
||||
title: "Maintenance Plans", description: "Regular checkups to ensure your system runs efficiently and lasts longer.", bentoComponent: "reveal-icon", icon: ShieldCheck,
|
||||
},
|
||||
]}
|
||||
title="Comprehensive HVAC Care"
|
||||
@@ -141,20 +106,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "40+",
|
||||
description: "Years of experience",
|
||||
},
|
||||
id: "m1", value: "40+", description: "Years of experience"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15k+",
|
||||
description: "Projects completed",
|
||||
},
|
||||
id: "m2", value: "15k+", description: "Projects completed"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Emergency support",
|
||||
},
|
||||
id: "m3", value: "24/7", description: "Emergency support"},
|
||||
]}
|
||||
title="Decades of Excellence"
|
||||
description="Serving thousands of families with integrity and professional care."
|
||||
@@ -166,14 +122,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Comfort Shield",
|
||||
"Energy Star Certified",
|
||||
"Local HVAC Union",
|
||||
"Heating Excellence",
|
||||
"Reliable Tech Corp",
|
||||
"National AC Guard",
|
||||
"Home Comfort Seal",
|
||||
]}
|
||||
"Comfort Shield", "Energy Star Certified", "Local HVAC Union", "Heating Excellence", "Reliable Tech Corp", "National AC Guard", "Home Comfort Seal"]}
|
||||
title="Trusted by Local Partners"
|
||||
description="Recognized for quality and service across the region."
|
||||
/>
|
||||
@@ -187,45 +136,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Homeowner",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-sharing-idea-with-colleague_23-2148336895.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Homeowner", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-sharing-idea-with-colleague_23-2148336895.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Homeowner",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353754.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353754.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Homeowner",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Homeowner", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice Brown",
|
||||
role: "Homeowner",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg",
|
||||
},
|
||||
id: "5", name: "Alice Brown", role: "Homeowner", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg"},
|
||||
]}
|
||||
title="What Homeowners Say"
|
||||
description="Our reputation is built on the satisfaction of our loyal customers."
|
||||
@@ -237,20 +161,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer emergency services?",
|
||||
content: "Yes, our team is available 24/7 to handle any heating or cooling emergency.",
|
||||
},
|
||||
id: "f1", title: "Do you offer emergency services?", content: "Yes, our team is available 24/7 to handle any heating or cooling emergency."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How often should I service my HVAC?",
|
||||
content: "We recommend servicing your unit at least twice a year to ensure efficiency.",
|
||||
},
|
||||
id: "f2", title: "How often should I service my HVAC?", content: "We recommend servicing your unit at least twice a year to ensure efficiency."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can you handle large systems?",
|
||||
content: "Our technicians are certified to handle both residential and commercial units.",
|
||||
},
|
||||
id: "f3", title: "Can you handle large systems?", content: "Our technicians are certified to handle both residential and commercial units."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about our heating and cooling services."
|
||||
@@ -262,12 +177,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Ready to Get Started?"
|
||||
title="Schedule Your HVAC Consultation Today"
|
||||
description="Reach out and let our experts restore your home comfort. We provide prompt responses and professional service."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -276,37 +190,23 @@ export default function LandingPage() {
|
||||
logoText="ComfortMasters"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "AC Repair",
|
||||
href: "#",
|
||||
},
|
||||
label: "AC Repair", href: "#"},
|
||||
{
|
||||
label: "Furnace Repair",
|
||||
href: "#",
|
||||
},
|
||||
label: "Furnace Repair", href: "#"},
|
||||
{
|
||||
label: "Maintenance",
|
||||
href: "#",
|
||||
},
|
||||
label: "Maintenance", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user