Update src/app/page.tsx
This commit is contained in:
216
src/app/page.tsx
216
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Broly Inc"
|
||||
/>
|
||||
@@ -59,37 +49,24 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="FamilyOwned PrecisionDriven Trusted HVAC Experts"
|
||||
description="Experience fivestar comfort with Broly Inc—the local HVAC professionals homeowners love and contractors trust. Honest pricing. Expert service. Sameday response."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Your Free Consultation", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shirt-smiling-skill-gesture-occupation_1134-1049.jpg?_wi=1",
|
||||
imageAlt: "hvac technician smiling",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shirt-smiling-skill-gesture-occupation_1134-1049.jpg?_wi=1", imageAlt: "hvac technician smiling"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-worker-sweeping-away-loose-debris-accumulated-around-air-conditioner-base-trained-engineer-cleaning-hvac-system-body-control-panel-with-dusting-brush-tool-remove-loose-dirt_482257-70162.jpg?_wi=1",
|
||||
imageAlt: "hvac installation expert",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-worker-sweeping-away-loose-debris-accumulated-around-air-conditioner-base-trained-engineer-cleaning-hvac-system-body-control-panel-with-dusting-brush-tool-remove-loose-dirt_482257-70162.jpg?_wi=1", imageAlt: "hvac installation expert"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-getting-rid-hvac-system-dirt_482257-91994.jpg?_wi=1",
|
||||
imageAlt: "smiling hvac contractor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-getting-rid-hvac-system-dirt_482257-91994.jpg?_wi=1", imageAlt: "smiling hvac contractor"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-working-air-conditioner_482257-92676.jpg",
|
||||
imageAlt: "Technician working on air conditioner",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-working-air-conditioner_482257-92676.jpg", imageAlt: "Technician working on air conditioner"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-engineer-dissasembling-outdoor-air-conditioner-metal-top-coil-panel-check-malfunctioning-components-certified-technician-doing-repairing-damaged-hvac-system_482257-68063.jpg",
|
||||
imageAlt: "African american engineer dissasembling outdoor air conditioner metal top coil panel to check for malfunctioning components. Certified technician doing repairing on damaged hvac system",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-engineer-dissasembling-outdoor-air-conditioner-metal-top-coil-panel-check-malfunctioning-components-certified-technician-doing-repairing-damaged-hvac-system_482257-68063.jpg", imageAlt: "African american engineer dissasembling outdoor air conditioner metal top coil panel to check for malfunctioning components. Certified technician doing repairing on damaged hvac system"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -100,14 +77,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Built on Trust, Delivered with Precision",
|
||||
},
|
||||
type: "text", content: "Built on Trust, Delivered with Precision"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/learning-map_1098-14838.jpg",
|
||||
alt: "family owned hvac business team",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/learning-map_1098-14838.jpg", alt: "family owned hvac business team"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,19 +92,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Sameday Repair",
|
||||
description: "Rapid response to keep your family comfortable when you need it most.",
|
||||
},
|
||||
title: "Sameday Repair", description: "Restoring comfort in your home with rapid, same-day repairs."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Honest Pricing",
|
||||
description: "Transparency first. No hidden fees, no aggressive upselling tactics.",
|
||||
},
|
||||
title: "Honest Pricing", description: "We prioritize transparency and trust by eliminating hidden fees and aggressive sales tactics."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Expert Craftsmanship",
|
||||
description: "Proven results for residential homes and large multiunit projects.",
|
||||
},
|
||||
title: "Expert Craftsmanship", description: "Delivering reliable, long-lasting performance for both residential homes and complex multiunit projects."},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Premium HVAC care for homeowners and contractors alike."
|
||||
@@ -145,60 +111,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "2024-05",
|
||||
title: "Highly Professional",
|
||||
quote: "Reliable and honest. Best HVAC experience in Nassau.",
|
||||
tag: "Repair",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026153.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shirt-smiling-skill-gesture-occupation_1134-1049.jpg?_wi=2",
|
||||
imageAlt: "customer portrait smiling",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "2024-05", title: "Highly Professional", quote: "Reliable and honest. Best HVAC experience in Nassau.", tag: "Repair", avatarSrc: "http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026153.jpg", imageSrc: "http://img.b2bpic.net/free-photo/shirt-smiling-skill-gesture-occupation_1134-1049.jpg?_wi=2", imageAlt: "customer portrait smiling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael K.",
|
||||
date: "2024-04",
|
||||
title: "Life Saver",
|
||||
quote: "Fixed our unit same day. So thankful for their expertise.",
|
||||
tag: "Installation",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-loader-showing-gun-gesture-winking-eye-uniform-front-view_176474-21428.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-worker-sweeping-away-loose-debris-accumulated-around-air-conditioner-base-trained-engineer-cleaning-hvac-system-body-control-panel-with-dusting-brush-tool-remove-loose-dirt_482257-70162.jpg?_wi=2",
|
||||
imageAlt: "customer portrait smiling",
|
||||
},
|
||||
id: "2", name: "Michael K.", date: "2024-04", title: "Life Saver", quote: "Fixed our unit same day. So thankful for their expertise.", tag: "Installation", avatarSrc: "http://img.b2bpic.net/free-photo/young-loader-showing-gun-gesture-winking-eye-uniform-front-view_176474-21428.jpg", imageSrc: "http://img.b2bpic.net/free-photo/african-american-worker-sweeping-away-loose-debris-accumulated-around-air-conditioner-base-trained-engineer-cleaning-hvac-system-body-control-panel-with-dusting-brush-tool-remove-loose-dirt_482257-70162.jpg?_wi=2", imageAlt: "customer portrait smiling"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily D.",
|
||||
date: "2024-03",
|
||||
title: "Transparent Pricing",
|
||||
quote: "Great service and no upselling. Highly recommend Broly.",
|
||||
tag: "Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-couple-standing-seashore-sunny-day-smiling-looking-camera-happy-blonde-woman-hugging-gray-haired-bearded-man-showing-affection-love-holiday-retirement-concept_74855-22739.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-getting-rid-hvac-system-dirt_482257-91994.jpg?_wi=2",
|
||||
imageAlt: "customer portrait smiling",
|
||||
},
|
||||
id: "3", name: "Emily D.", date: "2024-03", title: "Transparent Pricing", quote: "Great service and no upselling. Highly recommend Broly.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-couple-standing-seashore-sunny-day-smiling-looking-camera-happy-blonde-woman-hugging-gray-haired-bearded-man-showing-affection-love-holiday-retirement-concept_74855-22739.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-getting-rid-hvac-system-dirt_482257-91994.jpg?_wi=2", imageAlt: "customer portrait smiling"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
date: "2024-02",
|
||||
title: "Excellent Quality",
|
||||
quote: "The minisplit installation was fast and clean. Top notch.",
|
||||
tag: "Minisplit",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-heater_23-2149339530.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/learning-map_1098-14838.jpg",
|
||||
imageAlt: "customer portrait smiling",
|
||||
},
|
||||
id: "4", name: "David L.", date: "2024-02", title: "Excellent Quality", quote: "The minisplit installation was fast and clean. Top notch.", tag: "Minisplit", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-heater_23-2149339530.jpg", imageSrc: "http://img.b2bpic.net/free-photo/learning-map_1098-14838.jpg", imageAlt: "customer portrait smiling"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Karen B.",
|
||||
date: "2024-01",
|
||||
title: "Trustworthy Crew",
|
||||
quote: "They treated our home with respect. True pros.",
|
||||
tag: "Repair",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-heater_23-2149339546.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-worker-holding-clipboard-pointing-front-uniform-front-view_176474-21693.jpg?_wi=1",
|
||||
imageAlt: "customer portrait smiling",
|
||||
},
|
||||
id: "5", name: "Karen B.", date: "2024-01", title: "Trustworthy Crew", quote: "They treated our home with respect. True pros.", tag: "Repair", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-heater_23-2149339546.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-worker-holding-clipboard-pointing-front-uniform-front-view_176474-21693.jpg?_wi=1", imageAlt: "customer portrait smiling"},
|
||||
]}
|
||||
title="What Long Island Homeowners Say"
|
||||
description="Honest feedback from our valued neighbors."
|
||||
@@ -212,31 +133,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Family owned and operated",
|
||||
"Local community focus",
|
||||
],
|
||||
id: "m1", value: "15+", title: "Years Experience", items: [
|
||||
"Family owned and operated", "Local community focus"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
title: "Satisfied Clients",
|
||||
items: [
|
||||
"Long Island residents",
|
||||
"Commercial contractors",
|
||||
],
|
||||
id: "m2", value: "5k+", title: "Satisfied Clients", items: [
|
||||
"Long Island residents", "Commercial contractors"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Commitment to Quality",
|
||||
items: [
|
||||
"Transparent pricing",
|
||||
"Craftsmanship guaranteed",
|
||||
],
|
||||
id: "m3", value: "100%", title: "Commitment to Quality", items: [
|
||||
"Transparent pricing", "Craftsmanship guaranteed"],
|
||||
},
|
||||
]}
|
||||
title="Proven Track Record"
|
||||
@@ -250,20 +156,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer emergency services?",
|
||||
content: "Yes, we provide same-day response for urgent HVAC needs.",
|
||||
},
|
||||
id: "f1", title: "Do you offer emergency services?", content: "Yes, we provide same-day response for urgent HVAC needs."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely. We are fully licensed, insured, and bonded.",
|
||||
},
|
||||
id: "f2", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed, insured, and bonded."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you work with contractors?",
|
||||
content: "Yes, we are a trusted subcontractor for multiunit projects.",
|
||||
},
|
||||
id: "f3", title: "Do you work with contractors?", content: "Yes, we are a trusted subcontractor for multiunit projects."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to keep you comfortable."
|
||||
@@ -278,28 +175,17 @@ export default function LandingPage() {
|
||||
description="Ready for 5-star service? Reach out to Broly Inc today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
required: true,
|
||||
name: "message", placeholder: "How can we help you?", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-worker-holding-clipboard-pointing-front-uniform-front-view_176474-21693.jpg?_wi=2"
|
||||
/>
|
||||
@@ -310,37 +196,23 @@ export default function LandingPage() {
|
||||
logoText="Broly Inc"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Repair",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Repair", href: "#features"},
|
||||
{
|
||||
label: "Installation",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Installation", href: "#features"},
|
||||
{
|
||||
label: "Maintenance",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Maintenance", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -349,4 +221,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user