Merge version_1 into main #1
237
src/app/page.tsx
237
src/app/page.tsx
@@ -32,91 +32,38 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Ben's Heating & AC"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Keeping Your Home Comfortable Year-Round"
|
||||
description="Ben's Heating & Air Conditioning offers expert climate solutions for your family. Reliable, fast, and professional service you can trust."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Service", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-smiling-asian-woman-watching-television-sitting-sofa-with-remote_1258-191712.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-couch_23-2149936220.jpg",
|
||||
alt: "Side view woman sitting on couch",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-with-cancer-using-her-smartphone-home_23-2151056039.jpg",
|
||||
alt: "Portrait of woman with cancer using her smartphone at home",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-near-heater_23-2149308940.jpg",
|
||||
alt: "Full shot woman reading near heater",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-spending-time-with-her-pet_23-2149284083.jpg",
|
||||
alt: "Woman spending time with her pet",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-business-laptop-studying_1303-1266.jpg",
|
||||
alt: "young man business laptop studying",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-couch_23-2149936220.jpg", alt: "Side view woman sitting on couch" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-with-cancer-using-her-smartphone-home_23-2151056039.jpg", alt: "Portrait of woman with cancer using her smartphone at home" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-near-heater_23-2149308940.jpg", alt: "Full shot woman reading near heater" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-spending-time-with-her-pet_23-2149284083.jpg", alt: "Woman spending time with her pet" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-man-business-laptop-studying_1303-1266.jpg", alt: "young man business laptop studying" }
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ local families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified Technicians",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Availability",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Energy Efficient",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: CheckSquare,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Lifetime Warranty",
|
||||
icon: Award,
|
||||
},
|
||||
{ type: "text-icon", text: "Certified Technicians", icon: ShieldCheck },
|
||||
{ type: "text-icon", text: "24/7 Availability", icon: Clock },
|
||||
{ type: "text-icon", text: "Energy Efficient", icon: Leaf },
|
||||
{ type: "text-icon", text: "Licensed & Insured", icon: CheckSquare },
|
||||
{ type: "text-icon", text: "Lifetime Warranty", icon: Award },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,21 +87,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Heating Repairs",
|
||||
description: "Expert furnace and heat pump diagnostics.",
|
||||
},
|
||||
{
|
||||
icon: Snowflake,
|
||||
title: "AC Maintenance",
|
||||
description: "Keep your cooling system running at peak performance.",
|
||||
},
|
||||
{
|
||||
icon: Wind,
|
||||
title: "Air Quality",
|
||||
description: "Breathe easier with our filtration solutions.",
|
||||
},
|
||||
{ icon: Flame, title: "Heating Repairs", description: "Expert furnace and heat pump diagnostics." },
|
||||
{ icon: Snowflake, title: "AC Maintenance", description: "Keep your cooling system running at peak performance." },
|
||||
{ icon: Wind, title: "Air Quality", description: "Breathe easier with our filtration solutions." },
|
||||
]}
|
||||
title="Comprehensive Climate Solutions"
|
||||
description="We specialize in a wide range of heating and cooling services tailored to your home's unique needs."
|
||||
@@ -167,21 +102,9 @@ export default function LandingPage() {
|
||||
title="Why Neighbors Trust Ben"
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10K+",
|
||||
description: "Happy Clients",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "25+",
|
||||
description: "Years Experience",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Emergency Support",
|
||||
},
|
||||
{ id: "m1", value: "10K+", description: "Happy Clients" },
|
||||
{ id: "m2", value: "25+", description: "Years Experience" },
|
||||
{ id: "m3", value: "24/7", description: "Emergency Support" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -191,15 +114,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Local Housing Board",
|
||||
"Community Trust",
|
||||
"Chamber of Commerce",
|
||||
"Better Business Bureau",
|
||||
"Green Energy Initiative",
|
||||
"HVAC Certified Pros",
|
||||
"Safe Home Association",
|
||||
]}
|
||||
names={["Local Housing Board", "Community Trust", "Chamber of Commerce", "Better Business Bureau", "Green Energy Initiative", "HVAC Certified Pros", "Safe Home Association"]}
|
||||
title="Proudly Serving Our Community"
|
||||
description="Trusted by industry leaders and our local community members."
|
||||
/>
|
||||
@@ -211,41 +126,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
testimonial: "Ben's saved my AC during a record heatwave. So quick and honest!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Homeowner",
|
||||
testimonial: "Very professional furnace repair. Explained everything clearly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Homeowner",
|
||||
testimonial: "Highly recommended for seasonal maintenance. Great value.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-man-standing-couch-leaning-it-smiling-camera_1098-17480.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Homeowner",
|
||||
testimonial: "They fixed my leak in one visit. Fast and fair prices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-delivering-groceries_23-2149663630.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda Smith",
|
||||
role: "Homeowner",
|
||||
testimonial: "Reliable experts. They treat my home like their own.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-cuddling-while-watching-tv-their-living-room_613910-5011.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "Ben's saved my AC during a record heatwave. So quick and honest!", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg" },
|
||||
{ id: "2", name: "Michael Chen", role: "Homeowner", testimonial: "Very professional furnace repair. Explained everything clearly.", imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Homeowner", testimonial: "Highly recommended for seasonal maintenance. Great value.", imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-man-standing-couch-leaning-it-smiling-camera_1098-17480.jpg" },
|
||||
{ id: "4", name: "David Kim", role: "Homeowner", testimonial: "They fixed my leak in one visit. Fast and fair prices.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-delivering-groceries_23-2149663630.jpg" },
|
||||
{ id: "5", name: "Linda Smith", role: "Homeowner", testimonial: "Reliable experts. They treat my home like their own.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-cuddling-while-watching-tv-their-living-room_613910-5011.jpg" },
|
||||
]}
|
||||
title="What Homeowners Are Saying"
|
||||
description="Discover why our neighbors choose Ben's for their home comfort needs."
|
||||
@@ -256,21 +141,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How often should I change filters?",
|
||||
content: "We recommend every 90 days for standard usage.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you provide emergency service?",
|
||||
content: "Yes, we are available 24/7 for urgent repairs.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely, we carry full commercial coverage.",
|
||||
},
|
||||
{ id: "q1", title: "How often should I change filters?", content: "We recommend every 90 days for standard usage." },
|
||||
{ id: "q2", title: "Do you provide emergency service?", content: "Yes, we are available 24/7 for urgent repairs." },
|
||||
{ id: "q3", title: "Are you licensed and insured?", content: "Absolutely, we carry full commercial coverage." },
|
||||
]}
|
||||
sideTitle="Questions About Your HVAC?"
|
||||
sideDescription="We're here to help you get the most out of your heating and air system."
|
||||
@@ -281,9 +154,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contact Us"
|
||||
title="Get a Free Estimate Today"
|
||||
description="Ready to get comfortable? Reach out to Ben's for expert heating and cooling support."
|
||||
@@ -293,45 +164,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Heating",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Air Conditioning",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Heating", href: "#" }, { label: "Air Conditioning", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
logoText="Ben's HVAC"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user