3 Commits

Author SHA1 Message Date
a831a790b2 Merge version_3 into main
Merge version_3 into main
2026-04-23 11:30:08 +00:00
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"},
]}
brandName="Bagown"
brandName="UDIT"
/>
</div>
@@ -48,7 +48,7 @@ export default function LandingPage() {
<HeroCentered
background={{
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."
avatars={[
{
@@ -109,7 +109,7 @@ export default function LandingPage() {
useInvertedBackground={false}
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: [
{
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: [
{
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"
description="Tailored solutions focused on battery restoration and expert EMS maintenance to keep your systems running at peak performance."
title="Professional Technical Services"
description="UDIT provides focused expertise in high-performance battery restoration and essential EMS maintenance to maintain system uptime."
/>
</div>
@@ -233,8 +233,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Bagown"
copyrightText="© 2025 Bagown. All rights reserved."
logoText="UDIT"
copyrightText="© 2025 UDIT. All rights reserved."
socialLinks={[
{
icon: Facebook,
@@ -251,4 +251,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}