451 lines
15 KiB
TypeScript
451 lines
15 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="text-shift"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="rounded"
|
|
contentWidth="small"
|
|
sizing="largeSmallSizeLargeTitles"
|
|
background="grid"
|
|
cardStyle="subtle-shadow"
|
|
primaryButtonStyle="gradient"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="bold"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleApple
|
|
navItems={[
|
|
{
|
|
name: "About",
|
|
id: "#about",
|
|
},
|
|
{
|
|
name: "Services",
|
|
id: "#features",
|
|
},
|
|
{
|
|
name: "Pricing",
|
|
id: "#pricing",
|
|
},
|
|
{
|
|
name: "Contact",
|
|
id: "#contact",
|
|
},
|
|
]}
|
|
brandName="Croft HVAC"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroSplitTestimonial
|
|
background={{
|
|
variant: "gradient-bars",
|
|
}}
|
|
title="New York's Trusted HVAC & PTAC Specialists"
|
|
description="Fast, honest, family-run service with luxury-level care for homes, apartments, hotels, and commercial properties. Trusted by New Yorkers for decades—same-day appointments available."
|
|
testimonials={[
|
|
{
|
|
name: "Robert S.",
|
|
handle: "@manhattan_resident",
|
|
testimonial: "Croft HVAC saved us during a heatwave. Their team was professional, clean, and honest.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg",
|
|
},
|
|
{
|
|
name: "Linda M.",
|
|
handle: "@property_owner",
|
|
testimonial: "I trust Croft with all my building units. They are reliable and quick to respond every time.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg",
|
|
},
|
|
{
|
|
name: "James K.",
|
|
handle: "@suburban_home",
|
|
testimonial: "Family-run, fair pricing, and they truly explained everything. Best service I've had in years.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/roommates-spending-time-together_23-2149316129.jpg",
|
|
},
|
|
{
|
|
name: "Sarah J.",
|
|
handle: "@local_resident",
|
|
testimonial: "Incredible communication and fixed our unit in one visit. Highly recommend.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg",
|
|
},
|
|
{
|
|
name: "Rosemary L.",
|
|
handle: "@retiree_community",
|
|
testimonial: "Kind, prompt, and they really care about your comfort. True NYC experts.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-woman-looking-away_23-2148214569.jpg",
|
|
},
|
|
]}
|
|
buttons={[
|
|
{
|
|
text: "Book Service Now",
|
|
href: "#contact",
|
|
},
|
|
{
|
|
text: "Get a Fast Estimate",
|
|
href: "#contact",
|
|
},
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/repairman-using-tweezers-hold-electronic-components-printed-circuit-board-while-repairing-mobile-phone-microscope_343059-496.jpg"
|
|
mediaAnimation="slide-up"
|
|
avatars={[
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/smiley-business-woman-break_23-2148317329.jpg",
|
|
alt: "happy customer",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/cheerful-stylish-mature-female-manager-working-office-sitting-desk-with-generic-portable-computer-smiling-broadly-pointing-fore-finger-enjoying-her-job_343059-3755.jpg",
|
|
alt: "happy customer",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/front-view-smiley-older-business-woman-posing-diner_23-2148661162.jpg",
|
|
alt: "happy customer",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg",
|
|
alt: "happy customer",
|
|
},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-standing-street_839833-16677.jpg",
|
|
alt: "happy customer",
|
|
},
|
|
]}
|
|
marqueeItems={[
|
|
{
|
|
type: "text",
|
|
text: "Same-Day Service",
|
|
},
|
|
{
|
|
type: "text",
|
|
text: "Family Owned & Operated",
|
|
},
|
|
{
|
|
type: "text",
|
|
text: "30 Years Experience",
|
|
},
|
|
{
|
|
type: "text",
|
|
text: "Fully Licensed & Insured",
|
|
},
|
|
{
|
|
type: "text",
|
|
text: "Transparent Pricing",
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<MediaAbout
|
|
useInvertedBackground={false}
|
|
title="Three Decades of Honest Service"
|
|
description="We don't believe in aggressive upselling. At Croft HVAC & PTAC, we believe in building generational relationships through expertise and transparency. As a family-run business in NYC, your comfort is our legacy."
|
|
imageSrc="http://img.b2bpic.net/free-photo/modern-architects-working-project_23-2147702516.jpg"
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureCardMedia
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
features={[
|
|
{
|
|
id: "f1",
|
|
title: "Expert Diagnosis",
|
|
description: "30 years of technical expertise means we fix the root cause, not just the symptom.",
|
|
tag: "Expertise",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/tilt-up-shot-out-service-condenser-unit-with-protection-cover-removed-need-fixing-with-damaged-electric-internal-parts-outside-hvac-system-working-anymore-ready-be-fixed_482257-64976.jpg",
|
|
},
|
|
{
|
|
id: "f2",
|
|
title: "Same-Day Response",
|
|
description: "We understand NYC emergencies. Fast response times ensure you aren't left waiting.",
|
|
tag: "Fast",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-cap-holding-wall-clock-hiding-his-face-it-peeking-surprised_141793-28506.jpg",
|
|
},
|
|
{
|
|
id: "f3",
|
|
title: "Transparent Pricing",
|
|
description: "No hidden corporate overhead. Clear, honest estimates provided before any work begins.",
|
|
tag: "Transparent",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/angry-senior-businessman-reading-message-phone_1262-2949.jpg",
|
|
},
|
|
]}
|
|
title="Our Differentiators"
|
|
description="Premium service built on three core values for NYC homeowners and businesses."
|
|
/>
|
|
</div>
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
<PricingCardNine
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
plans={[
|
|
{
|
|
id: "basic",
|
|
title: "Diagnostic Service",
|
|
price: "$125",
|
|
period: "fixed",
|
|
features: [
|
|
"Full system inspection",
|
|
"Expert recommendations",
|
|
"Same-day priority booking",
|
|
],
|
|
button: {
|
|
text: "Book Now",
|
|
href: "#contact",
|
|
},
|
|
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-man-hands-working-radio-station_23-2148815352.jpg",
|
|
imageAlt: "Side view young man hands working at a radio station",
|
|
},
|
|
{
|
|
id: "pro",
|
|
title: "Preventative Maintenance",
|
|
price: "$295",
|
|
period: "bi-annual",
|
|
features: [
|
|
"Coil cleaning",
|
|
"Filter replacement",
|
|
"System efficiency check",
|
|
"Extended warranty support",
|
|
],
|
|
button: {
|
|
text: "Start Plan",
|
|
href: "#contact",
|
|
},
|
|
imageSrc: "http://img.b2bpic.net/free-photo/repairman-using-tweezers-hold-electronic-components-printed-circuit-board-while-repairing-mobile-phone-microscope_343059-496.jpg",
|
|
imageAlt: "Side view young man hands working at a radio station",
|
|
},
|
|
{
|
|
id: "build",
|
|
title: "Building Management",
|
|
price: "Custom",
|
|
period: "per unit",
|
|
features: [
|
|
"Priority emergency dispatch",
|
|
"Complete system logging",
|
|
"Volume-based maintenance pricing",
|
|
"Bulk replacement discounts",
|
|
],
|
|
button: {
|
|
text: "Get Quote",
|
|
href: "#contact",
|
|
},
|
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-architects-working-project_23-2147702516.jpg",
|
|
imageAlt: "Side view young man hands working at a radio station",
|
|
},
|
|
]}
|
|
title="Transparent Service Tiers"
|
|
description="Service designed to match your needs, whether you're a single apartment owner or managing a building."
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardEleven
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
metrics={[
|
|
{
|
|
id: "m1",
|
|
value: "30+",
|
|
title: "Years Experience",
|
|
description: "Decades of technical service across all NYC boroughs.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-couple-construction-worker-uniform-cap-standing-with-closed-posture-looking-camera-isolated-purple-wall_141793-113169.jpg",
|
|
},
|
|
{
|
|
id: "m2",
|
|
value: "98%",
|
|
title: "Resolution Rate",
|
|
description: "First-time fix success on complex PTAC systems.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg",
|
|
},
|
|
{
|
|
id: "m3",
|
|
value: "24/7",
|
|
title: "Availability",
|
|
description: "Constant emergency support for your building.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-worker-stretching-hand-uniform-looking-grateful_176474-36125.jpg",
|
|
},
|
|
]}
|
|
title="Why New York Trusts Croft"
|
|
description="Reliability and honesty define our operational metrics."
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardTwelve
|
|
useInvertedBackground={false}
|
|
testimonials={[
|
|
{
|
|
id: "1",
|
|
name: "Sarah J.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg",
|
|
},
|
|
{
|
|
id: "2",
|
|
name: "Michael B.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg",
|
|
},
|
|
{
|
|
id: "3",
|
|
name: "Emily R.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/roommates-spending-time-together_23-2149316129.jpg",
|
|
},
|
|
{
|
|
id: "4",
|
|
name: "David K.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg",
|
|
},
|
|
{
|
|
id: "5",
|
|
name: "Rosemary L.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-woman-looking-away_23-2148214569.jpg",
|
|
},
|
|
]}
|
|
cardTitle="Client Experiences"
|
|
cardTag="Reviews"
|
|
cardAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqSplitMedia
|
|
textboxLayout="split"
|
|
useInvertedBackground={true}
|
|
faqs={[
|
|
{
|
|
id: "faq1",
|
|
title: "How quickly can you arrive?",
|
|
content: "We offer same-day appointments in Manhattan and surrounding boroughs for all HVAC emergencies.",
|
|
},
|
|
{
|
|
id: "faq2",
|
|
title: "Are you licensed and insured?",
|
|
content: "Yes, we are fully licensed and insured in NYC, protecting your property and providing peace of mind.",
|
|
},
|
|
{
|
|
id: "faq3",
|
|
title: "Do you work with PTAC units?",
|
|
content: "PTACs are our specialty. We provide expert repairs, maintenance, and installations for all major models.",
|
|
},
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-using-laptop-outdoors_23-2150747676.jpg"
|
|
title="Common Questions"
|
|
description="Answers to keep your PTAC systems running smoothly in NYC's climate."
|
|
faqsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactSplitForm
|
|
useInvertedBackground={false}
|
|
title="Need HVAC Help Today?"
|
|
description="Fill out the form below for a fast response. Licensed & Insured. 30 Years of Experience."
|
|
inputs={[
|
|
{
|
|
name: "name",
|
|
type: "text",
|
|
placeholder: "Your Name",
|
|
required: true,
|
|
},
|
|
{
|
|
name: "phone",
|
|
type: "tel",
|
|
placeholder: "Your Phone",
|
|
required: true,
|
|
},
|
|
{
|
|
name: "address",
|
|
type: "text",
|
|
placeholder: "NYC Address",
|
|
required: true,
|
|
},
|
|
]}
|
|
textarea={{
|
|
name: "message",
|
|
placeholder: "Tell us about your issue...",
|
|
rows: 4,
|
|
}}
|
|
imageSrc="http://img.b2bpic.net/free-photo/repairman-using-tweezers-hold-electronic-components-printed-circuit-board-while-repairing-mobile-phone-microscope_343059-496.jpg"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBaseCard
|
|
logoText="Croft HVAC & PTAC"
|
|
columns={[
|
|
{
|
|
title: "Company",
|
|
items: [
|
|
{
|
|
label: "About Us",
|
|
href: "#about",
|
|
},
|
|
{
|
|
label: "Services",
|
|
href: "#features",
|
|
},
|
|
{
|
|
label: "Pricing",
|
|
href: "#pricing",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Legal",
|
|
items: [
|
|
{
|
|
label: "Privacy Policy",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "Terms of Service",
|
|
href: "#",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Support",
|
|
items: [
|
|
{
|
|
label: "Book Now",
|
|
href: "#contact",
|
|
},
|
|
{
|
|
label: "Call Today",
|
|
href: "tel:2125550101",
|
|
},
|
|
],
|
|
},
|
|
]}
|
|
copyrightText="© 2025 Croft HVAC & PTAC NY Inc."
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|