import { ArrowRight, Wifi, Smartphone, ShieldCheck, Building2, Wrench, Tv, CheckCircle2, Headphones, Globe, Calendar, Users, Shield, Phone, } from "lucide-react"; import Link from "next/link"; import { ServiceCard } from "@/components/molecules/ServiceCard"; /** * PublicLandingView - Clean Landing Page * * Design Direction: Matches services page style * - Clean, centered layout * - Consistent card styling with colored accents * - Simple value propositions * - Staggered entrance animations */ export function PublicLandingView() { return (
{/* ===== HERO SECTION ===== */}
20+ Years Serving Japan

Your One Stop Solution
for Connectivity in Japan

Full English support for all your connectivity needs — from setup to billing to technical assistance.

{/* CTAs */}
Browse Services Contact Us
{/* Trust Stats */}
20+
Years in Japan
10,000+
Customers Served
NTT
Authorized Partner
{/* ===== WHY CHOOSE US ===== */}

Why Choose Us

We understand the unique challenges of living in Japan as an expat.

One Stop Solution
We handle everything for you
English Support
No language barrier
Onsite Support
We come to you
{/* ===== OUR SERVICES ===== */}

Our Services

Connectivity and support solutions for Japan's international community.

{/* Value Props */}
One provider, all services
English support
No hidden fees
{/* Services Grid - uses cp-stagger-children for consistent card animations */}
} title="Internet" description="NTT Optical Fiber for homes and apartments. Speeds up to 10Gbps with professional installation." price="¥3,200/mo" accentColor="blue" /> } title="SIM & eSIM" description="Data, voice & SMS on NTT Docomo network. Physical SIM or instant eSIM activation." price="¥1,100/mo" badge="1st month free" accentColor="green" /> } title="VPN Router" description="Access US & UK streaming content with a pre-configured router. Simple plug-and-play." price="¥2,500/mo" accentColor="purple" /> } title="Business" description="Enterprise solutions for offices and commercial spaces. Dedicated support and SLAs." accentColor="orange" /> } title="Onsite Support" description="Professional technicians visit your location for setup, troubleshooting, and maintenance." accentColor="cyan" /> } title="TV" description="Streaming TV packages with international channels. Watch content from home countries." accentColor="pink" />
View all services
{/* ===== CTA ===== */}

Ready to get connected?

Our bilingual team is here to help you find the right solution for your needs.

Contact Us
); }