Merge version_1 into main #2
243
src/app/page.tsx
243
src/app/page.tsx
@@ -32,21 +32,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: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Bagown"
|
||||
/>
|
||||
@@ -55,60 +47,37 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Batteries Repairing & Servicing Specialist"
|
||||
description="We prioritize repair over replacement to save you time and money. Energy Management System (EMS) solutions for a sustainable future."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-black-businessman-buys-new-car-he-signs-contract-takes-keys-manager_146671-18405.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-black-businessman-buys-new-car-he-signs-contract-takes-keys-manager_146671-18405.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy clients"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call For Visit",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Call For Visit", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Maintenance",
|
||||
},
|
||||
type: "text", text: "Expert Maintenance"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Energy Optimization",
|
||||
},
|
||||
type: "text", text: "Energy Optimization"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified Technicians",
|
||||
},
|
||||
type: "text", text: "Certified Technicians"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Support",
|
||||
},
|
||||
type: "text", text: "24/7 Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Solutions",
|
||||
},
|
||||
type: "text", text: "Sustainable Solutions"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,19 +89,13 @@ export default function LandingPage() {
|
||||
description="We are dedicated to providing expert battery repair and energy management solutions. Located at 2307 Beverley Rd, Brooklyn, New York, we prioritize quality, efficiency, and customer satisfaction."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "15+", title: "Years Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Projects Completed",
|
||||
},
|
||||
value: "500+", title: "Projects Completed"},
|
||||
{
|
||||
value: "99%",
|
||||
title: "Customer Satisfaction",
|
||||
},
|
||||
value: "99%", title: "Customer Satisfaction"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-woodworkers-assembly-shop-using-sandpaper-spindle-moulder_482257-89270.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-woodworkers-assembly-shop-using-sandpaper-spindle-moulder_482257-89270.jpg"
|
||||
imageAlt="Expert battery servicing"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -146,55 +109,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "HVAC Services",
|
||||
description: "AC installation, repair, and commercial HVAC maintenance to ensure your environment is always comfortable.",
|
||||
icon: Zap,
|
||||
title: "HVAC Services", description: "AC installation, repair, and commercial HVAC maintenance to ensure your environment is always comfortable.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-student-turning-pages-textbook_23-2147860749.jpg",
|
||||
imageAlt: "HVAC installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-student-turning-pages-textbook_23-2147860749.jpg", imageAlt: "HVAC installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-removing-layer-dirt-from-blower-fan-prevent-damaging-ventilation-system-adept-repairman-cleaning-hvac-system-parts-stop-risk-overheating-close-up_482257-67998.jpg",
|
||||
imageAlt: "HVAC repair",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-removing-layer-dirt-from-blower-fan-prevent-damaging-ventilation-system-adept-repairman-cleaning-hvac-system-parts-stop-risk-overheating-close-up_482257-67998.jpg", imageAlt: "HVAC repair"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599427.jpg",
|
||||
imageAlt: "ac installation service home",
|
||||
},
|
||||
{
|
||||
title: "Heating Systems",
|
||||
description: "Heat pump repair, heater tune-up, furnace installation and repair for reliable winter warmth.",
|
||||
icon: Flame,
|
||||
title: "Heating Systems", description: "Heat pump repair, heater tune-up, furnace installation and repair for reliable winter warmth.", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110988.jpg",
|
||||
imageAlt: "Heating systems",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110988.jpg", imageAlt: "Heating systems"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334227.jpg",
|
||||
imageAlt: "Heating maintenance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334227.jpg", imageAlt: "Heating maintenance"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-woodworkers-assembly-shop-using-sandpaper-spindle-moulder_482257-89270.jpg?_wi=2",
|
||||
imageAlt: "ac installation service home",
|
||||
},
|
||||
{
|
||||
title: "Specialized Systems",
|
||||
description: "Expert plumbing, ventilation, and water heater services backed by industry-standard expertise.",
|
||||
icon: Settings,
|
||||
title: "Specialized Systems", description: "Expert plumbing, ventilation, and water heater services backed by industry-standard expertise.", icon: Settings,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334229.jpg",
|
||||
imageAlt: "Plumbing repair",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334229.jpg", imageAlt: "Plumbing repair"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388963.jpg",
|
||||
imageAlt: "Ventilation services",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388963.jpg", imageAlt: "Ventilation services"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
||||
imageAlt: "ac installation service home",
|
||||
},
|
||||
]}
|
||||
title="Professional Services"
|
||||
@@ -209,57 +148,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
tag: "Essential",
|
||||
price: "$99",
|
||||
period: "/ visit",
|
||||
description: "Basic diagnostics and inspection for your batteries or HVAC systems.",
|
||||
button: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Included services:",
|
||||
features: [
|
||||
"System check",
|
||||
"Report generation",
|
||||
"Basic cleanup",
|
||||
],
|
||||
id: "basic", tag: "Essential", price: "$99", period: "/ visit", description: "Basic diagnostics and inspection for your batteries or HVAC systems.", button: {
|
||||
text: "Book Now", href: "#contact"},
|
||||
featuresTitle: "Included services:", features: [
|
||||
"System check", "Report generation", "Basic cleanup"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Maintenance",
|
||||
price: "$249",
|
||||
period: "/ service",
|
||||
description: "Full-scale repair and maintenance for your system optimization.",
|
||||
button: {
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Included services:",
|
||||
features: [
|
||||
"Deep maintenance",
|
||||
"Part replacement",
|
||||
"Performance tuning",
|
||||
"Priority support",
|
||||
],
|
||||
id: "pro", tag: "Maintenance", price: "$249", period: "/ service", description: "Full-scale repair and maintenance for your system optimization.", button: {
|
||||
text: "Book Now", href: "#contact"},
|
||||
featuresTitle: "Included services:", features: [
|
||||
"Deep maintenance", "Part replacement", "Performance tuning", "Priority support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
tag: "Commercial",
|
||||
price: "$499",
|
||||
period: "/ system",
|
||||
description: "Annual service agreements for commercial properties and large EMS systems.",
|
||||
button: {
|
||||
text: "Get Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Included services:",
|
||||
features: [
|
||||
"24/7 Monitoring",
|
||||
"Annual contract",
|
||||
"Priority dispatch",
|
||||
"Full compliance check",
|
||||
],
|
||||
id: "enterprise", tag: "Commercial", price: "$499", period: "/ system", description: "Annual service agreements for commercial properties and large EMS systems.", button: {
|
||||
text: "Get Quote", href: "#contact"},
|
||||
featuresTitle: "Included services:", features: [
|
||||
"24/7 Monitoring", "Annual contract", "Priority dispatch", "Full compliance check"],
|
||||
},
|
||||
]}
|
||||
title="Service Packages"
|
||||
@@ -274,34 +178,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "98%",
|
||||
title: "System Uptime",
|
||||
items: [
|
||||
"Robust monitoring",
|
||||
"24/7 reliability",
|
||||
"Low failure rate",
|
||||
],
|
||||
id: "m1", value: "98%", title: "System Uptime", items: [
|
||||
"Robust monitoring", "24/7 reliability", "Low failure rate"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "30%",
|
||||
title: "Energy Savings",
|
||||
items: [
|
||||
"Efficient management",
|
||||
"Lower utility bills",
|
||||
"Better performance",
|
||||
],
|
||||
id: "m2", value: "30%", title: "Energy Savings", items: [
|
||||
"Efficient management", "Lower utility bills", "Better performance"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12k",
|
||||
title: "Units Repaired",
|
||||
items: [
|
||||
"Over 15 years",
|
||||
"Consistent growth",
|
||||
"Trusted expertise",
|
||||
],
|
||||
id: "m3", value: "12k", title: "Units Repaired", items: [
|
||||
"Over 15 years", "Consistent growth", "Trusted expertise"],
|
||||
},
|
||||
]}
|
||||
title="Impact Data"
|
||||
@@ -317,25 +203,15 @@ export default function LandingPage() {
|
||||
author="Mark Henderson, Operations Manager"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-happy-business-colleagues-clapping-hands-after-attending-presentation-office_637285-215.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-happy-business-colleagues-clapping-hands-after-attending-presentation-office_637285-215.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-partners-handshaking-greeting-meeting-room-successful-content-businessman-professional-grey-haired-manager-concluding-contract-teamwork-business-partnership-concept_74855-6926.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-partners-handshaking-greeting-meeting-room-successful-content-businessman-professional-grey-haired-manager-concluding-contract-teamwork-business-partnership-concept_74855-6926.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-using-digital-tablet_1170-373.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-using-digital-tablet_1170-373.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-business-man-talking-phone-smiling_1262-773.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-business-man-talking-phone-smiling_1262-773.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -346,8 +222,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get In Touch"
|
||||
title="Schedule Your Visit Today"
|
||||
description="Ready to save time and money? Call us at (0712) 819 79 555 or contact us for a professional site visit."
|
||||
@@ -363,19 +238,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user