function IPhone17ProMax() { return (
{/* Metallic Titanium Side Buttons */} {/* Action / Mute Button */}
{/* Volume Up */}
{/* Volume Down */}
{/* Side Power Button */}
{/* Screen Inner Display */}
{/* Glass Glare Reflection Overlay */}
{/* Dynamic Island */}
{/* iOS Status Bar */}
9:41
{/* Cellular */} {/* Wi-Fi */} {/* Battery */}
{/* Screen App Body */}
{/* Header Map Graphic Background Effect */}
{/* Nav Icons */}
{/* Title & Route Bar */}

Select product

{/* Route Input Bar */}
Athens to Thessaloniki
{/* Product Pill Selector Tabs */}
Standby €18
Shared €28
Private €55
{/* Main Selected Product Card */}
Shared Popular
Save by splitting fuel & tolls with verified travelers
🚘
{/* Departure Slots */}
{/* Slot 1 (Selected) */}
7:00 AM - 7:30 AM
Latest arrival 11:45 AM
€18.50
Open Fare™
{/* Slot 2 */}
10:00 AM - 10:30 AM
Latest arrival 2:45 PM
€18.50
{/* Slot 3 */}
1:00 PM - 1:30 PM
Latest arrival 5:45 PM
€18.50
{/* Home Indicator Bar */}
); } function DownloadApp() { const [showTooltip, setShowTooltip] = React.useState(false); const t = window.t; const lang = window.__LANG__ || 'el'; const isGreek = lang === 'el'; const badgeText = isGreek ? 'Διαθέσιμο σε iOS και Android' : 'Available on iOS and Android'; const headingText = isGreek ? 'Κατέβασε την εφαρμογή' : 'Download today'; const subtextText = isGreek ? 'Η εφαρμογή μας για κινητά έρχεται σύντομα. Μείνετε συντονισμένοι για ενημερώσεις.' : 'Our mobile app is coming soon. Stay tuned for updates.'; const buttonText = isGreek ? 'Κατέβασμα' : 'Download'; const comingSoonText = isGreek ? 'Σύντομα κοντά σας' : 'Coming soon'; const qrSubtext = isGreek ? 'Ο κωδικός QR θα είναι διαθέσιμος σύντομα' : 'QR code available soon'; return (
{/* Left Column: Info & Actions */}
{/* Badge with Apple & Android icons */}
{/* Apple Icon */} {/* Android Icon */} {badgeText}
{/* Large Heading */}

{headingText}

{/* Subtitle */}

{subtextText}

{/* Interactive Button Container with Hover / Focus Popup */}
{/* Hover / Focus QR Code Popup */} {/* Blue Download Button */}
{/* Right Column: High-End iPhone 17 Pro Max Frame */}
); } window.DownloadApp = DownloadApp;