5 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
a4553388b9 Update src/app/page.tsx 2026-04-23 11:27:28 +00:00
6ca5c0e4a7 Merge version_1 into main
Merge version_1 into main
2026-04-23 11:26:38 +00:00
855df2ae1d Merge version_1 into main
Merge version_1 into main
2026-04-23 11:26:05 +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,35 +109,35 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "HVAC Services", description: "AC installation, repair, and commercial HVAC maintenance to ensure your environment is always comfortable.", 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: "HVAC installation"}, 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/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: "Battery repair"},
], ],
}, },
{ {
title: "Heating Systems", description: "Heat pump repair, heater tune-up, furnace installation and repair for reliable winter warmth.", icon: Flame, 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: "Heating systems"}, 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/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: "EMS maintenance"},
], ],
}, },
{ {
title: "Specialized Systems", description: "Expert plumbing, ventilation, and water heater services backed by industry-standard expertise.", icon: Settings, title: "System Optimization", description: "Advanced monitoring and tuning to ensure maximum output and long-term reliability for your energy infrastructure.", icon: Flame,
mediaItems: [ 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: "System monitoring"},
{ {
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: "Performance tuning"},
], ],
}, },
]} ]}
title="Professional Services" title="Professional Technical Services"
description="Comprehensive maintenance and repair services tailored to your energy and HVAC needs." 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>
); );
} }