Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c5d0e39ce | |||
| 91aacebedd | |||
| fd8d2b805f |
201
src/app/page.tsx
201
src/app/page.tsx
@@ -32,95 +32,60 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Waylon HVAC"
|
brandName="Waylon HVAC"
|
||||||
button={{
|
button={{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:2125550199"}}
|
||||||
href: "tel:2125550199",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="NYC Split AC Installation & Repair – Fast, Reliable, Affordable"
|
title="NYC Split AC Installation & Repair – Fast, Reliable, Affordable"
|
||||||
description="Professional mini-split experts. Same-day service available for apartments, brownstones, and offices."
|
description="Professional mini-split experts. Same-day service available for apartments, brownstones, and offices."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg",
|
src: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg", alt: "Client"},
|
||||||
alt: "Client",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/middle-eastern-retail-worker-sorting-new-collection-merchandise_482257-118199.jpg",
|
src: "http://img.b2bpic.net/free-photo/middle-eastern-retail-worker-sorting-new-collection-merchandise_482257-118199.jpg", alt: "Client"},
|
||||||
alt: "Client",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-customer-service-representative_23-2151933141.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-customer-service-representative_23-2151933141.jpg", alt: "Client"},
|
||||||
alt: "Client",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-man-holding-canvas_23-2150182602.jpg",
|
src: "http://img.b2bpic.net/free-photo/front-view-man-holding-canvas_23-2150182602.jpg", alt: "Client"},
|
||||||
alt: "Client",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-grandma-kid-with-thumbs-up_23-2148976876.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-grandma-kid-with-thumbs-up_23-2148976876.jpg", alt: "Client"},
|
||||||
alt: "Client",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 100+ NYC Homeowners"
|
avatarText="Trusted by 100+ NYC Homeowners"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:2125550199"},
|
||||||
href: "tel:2125550199",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Get Free Quote",
|
text: "Request Your Free Estimate", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||||
text: "Licensed & Insured",
|
|
||||||
icon: ShieldCheck,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Same-Day Service", icon: Clock,
|
||||||
text: "Same-Day Service",
|
|
||||||
icon: Clock,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "NYC Specialists", icon: Building2,
|
||||||
text: "NYC Specialists",
|
|
||||||
icon: Building2,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Energy Efficient", icon: Leaf,
|
||||||
text: "Energy Efficient",
|
|
||||||
icon: Leaf,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "5-Star Rated", icon: Star,
|
||||||
text: "5-Star Rated",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -133,21 +98,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"High-Stress HVAC Issues",
|
"High-Stress HVAC Issues", "Legacy System Repair", "Emergency Call-outs", "Poorly Configured Units", "Part Obsolescence"],
|
||||||
"Legacy System Repair",
|
|
||||||
"Emergency Call-outs",
|
|
||||||
"Poorly Configured Units",
|
|
||||||
"Part Obsolescence",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Mini-Split AC Installation",
|
"Mini-Split AC Installation", "Repair & Troubleshooting", "Maintenance Services", "Expert Consultation", "System Upgrades"],
|
||||||
"Repair & Troubleshooting",
|
|
||||||
"Maintenance Services",
|
|
||||||
"Expert Consultation",
|
|
||||||
"System Upgrades",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="Professional HVAC Services"
|
title="Professional HVAC Services"
|
||||||
description="We specialize in complex installations and fast repairs for NYC spaces."
|
description="We specialize in complex installations and fast repairs for NYC spaces."
|
||||||
@@ -175,25 +130,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "15+ Years", description: "Local Experience"},
|
||||||
value: "15+ Years",
|
|
||||||
description: "Local Experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "24/7", description: "Emergency Support"},
|
||||||
value: "24/7",
|
|
||||||
description: "Emergency Support",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "100%", description: "Satisfaction Rate"},
|
||||||
value: "100%",
|
|
||||||
description: "Satisfaction Rate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m4",
|
id: "m4", value: "Same-Day", description: "Response Time"},
|
||||||
value: "Same-Day",
|
|
||||||
description: "Response Time",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Choose Us?"
|
title="Why Choose Us?"
|
||||||
description="When your AC needs help, we deliver results."
|
description="When your AC needs help, we deliver results."
|
||||||
@@ -207,40 +150,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Sarah J.", handle: "Brooklyn, NY", testimonial: "Very reasonable pricing and professional work. They finished my split install in half a day.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-woman-smiling-confident-drinking-coffee-new-home_839833-34774.jpg"},
|
||||||
name: "Sarah J.",
|
|
||||||
handle: "Brooklyn, NY",
|
|
||||||
testimonial: "Very reasonable pricing and professional work. They finished my split install in half a day.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-woman-smiling-confident-drinking-coffee-new-home_839833-34774.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Michael C.", handle: "Manhattan, NY", testimonial: "Quick to respond and efficient. These guys are the real deal for NYC HVAC issues.", imageSrc: "http://img.b2bpic.net/free-photo/retail-assistant-examines-apparel-racks-trendy-boutique_482257-118414.jpg"},
|
||||||
name: "Michael C.",
|
|
||||||
handle: "Manhattan, NY",
|
|
||||||
testimonial: "Quick to respond and efficient. These guys are the real deal for NYC HVAC issues.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/retail-assistant-examines-apparel-racks-trendy-boutique_482257-118414.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Emily R.", handle: "Queens, NY", testimonial: "Fixed our units in less than an hour. Very impressed with the speed and expertise.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-smiling-young-woman-writing-notebook-creating-recipe-list-meals-this_1258-204696.jpg"},
|
||||||
name: "Emily R.",
|
|
||||||
handle: "Queens, NY",
|
|
||||||
testimonial: "Fixed our units in less than an hour. Very impressed with the speed and expertise.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-smiling-young-woman-writing-notebook-creating-recipe-list-meals-this_1258-204696.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "David K.", handle: "Bronx, NY", testimonial: "Professional technicians who know how to handle tight NYC apartment spaces. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg"},
|
||||||
name: "David K.",
|
|
||||||
handle: "Bronx, NY",
|
|
||||||
testimonial: "Professional technicians who know how to handle tight NYC apartment spaces. Highly recommended.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Anna V.", handle: "Staten Island, NY", testimonial: "Finally, an HVAC company that doesn't overcharge. Transparent and friendly office team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-hanging-out-city_23-2149193344.jpg"},
|
||||||
name: "Anna V.",
|
|
||||||
handle: "Staten Island, NY",
|
|
||||||
testimonial: "Finally, an HVAC company that doesn't overcharge. Transparent and friendly office team.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-hanging-out-city_23-2149193344.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Customer Stories"
|
title="Customer Stories"
|
||||||
description="Don't just take our word for it."
|
description="Don't just take our word for it."
|
||||||
@@ -253,25 +171,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Do you offer same-day repairs?", content: "Yes, we prioritize emergency HVAC and AC repair calls and aim for same-day service whenever possible."},
|
||||||
title: "Do you offer same-day repairs?",
|
|
||||||
content: "Yes, we prioritize emergency HVAC and AC repair calls and aim for same-day service whenever possible.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "What parts of NYC do you serve?", content: "We proudly serve all five boroughs: Manhattan, Brooklyn, Queens, Bronx, and Staten Island."},
|
||||||
title: "What parts of NYC do you serve?",
|
|
||||||
content: "We proudly serve all five boroughs: Manhattan, Brooklyn, Queens, Bronx, and Staten Island.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "How much does a mini-split install cost?", content: "Installation costs depend on your specific space. We offer free estimates to give you clear pricing upfront."},
|
||||||
title: "How much does a mini-split install cost?",
|
|
||||||
content: "Installation costs depend on your specific space. We offer free estimates to give you clear pricing upfront.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f4",
|
id: "f4", title: "Are your technicians licensed?", content: "Yes, all our technicians are fully licensed, insured, and highly experienced in NYC-specific HVAC requirements."},
|
||||||
title: "Are your technicians licensed?",
|
|
||||||
content: "Yes, all our technicians are fully licensed, insured, and highly experienced in NYC-specific HVAC requirements.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Have questions about your AC? We have answers."
|
description="Have questions about your AC? We have answers."
|
||||||
@@ -283,14 +189,11 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
text="Need AC Help Today? Same-day appointments available for urgent HVAC issues. Contact us for a free estimate."
|
||||||
text="Need AC Help Today? Contact us for a free estimate or emergency dispatch."
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now: 212-555-0199",
|
text: "Call Now: 212-555-0199", href: "tel:2125550199"},
|
||||||
href: "tel:2125550199",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -301,45 +204,29 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "NYC HVAC Repair",
|
label: "NYC HVAC Repair", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Split AC Install",
|
label: "Split AC Install", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Maintenance",
|
label: "Maintenance", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user