5 Commits

Author SHA1 Message Date
6a35ad4d5c Update src/app/page.tsx 2026-03-10 13:35:48 +00:00
02f870691d Merge version_3 into main
Merge version_3 into main
2026-03-10 13:33:51 +00:00
7b19bd9452 Update src/app/page.tsx 2026-03-10 13:33:45 +00:00
2c4e61d910 Merge version_2 into main
Merge version_2 into main
2026-03-10 13:32:25 +00:00
4384a91ea6 Update src/app/page.tsx 2026-03-10 13:32:20 +00:00

View File

@@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; 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() { export default function LandingPage() {
return ( return (
@@ -41,20 +41,20 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitTestimonial <HeroSplitTestimonial
title="Reliable Elevator Solutions for Your Building" title="Mobile Elevator Solutions On Wheels"
description="Quality elevator maintenance, installation, and modernization services. Over 20 years of industry expertise ensuring safety and efficiency." description="Our innovative truck-mounted elevator system brings professional lifting solutions directly to your site. Safe, efficient, and ready to serve your building needs wherever you are."
tag="Industry Leaders" tag="Innovation in Motion"
background={{ variant: "plain" }} background={{ variant: "plain" }}
imagePosition="right" imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/escalator-stairs_53876-32365.jpg" imageSrc="http://img.b2bpic.net/free-photo/delivery-man-with-package-elevator-close-up_23-2148890008.jpg?_wi=1"
imageAlt="Modern elevator system" imageAlt="Mobile elevator truck system"
testimonials={[ testimonials={[
{ {
name: "John Martinez", handle: "Building Manager, Downtown Plaza", testimonial: "Exceptional service and reliability. Our tenants love the smooth, quiet elevators.", rating: 5, name: "John Martinez", handle: "Building Manager, Downtown Plaza", testimonial: "The mobile elevator truck transformed our project timeline. Quick deployment, professional installation, and excellent support throughout.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg" imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg"
}, },
{ {
name: "Sarah Chen", handle: "Facilities Director, Tech Campus", testimonial: "Best maintenance provider we've worked with. Professional and responsive.", rating: 5, name: "Sarah Chen", handle: "Facilities Director, Tech Campus", testimonial: "Best investment for our temporary needs. The mobile solution eliminated costly downtime and provided flexibility we never had before.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg" imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg"
} }
]} ]}
@@ -70,13 +70,13 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TestimonialAboutCard <TestimonialAboutCard
tag="Who We Are" tag="Why Choose Us"
icon={Building2} icon={Truck}
title="Trusted Elevator Services Since 2003" title="Revolutionary Mobile Elevator Technology"
description="ElevatorPro Team" description="ElevatorPro Mobile Solutions"
subdescription="Serving over 500+ commercial properties" subdescription="Delivering elevator services with cutting-edge truck-mounted systems"
imageSrc="http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg" imageSrc="http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg"
imageAlt="Professional elevator technicians" imageAlt="Mobile elevator truck deployment"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
useInvertedBackground={true} useInvertedBackground={true}
/> />
@@ -84,25 +84,25 @@ export default function LandingPage() {
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardTwentyThree <FeatureCardTwentyThree
title="Our Services" title="Mobile Elevator Services"
description="Comprehensive elevator and lift solutions tailored to your building's needs" description="Our truck-mounted elevator system provides flexible, efficient solutions for any project"
tag="Services" tag="On-Demand Lifting"
features={[ features={[
{ {
id: "1", title: "Preventive Maintenance", tags: ["Monthly", "Quarterly", "Annual"], id: "1", title: "Rapid Deployment", tags: ["Quick Setup", "Minimal Prep", "Ready to Go"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428275.jpg", imageAlt: "Elevator maintenance" imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428275.jpg", imageAlt: "Mobile elevator deployment"
}, },
{ {
id: "2", title: "Emergency Repair", tags: ["24/7", "Response", "Support"], id: "2", title: "Temporary Solutions", tags: ["Flexible Terms", "Scalable", "Cost-Effective"],
imageSrc: "http://img.b2bpic.net/free-photo/worker-construction-site-wearing-medical-mask_23-2148784069.jpg", imageAlt: "Emergency elevator repair" imageSrc: "http://img.b2bpic.net/free-photo/worker-construction-site-wearing-medical-mask_23-2148784069.jpg", imageAlt: "Temporary elevator installation"
}, },
{ {
id: "3", title: "Modernization", tags: ["Upgrades", "Technology", "Efficiency"], id: "3", title: "Emergency Service", tags: ["24/7 Available", "Fast Response", "Reliable"],
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-package-elevator-close-up_23-2148890008.jpg", imageAlt: "Elevator modernization" imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-package-elevator-close-up_23-2148890008.jpg?_wi=2", imageAlt: "Emergency mobile elevator service"
}, },
{ {
id: "4", title: "Installation", tags: ["New Buildings", "Retrofit", "Expert"], id: "4", title: "Construction Support", tags: ["New Projects", "Renovation", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-51507.jpg", imageAlt: "Elevator installation" imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-51507.jpg", imageAlt: "Construction site elevator support"
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -113,25 +113,25 @@ export default function LandingPage() {
<div id="safety" data-section="safety"> <div id="safety" data-section="safety">
<FeatureCardTwentyThree <FeatureCardTwentyThree
title="Safety & Compliance" title="Safety & Compliance Standards"
description="Full compliance with ASME, ANSI, and local building codes. Your safety is our priority." description="Our mobile elevator systems meet all ASME, ANSI, and local safety codes. Every deployment is certified and inspected."
tag="Certified" tag="Certified & Compliant"
features={[ features={[
{ {
id: "1", title: "Certified Technicians", tags: ["ANSI", "Licensed", "Trained"], id: "1", title: "Certified Technicians", tags: ["ANSI Certified", "Licensed", "Trained"],
imageSrc: "http://img.b2bpic.net/free-photo/factory-manager-holding-meeting-talking-his-employees-about-project-plans_637285-4135.jpg", imageAlt: "Certified elevator technicians" imageSrc: "http://img.b2bpic.net/free-photo/factory-manager-holding-meeting-talking-his-employees-about-project-plans_637285-4135.jpg", imageAlt: "Certified mobile elevator technicians"
}, },
{ {
id: "2", title: "Regular Inspections", tags: ["Annual", "Compliant", "Documented"], id: "2", title: "Pre-Deployment Inspection", tags: ["Full Checks", "Compliant", "Documented"],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772905.jpg", imageAlt: "Safety inspection process" imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772905.jpg", imageAlt: "Pre-deployment safety inspection"
}, },
{ {
id: "3", title: "Modern Safety Systems", tags: ["Backup Power", "Monitoring", "Emergency"], id: "3", title: "Advanced Safety Systems", tags: ["Backup Systems", "Monitoring", "Emergency"],
imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-reads-tablet-schematics-by-switchgear-close-inspection_169016-71094.jpg", imageAlt: "Modern safety technology" imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-reads-tablet-schematics-by-switchgear-close-inspection_169016-71094.jpg", imageAlt: "Advanced mobile elevator safety technology"
}, },
{ {
id: "4", title: "Insurance & Liability", tags: ["Full Coverage", "Bonded", "Protected"], id: "4", title: "Insurance & Bonding", tags: ["Full Coverage", "Bonded", "Protected"],
imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg", imageAlt: "Insurance and liability coverage" imageSrc: "http://img.b2bpic.net/free-photo/bank-worker-offering-loan-agreement-focus-document-close-up_1163-4278.jpg", imageAlt: "Insurance and bonding coverage"
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -142,20 +142,20 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardOne <MetricCardOne
title="By The Numbers" title="Mobile Elevator Impact"
description="Proven track record of excellence and reliability in the elevator industry" description="Leading the industry with innovative truck-mounted elevator solutions"
metrics={[ metrics={[
{ {
id: "1", value: "500", title: "properties", description: "Buildings served across the region", icon: Building id: "1", value: "150", title: "Projects", description: "Successfully completed mobile elevator deployments", icon: Building
}, },
{ {
id: "2", value: "20", title: "years", description: "Of industry experience and expertise", icon: Award id: "2", value: "15", title: "Years", description: "Of mobile lifting expertise and innovation", icon: Award
}, },
{ {
id: "3", value: "99.8", title: "uptime", description: "Elevator reliability percentage", icon: TrendingUp id: "3", value: "99.9", title: "Reliability", description: "Mobile elevator system uptime percentage", icon: TrendingUp
}, },
{ {
id: "4", value: "24/7", title: "support", description: "Emergency response availability", icon: Phone id: "4", value: "24/7", title: "Support", description: "Emergency response and mobile service availability", icon: Phone
} }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
@@ -167,9 +167,9 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <TestimonialCardFifteen
testimonial="ElevatorPro transformed our building's elevator system. Their team is professional, responsive, and truly cares about safety. We couldn't ask for better service." testimonial="ElevatorPro's mobile elevator truck saved our construction project. The flexibility and quick deployment made all the difference. Their team is professional and the system is incredibly reliable."
rating={5} rating={5}
author="Michael Torres, Property Owner" author="Michael Torres, Project Director"
avatars={[ avatars={[
{ src: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", alt: "Client 1" }, { src: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/empowered-business-woman-office_23-2149279555.jpg", alt: "Client 2" }, { src: "http://img.b2bpic.net/free-photo/empowered-business-woman-office_23-2149279555.jpg", alt: "Client 2" },
@@ -188,12 +188,12 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
tag="Get Started" tag="Get Started"
tagIcon={Mail} tagIcon={Mail}
title="Ready to Upgrade Your Elevators?" title="Deploy Your Mobile Elevator Today"
description="Contact our team today for a free consultation and quote. We're available 24/7 for emergency service." description="Contact our team to schedule deployment of our innovative truck-mounted elevator system. Available 24/7 for urgent needs."
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="your@company.com" inputPlaceholder="your@company.com"
buttonText="Request Quote" buttonText="Request Mobile Service"
termsText="We respect your privacy. Your information is secure with us." termsText="We respect your privacy. Your information is secure with us."
/> />
</div> </div>
@@ -203,16 +203,16 @@ export default function LandingPage() {
columns={[ columns={[
{ {
title: "Services", items: [ title: "Services", items: [
{ label: "Maintenance", href: "#services" }, { label: "Mobile Deployment", href: "#services" },
{ label: "Repair", href: "#services" }, { label: "Emergency Service", href: "#services" },
{ label: "Installation", href: "#services" }, { label: "Temporary Solutions", href: "#services" },
{ label: "Modernization", href: "#services" } { label: "Construction Support", href: "#services" }
] ]
}, },
{ {
title: "Company", items: [ title: "Company", items: [
{ label: "About Us", href: "#about" }, { label: "About Us", href: "#about" },
{ label: "Safety", href: "#safety" }, { label: "Safety Standards", href: "#safety" },
{ label: "Contact", href: "#contact" }, { label: "Contact", href: "#contact" },
{ label: "Careers", href: "#" } { label: "Careers", href: "#" }
] ]
@@ -226,7 +226,7 @@ export default function LandingPage() {
] ]
} }
]} ]}
copyrightText="© 2024 ElevatorPro. All rights reserved." copyrightText="© 2024 ElevatorPro Mobile Solutions. All rights reserved."
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>