feat: update homepage copy and service offerings to reflect new rental plan options
This commit is contained in:
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
<span className="text-transparent bg-clip-text bg-gradient-to-r from-accent via-emerald-400 to-accent-light">Go Electric</span> with JAIBEN.
|
||||
</h1>
|
||||
<p className="text-slate-300 text-lg sm:text-xl mb-10 drop-shadow-lg">
|
||||
The largest EV Tech platform enabling the Gig Economy. Rent or Rent-to-Own EVs. Join the sustainable mobility revolution today.
|
||||
The largest EV Tech platform enabling the Gig Economy. Choose from Single Rent, Rent to Own, or Share an EV. Join the sustainable mobility revolution today.
|
||||
</p>
|
||||
<div className="flex flex-col sm:flex-row items-center lg:items-start justify-center lg:justify-start gap-4">
|
||||
<button
|
||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<h4 className="text-2xl font-extrabold text-slate-900 mb-4 relative z-10">Biker Rentals</h4>
|
||||
<p className="text-slate-600 mb-8 flex-grow relative z-10 leading-relaxed">Save on petrol costs and rent a high-performance e-scooter for your daily commute or delivery gigs.</p>
|
||||
<p className="text-slate-600 mb-8 flex-grow relative z-10 leading-relaxed">Save money on fuel. Pick the plan that works for you: Single Rent for quick trips, Rent to Own to keep the bike later, or Share an EV for flexibility.</p>
|
||||
|
||||
<button
|
||||
onClick={() => router.push('/coming-soon')}
|
||||
@@ -198,7 +198,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<h4 className="text-2xl font-extrabold text-slate-900 mb-4 relative z-10">Swap Stations</h4>
|
||||
<p className="text-slate-600 mb-8 flex-grow relative z-10 leading-relaxed">Never wait to charge. Swap your depleted battery for a fully charged one in less than 2 minutes.</p>
|
||||
<p className="text-slate-600 mb-8 flex-grow relative z-10 leading-relaxed">Never wait hours to charge your bike. Find a swap station near you, drop off your empty battery, and get a full one in under 2 minutes so you can keep riding.</p>
|
||||
|
||||
<button
|
||||
onClick={() => router.push('/coming-soon')}
|
||||
@@ -218,7 +218,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<h4 className="text-2xl font-extrabold text-slate-900 mb-4 relative z-10">Merchants & Deliveries</h4>
|
||||
<p className="text-slate-600 mb-8 flex-grow relative z-10 leading-relaxed">Are you a delivery partner or company? Request any amount of riders for your delivery needs. Partner with us for dedicated EV riders.</p>
|
||||
<p className="text-slate-600 mb-8 flex-grow relative z-10 leading-relaxed">Grow your delivery business with ease. Request verified EV riders whenever you need them, deliver more orders smoothly, and help keep the environment green.</p>
|
||||
|
||||
<button
|
||||
onClick={() => router.push('/coming-soon')}
|
||||
@@ -303,7 +303,7 @@ export default function LandingPage() {
|
||||
<div className="absolute -top-2 -right-2 w-8 h-8 bg-accent rounded-full flex items-center justify-center font-bold text-sm">2</div>
|
||||
</div>
|
||||
<h4 className="text-xl font-bold mb-3">Choose Your Plan</h4>
|
||||
<p className="text-slate-400">Select your EV model and subscription plan (Daily, Weekly, or Rent-to-Own).</p>
|
||||
<p className="text-slate-400">Select your EV model and preferred plan (Single Rent, Rent to Own, or Share an EV).</p>
|
||||
</div>
|
||||
|
||||
<div className="relative text-center">
|
||||
@@ -438,9 +438,9 @@ export default function LandingPage() {
|
||||
<div>
|
||||
<h4 className="text-white font-bold mb-6">Services</h4>
|
||||
<ul className="space-y-3 text-slate-400">
|
||||
<li><button onClick={() => router.push('/coming-soon')} className="hover:text-accent transition-colors">EV for Deliveries</button></li>
|
||||
<li><button onClick={() => router.push('/coming-soon')} className="hover:text-accent transition-colors">Single Rent</button></li>
|
||||
<li><button onClick={() => router.push('/coming-soon')} className="hover:text-accent transition-colors">Rent to Own</button></li>
|
||||
<li><button onClick={() => router.push('/coming-soon')} className="hover:text-accent transition-colors">Fleet Management</button></li>
|
||||
<li><button onClick={() => router.push('/coming-soon')} className="hover:text-accent transition-colors">Share an EV</button></li>
|
||||
<li><button onClick={() => router.push('/coming-soon')} className="hover:text-accent transition-colors">Swap Stations</button></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user