Merge version_2 into main #1
203
src/app/page.tsx
203
src/app/page.tsx
@@ -32,95 +32,60 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Waylon HVAC"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:2125550199",
|
||||
}}
|
||||
text: "Call Now", href: "tel:2125550199"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="NYC Split AC Installation & Repair – Fast, Reliable, Affordable"
|
||||
description="Professional mini-split experts. Same-day service available for apartments, brownstones, and offices."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-eastern-retail-worker-sorting-new-collection-merchandise_482257-118199.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-eastern-retail-worker-sorting-new-collection-merchandise_482257-118199.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-customer-service-representative_23-2151933141.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-customer-service-representative_23-2151933141.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-holding-canvas_23-2150182602.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-holding-canvas_23-2150182602.jpg", alt: "Client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-grandma-kid-with-thumbs-up_23-2148976876.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-grandma-kid-with-thumbs-up_23-2148976876.jpg", alt: "Client"},
|
||||
]}
|
||||
avatarText="Trusted by 100+ NYC Homeowners"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:2125550199",
|
||||
},
|
||||
text: "Call Now", href: "tel:2125550199"},
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Quote", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Same-Day Service",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Same-Day Service", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "NYC Specialists",
|
||||
icon: Building2,
|
||||
type: "text-icon", text: "NYC Specialists", icon: Building2,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Energy Efficient",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Energy Efficient", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "5-Star Rated",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "5-Star Rated", icon: Star,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -133,21 +98,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"High-Stress HVAC Issues",
|
||||
"Legacy System Repair",
|
||||
"Emergency Call-outs",
|
||||
"Poorly Configured Units",
|
||||
"Part Obsolescence",
|
||||
],
|
||||
"High-Stress HVAC Issues", "Legacy System Repair", "Emergency Call-outs", "Poorly Configured Units", "Part Obsolescence"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Mini-Split AC Installation",
|
||||
"Repair & Troubleshooting",
|
||||
"Maintenance Services",
|
||||
"Expert Consultation",
|
||||
"System Upgrades",
|
||||
],
|
||||
"Mini-Split AC Installation", "Repair & Troubleshooting", "Maintenance Services", "Expert Consultation", "System Upgrades"],
|
||||
}}
|
||||
title="Professional HVAC Services"
|
||||
description="We specialize in complex installations and fast repairs for NYC spaces."
|
||||
@@ -175,25 +130,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+ Years",
|
||||
description: "Local Experience",
|
||||
},
|
||||
id: "m1", value: "15+ Years", description: "Local Experience"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
description: "Emergency Support",
|
||||
},
|
||||
id: "m2", value: "24/7", description: "Emergency Support"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Satisfaction Rate",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Satisfaction Rate"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Same-Day",
|
||||
description: "Response Time",
|
||||
},
|
||||
id: "m4", value: "Same-Day", description: "Response Time"},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="When your AC needs help, we deliver results."
|
||||
@@ -207,40 +150,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Customer Stories"
|
||||
description="Don't just take our word for it."
|
||||
@@ -253,25 +171,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What parts of NYC do you serve?",
|
||||
content: "We proudly serve all five boroughs: Manhattan, Brooklyn, Queens, Bronx, and Staten Island.",
|
||||
},
|
||||
id: "f2", title: "What parts of NYC do you serve?", content: "We proudly serve all five boroughs: Manhattan, Brooklyn, Queens, Bronx, and Staten Island."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Are your technicians licensed?",
|
||||
content: "Yes, all our technicians are fully licensed, insured, and highly experienced in NYC-specific HVAC requirements.",
|
||||
},
|
||||
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="Frequently Asked Questions"
|
||||
description="Have questions about your AC? We have answers."
|
||||
@@ -283,14 +189,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
text="Need AC Help Today? Contact us for a free estimate or emergency dispatch."
|
||||
variant: "gradient-bars"}}
|
||||
text="Need AC Help Today? Same-day appointments available for urgent HVAC issues. Contact us for a free estimate."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 212-555-0199",
|
||||
href: "tel:2125550199",
|
||||
},
|
||||
text: "Call Now: 212-555-0199", href: "tel:2125550199"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -301,45 +204,29 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "NYC HVAC Repair",
|
||||
href: "#",
|
||||
},
|
||||
label: "NYC HVAC Repair", href: "#"},
|
||||
{
|
||||
label: "Split AC Install",
|
||||
href: "#",
|
||||
},
|
||||
label: "Split AC Install", href: "#"},
|
||||
{
|
||||
label: "Maintenance",
|
||||
href: "#",
|
||||
},
|
||||
label: "Maintenance", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -349,4 +236,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user