Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9fde273ab8 | |||
| 75a2640252 | |||
| a4553388b9 | |||
| 6ca5c0e4a7 | |||
| 855df2ae1d |
@@ -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,35 +109,35 @@ 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: "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: "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: [
|
||||
{
|
||||
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: [
|
||||
{
|
||||
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"
|
||||
description="Comprehensive maintenance and repair services tailored to your energy and HVAC needs."
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user