diff --git a/src/app/coming-soon/page.tsx b/src/app/coming-soon/page.tsx index 554ac5e..2ab5107 100644 --- a/src/app/coming-soon/page.tsx +++ b/src/app/coming-soon/page.tsx @@ -8,7 +8,7 @@ const ICONS = [Bike, Zap, Battery, Shield, Bike, Zap, Battery, Shield]; export default function ComingSoonPage() { const router = useRouter(); - + // Mini Game State (Memory Match) const [cards, setCards] = useState<{ id: number; Icon: any; isFlipped: boolean; isMatched: boolean }[]>([]); const [flippedIndices, setFlippedIndices] = useState([]); @@ -23,11 +23,11 @@ export default function ComingSoonPage() { startNewGame(); const targetDate = new Date('2026-08-01T00:00:00').getTime(); - + const updateCountdown = () => { const now = new Date().getTime(); const distance = targetDate - now; - + if (distance > 0) { setTimeLeft({ days: Math.floor(distance / (1000 * 60 * 60 * 24)), @@ -37,7 +37,7 @@ export default function ComingSoonPage() { }); } }; - + updateCountdown(); const interval = setInterval(updateCountdown, 1000); return () => clearInterval(interval); @@ -94,8 +94,8 @@ export default function ComingSoonPage() { return (
-
- diff --git a/src/app/page.tsx b/src/app/page.tsx index 75fa3ee..ee8c27a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { }; return ( -
+
{/* Dynamic Header */}
@@ -102,7 +102,7 @@ export default function LandingPage() { Go Electric with JAIBEN.

- The largest EV Tech platform enabling the Gig Economy. Rent, Rent-to-Own, or Invest in EVs. Join the sustainable mobility revolution today. + The largest EV Tech platform enabling the Gig Economy. Rent or Rent-to-Own EVs. Join the sustainable mobility revolution today.

@@ -165,14 +165,14 @@ export default function LandingPage() { {/* Service 1 */}
- +
- +

Biker Rentals

Save on petrol costs and rent a high-performance e-scooter for your daily commute or delivery gigs.

- +
- {/* Service 2 - FICO Investment - User will redesign this section */} + {/* Service 2 - FICO Partners - User will redesign this section */} {/*
... @@ -192,14 +192,14 @@ export default function LandingPage() { {/* Service 3 */}
- +
- +

Swap Stations

Never wait to charge. Swap your depleted battery for a fully charged one in less than 2 minutes.

- + -
- -
- {/* Abstract Phone Mockup */} -
-
-
- {/* Mock App Header */} -
-
- Logo -
-
-
- - {/* Mock App Banner */} -
-
-
-
-
- {/* Mock App Grid */} -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ {/* Abstract Phone Mockup */} +
+
+
+ {/* Mock App Header */} +
+
+ Logo +
+
+
+ + {/* Mock App Banner */} +
+
+
+
+
+ + {/* Mock App Grid */} +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -440,7 +440,7 @@ export default function LandingPage() {
  • -
  • +