diff --git a/src/app/page.tsx b/src/app/page.tsx
index 65393c5..d72962e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
-import { Building2, Building, Award, TrendingUp, Phone, Mail } from 'lucide-react';
+import { Building2, Building, Award, TrendingUp, Phone, Mail, Truck } from 'lucide-react';
export default function LandingPage() {
return (
@@ -41,20 +41,20 @@ export default function LandingPage() {
@@ -84,25 +84,25 @@ export default function LandingPage() {
@@ -203,16 +203,16 @@ export default function LandingPage() {
columns={[
{
title: "Services", items: [
- { label: "Maintenance", href: "#services" },
- { label: "Repair", href: "#services" },
- { label: "Installation", href: "#services" },
- { label: "Modernization", href: "#services" }
+ { label: "Mobile Deployment", href: "#services" },
+ { label: "Emergency Service", href: "#services" },
+ { label: "Temporary Solutions", href: "#services" },
+ { label: "Construction Support", href: "#services" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
- { label: "Safety", href: "#safety" },
+ { label: "Safety Standards", href: "#safety" },
{ label: "Contact", href: "#contact" },
{ label: "Careers", href: "#" }
]
@@ -226,9 +226,9 @@ export default function LandingPage() {
]
}
]}
- copyrightText="© 2024 ElevatorPro. All rights reserved."
+ copyrightText="© 2024 ElevatorPro Mobile Solutions. All rights reserved."
/>
);
-}
\ No newline at end of file
+}