Merge version_2 into main #2
129
src/app/page.tsx
129
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Neko HVAC"
|
||||
/>
|
||||
@@ -54,35 +46,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Reliable HVAC Solutions for Your Home"
|
||||
description="Neko HVAC provides expert heating and cooling services to keep your family comfortable all year round. Trust our certified technicians for professional installations and repairs."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_wi=1",
|
||||
imageAlt: "HVAC Technician",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_wi=1", imageAlt: "HVAC Technician"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-sleeping-sofa-home_171337-19502.jpg?_wi=1",
|
||||
imageAlt: "HVAC Unit",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-sleeping-sofa-home_171337-19502.jpg?_wi=1", imageAlt: "HVAC Unit"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-sleeping-sofa-home_171337-19502.jpg?_wi=2",
|
||||
imageAlt: "HVAC Unit",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-sleeping-sofa-home_171337-19502.jpg?_wi=2", imageAlt: "HVAC Unit"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_wi=2",
|
||||
imageAlt: "HVAC Technician",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_wi=2", imageAlt: "HVAC Technician"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,7 +74,7 @@ export default function LandingPage() {
|
||||
title="Your Trusted Local Experts"
|
||||
description="At Neko HVAC, we treat every home like our own. With over 15 years of industry experience, our family-owned business prides itself on honesty, quality craftsmanship, and lightning-fast response times."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-11117.jpg"
|
||||
imageAlt="Neko Team"
|
||||
imageAlt: "Neko Team"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,25 +85,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "AC Installation",
|
||||
description: "Energy-efficient air conditioning installation for maximum comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg",
|
||||
imageAlt: "AC Installation",
|
||||
},
|
||||
title: "AC Installation", description: "Energy-efficient air conditioning installation for maximum comfort.", imageSrc: "http://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg", imageAlt: "AC Installation"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Furnace Repair",
|
||||
description: "Expert furnace and heating system repairs for cold winter days.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-52877.jpg",
|
||||
imageAlt: "Furnace Repair",
|
||||
},
|
||||
title: "Furnace Repair", description: "Expert furnace and heating system repairs for cold winter days.", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-52877.jpg", imageAlt: "Furnace Repair"},
|
||||
{
|
||||
id: 3,
|
||||
title: "24/7 Emergency Service",
|
||||
description: "Responsive help when you need it most, anytime day or night.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg",
|
||||
imageAlt: "24/7 Support",
|
||||
},
|
||||
title: "24/7 Emergency Service", description: "Responsive help when you need it most, anytime day or night.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg", imageAlt: "24/7 Support"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive heating and cooling services tailored to your residential and commercial needs."
|
||||
@@ -134,25 +103,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg",
|
||||
},
|
||||
id: "1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-pizza_23-2150307059.jpg",
|
||||
},
|
||||
id: "2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-pizza_23-2150307059.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mark Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-kitchen_197531-32481.jpg",
|
||||
},
|
||||
id: "3", name: "Mark Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-kitchen_197531-32481.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg",
|
||||
},
|
||||
id: "4", name: "Emily Brown", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg"},
|
||||
{
|
||||
id: "5", name: "Robert Taylor", imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-office_155003-24875.jpg"},
|
||||
{
|
||||
id: "6", name: "Sarah Connor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-outdoors-winter-clothes_1262-17188.jpg"}
|
||||
]}
|
||||
cardTitle="Client Feedback"
|
||||
cardTag="Reviews"
|
||||
@@ -166,20 +127,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How often should I service my AC?",
|
||||
content: "We recommend professional maintenance at least once per year.",
|
||||
},
|
||||
id: "1", title: "How often should I service my AC?", content: "We recommend professional maintenance at least once per year."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer emergency repairs?",
|
||||
content: "Yes, we provide 24/7 emergency repair services for your peace of mind.",
|
||||
},
|
||||
id: "2", title: "Do you offer emergency repairs?", content: "Yes, we provide 24/7 emergency repair services for your peace of mind."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are your technicians certified?",
|
||||
content: "Yes, all our team members are fully licensed and certified experts.",
|
||||
},
|
||||
id: "3", title: "Are your technicians certified?", content: "Yes, all our team members are fully licensed and certified experts."},
|
||||
]}
|
||||
title="Common HVAC Questions"
|
||||
description="Find answers to frequently asked questions about our heating and cooling services."
|
||||
@@ -194,21 +146,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Service Areas",
|
||||
content: "We proudly serve the entire greater metro area.",
|
||||
},
|
||||
id: "1", title: "Service Areas", content: "We proudly serve the entire greater metro area."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Operating Hours",
|
||||
content: "Office open 8am-6pm, emergency line 24/7.",
|
||||
},
|
||||
id: "2", title: "Operating Hours", content: "Office open 8am-6pm, emergency line 24/7."},
|
||||
]}
|
||||
ctaTitle="Get In Touch"
|
||||
ctaDescription="Ready to improve your indoor comfort? Call us today or fill out the form."
|
||||
ctaButton={{
|
||||
text: "Contact Us",
|
||||
}}
|
||||
text: "Contact Us"}}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -219,25 +164,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -247,4 +184,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user