Merge version_1 into main #2
486
src/app/page.tsx
486
src/app/page.tsx
@@ -16,347 +16,171 @@ import { Award, CheckCircle, DollarSign, Flame, Leaf, ShieldCheck, Wind, Wrench
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Fascaldi Plumbing & Heating"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Fascaldi Plumbing & Heating"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Fast, Reliable Plumbing & HVAC Experts"
|
||||
description="From emergency pipe repairs to AC maintenance, Fascaldi Plumbing & Heating delivers professional, family-owned service you can trust. Serving our community with speed and expertise."
|
||||
kpis={[
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Emergency Ready",
|
||||
},
|
||||
{
|
||||
value: "15+ yrs",
|
||||
label: "Local Experience",
|
||||
},
|
||||
{
|
||||
value: "Same-Day",
|
||||
label: "Priority Service",
|
||||
},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Emergency Help",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721550.jpg?_wi=1"
|
||||
imageAlt="Fascaldi Plumbing technician servicing home unit"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg",
|
||||
alt: "Plumbing professional doing his job",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-sitting-new-home-man-decorating-living-room_329181-270.jpg",
|
||||
alt: "Woman sitting in new home and man decorating living room",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg",
|
||||
alt: "Couple watching a movie on streaming service",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg",
|
||||
alt: "People and lifestyle concept. Indoor shot of attractive cute young female with charming smile standing in kitchen interior background crossing arms on her chest, embracing herself, having happy look",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg",
|
||||
alt: "Medium shot man working as plumber",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by over 5,000 local homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified Technicians",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Eco-Friendly Parts",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fully Licensed",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Satisfaction Guaranteed",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Transparent Pricing",
|
||||
icon: DollarSign,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Fast, Reliable Plumbing & HVAC Experts"
|
||||
description="From emergency pipe repairs to AC maintenance, Fascaldi Plumbing & Heating delivers professional, family-owned service you can trust. Serving our community with speed and expertise."
|
||||
kpis={[
|
||||
{ value: "24/7", label: "Emergency Ready" },
|
||||
{ value: "15+ yrs", label: "Local Experience" },
|
||||
{ value: "Same-Day", label: "Priority Service" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[{ text: "Get Emergency Help", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721550.jpg"
|
||||
imageAlt="Fascaldi Plumbing technician servicing home unit"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg", alt: "Plumbing professional doing his job" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-sitting-new-home-man-decorating-living-room_329181-270.jpg", alt: "Woman sitting in new home and man decorating living room" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg", alt: "Couple watching a movie on streaming service" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg", alt: "People and lifestyle concept" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg", alt: "Medium shot man working as plumber" },
|
||||
]}
|
||||
avatarText="Trusted by over 5,000 local homeowners"
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Certified Technicians", icon: ShieldCheck },
|
||||
{ type: "text-icon", text: "Eco-Friendly Parts", icon: Leaf },
|
||||
{ type: "text-icon", text: "Fully Licensed", icon: Award },
|
||||
{ type: "text-icon", text: "Satisfaction Guaranteed", icon: CheckCircle },
|
||||
{ type: "text-icon", text: "Transparent Pricing", icon: DollarSign },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Your Trusted Local Family Business"
|
||||
description="Fascaldi Plumbing & Heating is built on a foundation of reliability and community trust. Whether you need a simple fixture installation, a major heating repair, or urgent AC service, our licensed professionals treat your home like our own. We pride ourselves on transparent pricing and getting the job done right the first time."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275711.jpg?_wi=1"
|
||||
imageAlt="Expert HVAC service technician"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Your Trusted Local Family Business"
|
||||
description="Fascaldi Plumbing & Heating is built on a foundation of reliability and community trust. Whether you need a simple fixture installation, a major heating repair, or urgent AC service, our licensed professionals treat your home like our own. We pride ourselves on transparent pricing and getting the job done right the first time."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275711.jpg"
|
||||
imageAlt="Expert HVAC service technician"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Emergency Plumbing",
|
||||
description: "Rapid response for burst pipes, leaks, and urgent drain issues.",
|
||||
icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721580.jpg",
|
||||
imageAlt: "Plumbing repair",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55837.jpg?_wi=1",
|
||||
imageAlt: "Plumber working",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721550.jpg?_wi=2",
|
||||
imageAlt: "professional plumber working in home",
|
||||
},
|
||||
{
|
||||
title: "Heating Systems",
|
||||
description: "Expert boiler and furnace installations, repairs, and annual maintenance.",
|
||||
icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893803.jpg",
|
||||
imageAlt: "Heating unit",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg",
|
||||
imageAlt: "Boiler service",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275711.jpg?_wi=2",
|
||||
imageAlt: "professional plumber working in home",
|
||||
},
|
||||
{
|
||||
title: "AC Installation & Repair",
|
||||
description: "Stay cool with our expert cooling diagnostics and energy-efficient installs.",
|
||||
icon: Wind,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg",
|
||||
imageAlt: "AC service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg",
|
||||
imageAlt: "Cooling tech",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg",
|
||||
imageAlt: "professional plumber working in home",
|
||||
},
|
||||
]}
|
||||
title="Full-Service Plumbing & HVAC Solutions"
|
||||
description="We offer comprehensive services to keep your home comfortable year-round."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Full-Service Plumbing & HVAC Solutions"
|
||||
description="We offer comprehensive services to keep your home comfortable year-round."
|
||||
features={[
|
||||
{
|
||||
title: "Emergency Plumbing", description: "Rapid response for burst pipes, leaks, and urgent drain issues.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721580.jpg", imageAlt: "Plumbing repair" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55837.jpg", imageAlt: "Plumber working" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Heating Systems", description: "Expert boiler and furnace installations, repairs, and annual maintenance.", icon: Flame,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893803.jpg", imageAlt: "Heating unit" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg", imageAlt: "Boiler service" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "AC Installation & Repair", description: "Stay cool with our expert cooling diagnostics and energy-efficient installs.", icon: Wind,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", imageAlt: "AC service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Cooling tech" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Homeowner Alliance",
|
||||
"Community Realty Group",
|
||||
"Local Building Association",
|
||||
"Certified Professional Service",
|
||||
"Trusted Local Vendor",
|
||||
"City Residential Group",
|
||||
"Energy Efficiency Experts",
|
||||
]}
|
||||
title="Trusted by Local Families"
|
||||
description="Serving thousands of homes in our community for over a decade."
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Homeowner Alliance", "Community Realty Group", "Local Building Association", "Certified Professional Service", "Trusted Local Vendor", "City Residential Group", "Energy Efficiency Experts"]}
|
||||
title="Trusted by Local Families"
|
||||
description="Serving thousands of homes in our community for over a decade."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2023",
|
||||
title: "Great Service",
|
||||
quote: "Lou came out same-day for our leaking pipe. So fast and professional!",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721550.jpg?_wi=3",
|
||||
imageAlt: "portrait smiling local customer",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
date: "Nov 2023",
|
||||
title: "Highly Recommend",
|
||||
quote: "Fair pricing for a boiler install. They really know their stuff.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275711.jpg?_wi=3",
|
||||
imageAlt: "portrait smiling local customer",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
date: "Dec 2023",
|
||||
title: "Reliable Pros",
|
||||
quote: "Fixed our AC during a heatwave. Lifesavers!",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-white-shirt-black-pants-sitting-chair-smiling-cherfully-pointing-with-index-finger-light-living-room_141793-101824.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg",
|
||||
imageAlt: "portrait smiling local customer",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
date: "Jan 2024",
|
||||
title: "Top Quality",
|
||||
quote: "The team was prompt and thorough. Will definitely call again.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-forklift-blue-background_23-2149853122.jpg?_wi=1",
|
||||
imageAlt: "portrait smiling local customer",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane M.",
|
||||
date: "Feb 2024",
|
||||
title: "Knowledgeable",
|
||||
quote: "Fascaldi is always our first call for heating issues.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721580.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55837.jpg?_wi=2",
|
||||
imageAlt: "portrait smiling local customer",
|
||||
},
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Don't just take our word for it—hear from the homeowners we serve."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="What Our Neighbors Say"
|
||||
description="Don't just take our word for it—hear from the homeowners we serve."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", date: "Oct 2023", title: "Great Service", quote: "Lou came out same-day for our leaking pipe. So fast and professional!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg" },
|
||||
{ id: "2", name: "Mark D.", date: "Nov 2023", title: "Highly Recommend", quote: "Fair pricing for a boiler install. They really know their stuff.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg" },
|
||||
{ id: "3", name: "Elena R.", date: "Dec 2023", title: "Reliable Pros", quote: "Fixed our AC during a heatwave. Lifesavers!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/woman-white-shirt-black-pants-sitting-chair-smiling-cherfully-pointing-with-index-finger-light-living-room_141793-101824.jpg" },
|
||||
{ id: "4", name: "David K.", date: "Jan 2024", title: "Top Quality", quote: "The team was prompt and thorough. Will definitely call again.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg" },
|
||||
{ id: "5", name: "Jane M.", date: "Feb 2024", title: "Knowledgeable", quote: "Fascaldi is always our first call for heating issues.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721580.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you handle emergency plumbing calls?",
|
||||
content: "Yes, we prioritize emergency situations and aim for same-day service.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely. Our team consists of licensed professionals fully covered by insurance.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can you handle both residential and commercial?",
|
||||
content: "We primarily focus on residential plumbing and HVAC comfort solutions.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg"
|
||||
mediaPosition="right"
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about your plumbing or HVAC needs? We've got answers."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Do you handle emergency plumbing calls?", content: "Yes, we prioritize emergency situations and aim for same-day service." },
|
||||
{ id: "2", title: "Are you licensed and insured?", content: "Absolutely. Our team consists of licensed professionals fully covered by insurance." },
|
||||
{ id: "3", title: "Can you handle both residential and commercial?", content: "We primarily focus on residential plumbing and HVAC comfort solutions." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg"
|
||||
mediaPosition="right"
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about your plumbing or HVAC needs? We've got answers."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Need Service? Reach Out Today"
|
||||
description="Whether it's an emergency or a planned upgrade, we're ready to assist."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Briefly describe your issue...",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-forklift-blue-background_23-2149853122.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Need Service? Reach Out Today"
|
||||
description="Whether it's an emergency or a planned upgrade, we're ready to assist."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Briefly describe your issue...", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-forklift-blue-background_23-2149853122.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Fascaldi Plumbing & Heating"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Fascaldi Plumbing & Heating"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user