Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
279
src/app/page.tsx
279
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Why Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="USA HVAC"
|
||||
/>
|
||||
@@ -59,108 +49,63 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="The Gold Standard of Home Comfort."
|
||||
description="Honest, expert HVAC solutions that go beyond the hardware. Experience the transparency you deserve and the technical mastery you need."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-looks-online-new-blower-fan_482257-75912.jpg",
|
||||
imageAlt: "Technician consultation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-looks-online-new-blower-fan_482257-75912.jpg", imageAlt: "Technician consultation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-courier-with-pencil-looking-clipboard-white-wall_114579-65296.jpg",
|
||||
imageAlt: "Digital reports",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-courier-with-pencil-looking-clipboard-white-wall_114579-65296.jpg", imageAlt: "Digital reports"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-clueless-confused-expression-with-arms-hands-raised-doubt-concept-isolated-blue-wall_141793-13971.jpg",
|
||||
imageAlt: "Precision maintenance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-clueless-confused-expression-with-arms-hands-raised-doubt-concept-isolated-blue-wall_141793-13971.jpg", imageAlt: "Precision maintenance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388998.jpg",
|
||||
imageAlt: "Furnace replacement",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388998.jpg", imageAlt: "Furnace replacement"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-white-temperature-control-panel-central-heating-system_181624-19731.jpg",
|
||||
imageAlt: "Smart system diagnostics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-white-temperature-control-panel-central-heating-system_181624-19731.jpg", imageAlt: "Smart system diagnostics"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-setting-alarm_23-2148994166.jpg",
|
||||
imageAlt: "Diagnostic tech",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-setting-alarm_23-2148994166.jpg", imageAlt: "Diagnostic tech"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250259.jpg",
|
||||
imageAlt: "Pristine equipment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250259.jpg", imageAlt: "Pristine equipment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14801.jpg",
|
||||
imageAlt: "Furnace excellence",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14801.jpg", imageAlt: "Furnace excellence"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388953.jpg",
|
||||
imageAlt: "Expert care",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388953.jpg", imageAlt: "Expert care"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-video-conferening_23-2148738281.jpg",
|
||||
imageAlt: "Customer transparency",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-video-conferening_23-2148738281.jpg", imageAlt: "Customer transparency"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Elite Inspection",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Elite Inspection", href: "#contact"},
|
||||
{
|
||||
text: "View Maintenance Plans",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Maintenance Plans", href: "#services"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
|
||||
alt: "Happy residential client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", alt: "Happy residential client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg",
|
||||
alt: "Satisfied homeowner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", alt: "Satisfied homeowner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-father-smiling-taking-selfie-while-giving-thumbs-up_23-2148414933.jpg",
|
||||
alt: "Smiling client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-father-smiling-taking-selfie-while-giving-thumbs-up_23-2148414933.jpg", alt: "Smiling client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg",
|
||||
alt: "Confident homeowner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg", alt: "Confident homeowner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg",
|
||||
alt: "Professional partner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg", alt: "Professional partner"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ Local Homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified HVAC Excellence",
|
||||
},
|
||||
type: "text", text: "Certified HVAC Excellence"},
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Transparent Billing",
|
||||
},
|
||||
type: "text", text: "100% Transparent Billing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data-Backed Service Reports",
|
||||
},
|
||||
type: "text", text: "Data-Backed Service Reports"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Energy Efficiency Experts",
|
||||
},
|
||||
type: "text", text: "Energy Efficiency Experts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "White-Glove Installation",
|
||||
},
|
||||
type: "text", text: "White-Glove Installation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,10 +115,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Why USA HVAC: The Jason Standard"
|
||||
description={[
|
||||
"Honesty Above All: We never push brands for kickbacks. You get the system that fits your home, backed by full serial-number transparency.",
|
||||
"Beyond Technical: Our technicians don't just install; they educate. We provide photo-documented work and data-backed performance reports.",
|
||||
"Rapid Response: No waiting games. We answer immediately and deploy experts who identify issues right the first time.",
|
||||
]}
|
||||
"Honesty Above All: We never push brands for kickbacks. You get the system that fits your home, backed by full serial-number transparency.", "Beyond Technical: Our technicians don't just install; they educate. We provide photo-documented work and data-backed performance reports.", "Rapid Response: No waiting games. We answer immediately and deploy experts who identify issues right the first time."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -185,25 +127,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "System Replacements",
|
||||
description: "Specialized installation for modern Heat Pumps, high-efficiency AC, and precision-tuned Furnaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14582.jpg",
|
||||
imageAlt: "Furnace system replacement",
|
||||
},
|
||||
title: "System Replacements", description: "Specialized installation for modern Heat Pumps, high-efficiency AC, and precision-tuned Furnaces.", imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14582.jpg", imageAlt: "Furnace system replacement"},
|
||||
{
|
||||
title: "Precision Maintenance",
|
||||
description: "Twice-a-year white-glove checkups designed to ensure 10%–15% better energy efficiency and longevity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-using-yellow-tool-factory_107420-96041.jpg",
|
||||
imageAlt: "Precision maintenance diagnostics",
|
||||
},
|
||||
title: "Precision Maintenance", description: "Twice-a-year white-glove checkups designed to ensure 10%–15% better energy efficiency and longevity.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-using-yellow-tool-factory_107420-96041.jpg", imageAlt: "Precision maintenance diagnostics"},
|
||||
{
|
||||
title: "Specialty Boiler Care",
|
||||
description: "Deep cleaning and specialized diagnostics that identify problems early and prevent unnecessary part replacements.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-u-pon-couple-home-sharing-tender-moments_23-2149105956.jpg",
|
||||
imageAlt: "Specialized boiler maintenance",
|
||||
},
|
||||
title: "Specialty Boiler Care", description: "Deep cleaning and specialized diagnostics that identify problems early and prevent unnecessary part replacements.", imageSrc: "http://img.b2bpic.net/free-photo/close-u-pon-couple-home-sharing-tender-moments_23-2149105956.jpg", imageAlt: "Specialized boiler maintenance"},
|
||||
]}
|
||||
title="Elite Service Showcase"
|
||||
title="The Gold Standard of HVAC Maintenance"
|
||||
description="Premium solutions for the modern, comfort-focused home."
|
||||
/>
|
||||
</div>
|
||||
@@ -214,45 +144,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Life Saver",
|
||||
quote: "They fixed what others couldn't. I was told I needed a new tank, but Jason came out, cleaned it, and saved me a fortune.",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
},
|
||||
id: "1", title: "Life Saver", quote: "They fixed what others couldn't. I was told I needed a new tank, but Jason came out, cleaned it, and saved me a fortune.", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "True Professional",
|
||||
quote: "Jason is the real deal. No fluff, just honest technical work.",
|
||||
name: "Mark D.",
|
||||
role: "Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg",
|
||||
},
|
||||
id: "2", title: "True Professional", quote: "Jason is the real deal. No fluff, just honest technical work.", name: "Mark D.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "White Glove Service",
|
||||
quote: "They even put on shoe covers without asking. Best HVAC experience ever.",
|
||||
name: "Emily R.",
|
||||
role: "Verified Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-pointing-front-isolated-white-wall_141793-94404.jpg",
|
||||
},
|
||||
id: "3", title: "White Glove Service", quote: "They even put on shoe covers without asking. Best HVAC experience ever.", name: "Emily R.", role: "Verified Client", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-pointing-front-isolated-white-wall_141793-94404.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Data Driven",
|
||||
quote: "I love the photo reports. Now I actually know what's happening inside my furnace.",
|
||||
name: "Tom B.",
|
||||
role: "Engineer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg",
|
||||
},
|
||||
id: "4", title: "Data Driven", quote: "I love the photo reports. Now I actually know what's happening inside my furnace.", name: "Tom B.", role: "Engineer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Highly Recommended",
|
||||
quote: "The communication was immediate. No wait times, no stress.",
|
||||
name: "Laura P.",
|
||||
role: "Local Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-playing-with-flour_23-2147624004.jpg",
|
||||
},
|
||||
id: "5", title: "Highly Recommended", quote: "The communication was immediate. No wait times, no stress.", name: "Laura P.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-playing-with-flour_23-2147624004.jpg"},
|
||||
]}
|
||||
title="Voice of Our Clients"
|
||||
description="Hear why we are the Gold Standard for homeowners across the USA."
|
||||
@@ -266,26 +166,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1",
|
||||
title: "Transparent Consult",
|
||||
description: "We listen to your specific needs and offer honest, no-pressure options.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-working-house-project-light-table_23-2147953426.jpg",
|
||||
},
|
||||
id: "m1", value: "1", title: "Transparent Consult", description: "We listen to your specific needs and offer honest, no-pressure options.", imageSrc: "http://img.b2bpic.net/free-photo/architect-working-house-project-light-table_23-2147953426.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2",
|
||||
title: "Precision Install",
|
||||
description: "Expert installation with 'Show Your Work' digital photo verification.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dolly-shot-air-conditioner-side-panel-opened-before-customer-comissioned-repairments-are-being-done-faulty-wiring-hvac-system-prepared-be-fixed-by-professional-engineer_482257-65948.jpg",
|
||||
},
|
||||
id: "m2", value: "2", title: "Precision Install", description: "Expert installation with 'Show Your Work' digital photo verification.", imageSrc: "http://img.b2bpic.net/free-photo/dolly-shot-air-conditioner-side-panel-opened-before-customer-comissioned-repairments-are-being-done-faulty-wiring-hvac-system-prepared-be-fixed-by-professional-engineer_482257-65948.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "3",
|
||||
title: "Lifetime Connection",
|
||||
description: "Ongoing maintenance portals to protect your investment for years to come.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-valet-waiting_23-2149901427.jpg",
|
||||
},
|
||||
id: "m3", value: "3", title: "Lifetime Connection", description: "Ongoing maintenance portals to protect your investment for years to come.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-valet-waiting_23-2149901427.jpg"},
|
||||
]}
|
||||
title="Our White Glove Process"
|
||||
description="Our transparent workflow ensures total peace of mind for every installation or repair."
|
||||
@@ -298,20 +183,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What is white-glove service?",
|
||||
content: "It means meticulous protection of your property, transparent diagnostics, and no-mess, data-verified results.",
|
||||
},
|
||||
id: "f1", title: "What is white-glove service?", content: "It means meticulous protection of your property, transparent diagnostics, and no-mess, data-verified results."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you push specific brands?",
|
||||
content: "Never. We recommend systems based purely on technical efficiency and performance data for your home size.",
|
||||
},
|
||||
id: "f2", title: "Do you push specific brands?", content: "Never. We recommend systems based purely on technical efficiency and performance data for your home size."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How does the client portal work?",
|
||||
content: "Every visit includes a digital report sent to your email containing photos and technical health stats of your unit.",
|
||||
},
|
||||
id: "f3", title: "How does the client portal work?", content: "Every visit includes a digital report sent to your email containing photos and technical health stats of your unit."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Clarifying our standards and your home comfort."
|
||||
@@ -328,35 +204,11 @@ export default function LandingPage() {
|
||||
description="Expert advice to get the most out of your HVAC investment."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Expert Tips",
|
||||
title: "Why Boiler Cleaning is Essential",
|
||||
excerpt: "Don't let sludge ruin your efficiency. Here's how we deep-clean your system.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388966.jpg",
|
||||
authorName: "Jason Miller",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg",
|
||||
date: "Oct 12, 2024",
|
||||
},
|
||||
id: "b1", category: "Expert Tips", title: "Why Boiler Cleaning is Essential", excerpt: "Don't let sludge ruin your efficiency. Here's how we deep-clean your system.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388966.jpg", authorName: "Jason Miller", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg", date: "Oct 12, 2024"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Maintenance",
|
||||
title: "Smart Thermostat Myths",
|
||||
excerpt: "Everything your installer might have forgotten to mention about your settings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-using-vitroceramic-app_23-2148994136.jpg",
|
||||
authorName: "Jason Miller",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg",
|
||||
date: "Oct 15, 2024",
|
||||
},
|
||||
id: "b2", category: "Maintenance", title: "Smart Thermostat Myths", excerpt: "Everything your installer might have forgotten to mention about your settings.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-using-vitroceramic-app_23-2148994136.jpg", authorName: "Jason Miller", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg", date: "Oct 15, 2024"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Efficiency",
|
||||
title: "Heat Pump Efficiency 101",
|
||||
excerpt: "Unlock better energy savings with these expert-approved configuration tips.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250245.jpg",
|
||||
authorName: "Jason Miller",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/man-couch-with-arms-crossed_23-2148306607.jpg",
|
||||
date: "Oct 18, 2024",
|
||||
},
|
||||
id: "b3", category: "Efficiency", title: "Heat Pump Efficiency 101", excerpt: "Unlock better energy savings with these expert-approved configuration tips.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250245.jpg", authorName: "Jason Miller", authorAvatar: "http://img.b2bpic.net/free-photo/man-couch-with-arms-crossed_23-2148306607.jpg", date: "Oct 18, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -368,28 +220,17 @@ export default function LandingPage() {
|
||||
description="Ready for a higher standard of HVAC service? Contact our team for an immediate response."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "What service do you need?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "What service do you need?", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388990.jpg"
|
||||
/>
|
||||
@@ -401,25 +242,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Download HVAC Integrity Checklist",
|
||||
href: "#",
|
||||
},
|
||||
label: "Download HVAC Integrity Checklist", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "(555) 123-4567",
|
||||
href: "tel:5551234567",
|
||||
},
|
||||
label: "(555) 123-4567", href: "tel:5551234567"},
|
||||
{
|
||||
label: "support@usahvac.com",
|
||||
href: "mailto:support@usahvac.com",
|
||||
},
|
||||
label: "support@usahvac.com", href: "mailto:support@usahvac.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -429,4 +262,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user