Merge version_6 into main
Merge version_6 into main
This commit was merged in pull request #10.
This commit is contained in:
218
src/app/page.tsx
218
src/app/page.tsx
@@ -28,126 +28,122 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Broly Inc"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Broly Inc"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplit
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Engineered for Your Ultimate Home Comfort"
|
||||
description="We don't just fix HVAC systems; we optimize your environment for family wellness, efficiency, and lasting peace of mind. Get the precision service that Long Island homeowners depend on."
|
||||
buttons={[
|
||||
{ text: "Schedule Your Free Consultation", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shirt-smiling-skill-gesture-occupation_1134-1049.jpg?_wi=1"
|
||||
imageAlt="hvac technician"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplit
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Engineered for Your Ultimate Home Comfort"
|
||||
description="We don't just fix HVAC systems; we optimize your environment for family wellness, efficiency, and lasting peace of mind. Get the precision service that Long Island homeowners depend on."
|
||||
buttons={[
|
||||
{ text: "Schedule Your Free Consultation", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shirt-smiling-skill-gesture-occupation_1134-1049.jpg?_wi=1"
|
||||
imageAlt="hvac technician"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ 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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ 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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ icon: Zap, title: "Restore Immediate Comfort", description: "Experience rapid relief with our same-day repair outcomes that get your home back to perfect temperatures quickly." },
|
||||
{ icon: ShieldCheck, title: "Transparent Value Assurance", description: "Benefit from our honest, no-surprises approach to pricing that keeps your household budget secure and clear." },
|
||||
{ icon: Award, title: "Lifetime Performance Results", description: "Invest in long-term HVAC reliability and superior operational efficiency through our expert-led installations." },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Premium HVAC care for homeowners and contractors alike."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ icon: Zap, title: "Restore Immediate Comfort", description: "Experience rapid relief with our same-day repair outcomes that get your home back to perfect temperatures quickly." },
|
||||
{ icon: ShieldCheck, title: "Transparent Value Assurance", description: "Benefit from our honest, no-surprises approach to pricing that keeps your household budget secure and clear." },
|
||||
{ icon: Award, title: "Lifetime Performance Results", description: "Invest in long-term HVAC reliability and superior operational efficiency through our expert-led installations." },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Premium HVAC care for homeowners and contractors alike."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
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" },
|
||||
{ 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" },
|
||||
]}
|
||||
title="What Long Island Homeowners Say"
|
||||
description="Honest feedback from our valued neighbors."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
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" },
|
||||
{ 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" },
|
||||
]}
|
||||
title="What Long Island Homeowners Say"
|
||||
description="Honest feedback from our valued neighbors."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ 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"] },
|
||||
]}
|
||||
title="Proven Track Record"
|
||||
description="Years of HVAC excellence serving the community."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ 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"] },
|
||||
]}
|
||||
title="Proven Track Record"
|
||||
description="Years of HVAC excellence serving the community."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ 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." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to keep you comfortable."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ 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." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to keep you comfortable."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Schedule Your Free Consultation"
|
||||
description="Ready for 5-star service? Reach out to Broly Inc today."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-worker-holding-clipboard-pointing-front-uniform-front-view_176474-21693.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Schedule Your Free Consultation"
|
||||
description="Ready for 5-star service? Reach out to Broly Inc today."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-worker-holding-clipboard-pointing-front-uniform-front-view_176474-21693.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Broly Inc"
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Repair", href: "#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Broly Inc"
|
||||
columns={[
|
||||
{ title: "Services", items: [{ label: "Repair", href: "#features" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user