2 Commits

Author SHA1 Message Date
9fde273ab8 Update src/app/page.tsx 2026-04-23 11:30:02 +00:00
75a2640252 Merge version_2 into main
Merge version_2 into main
2026-04-23 11:27:31 +00:00

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "contact"}, name: "Contact", id: "contact"},
]} ]}
brandName="Bagown" brandName="UDIT"
/> />
</div> </div>
@@ -48,7 +48,7 @@ export default function LandingPage() {
<HeroCentered <HeroCentered
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="Batteries Repairing & Servicing Specialist" title="UDIT - 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." description="We prioritize repair over replacement to save you time and money. Energy Management System (EMS) solutions for a sustainable future."
avatars={[ avatars={[
{ {
@@ -109,7 +109,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Battery Repair", description: "Expert cell diagnostics, capacity testing, and restorative repairs to extend the lifespan of your critical energy units.", icon: Zap, title: "Precision Battery Repair", description: "Specialized cell diagnostics, capacity testing, and restorative repairs designed to significantly extend the operational lifespan of your battery units.", icon: Zap,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/male-student-turning-pages-textbook_23-2147860749.jpg", imageAlt: "Battery diagnostics"}, imageSrc: "http://img.b2bpic.net/free-photo/male-student-turning-pages-textbook_23-2147860749.jpg", imageAlt: "Battery diagnostics"},
@@ -118,7 +118,7 @@ export default function LandingPage() {
], ],
}, },
{ {
title: "EMS Maintenance", description: "Comprehensive Energy Management System audits, software calibration, and preventative hardware maintenance.", icon: Settings, title: "Comprehensive EMS Maintenance", description: "In-depth Energy Management System audits, custom software calibration, and proactive hardware maintenance to ensure consistent efficiency.", icon: Settings,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110988.jpg", imageAlt: "EMS calibration"}, imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110988.jpg", imageAlt: "EMS calibration"},
@@ -136,8 +136,8 @@ export default function LandingPage() {
], ],
}, },
]} ]}
title="Professional Services" title="Professional Technical Services"
description="Tailored solutions focused on battery restoration and expert EMS maintenance to keep your systems running at peak performance." description="UDIT provides focused expertise in high-performance battery restoration and essential EMS maintenance to maintain system uptime."
/> />
</div> </div>
@@ -233,8 +233,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterCard
logoText="Bagown" logoText="UDIT"
copyrightText="© 2025 Bagown. All rights reserved." copyrightText="© 2025 UDIT. All rights reserved."
socialLinks={[ socialLinks={[
{ {
icon: Facebook, icon: Facebook,
@@ -251,4 +251,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }