- {service.title} -
-- {service.description} -
-+ No Japanese required. Our English-speaking team is here to help. +
+ +- Click the bottom right “Chat Button” to reach our team anytime. -
-Toll Free within Japan
-0120-660-470
-From Overseas (may incur calling rates)
-+81-3-3560-1006
-
- Subway Oedo Line / Nanboku Line
-
- Short distance walk from exit 6 of Azabu-Juban Station
-
- (1F of our building is Domino's Pizza)
-
- 3F Azabu Maruka Bldg.,
-
- 3-8-2 Higashi Azabu, Minato-ku,
-
- Tokyo 106-0044
-
- Tel: 03-3560-1006 Fax: 03-3560-1007
-
- No Japanese required. Get reliable internet, mobile, and VPN services with full English - support. Serving expats and international businesses for over 20 years. -
-+ No Japanese required. Get reliable internet, mobile, and VPN services with full English + support. Serving expats and international businesses for over 20 years. +
+- Get connected with ease. No Japanese required, no complicated paperwork, and full - English support every step of the way. -
-- High-speed fiber internet on Japan's reliable NTT network. We handle all the - Japanese paperwork and coordinate installation in English. -
- -- Mobile SIM cards with voice and data on Japan's top network. Sign up online, no - hanko needed, and get your SIM delivered fast. -
- -- Download one of our secure tools and let our technicians help you remotely -
-- {item.useCase.replace("Best for: ", "")} -
-- {item.description} -
-- {currentDownload.useCase} -
-- {currentDownload.description} -
- - - Download Now -+ Everything you need to stay connected in Japan +
+- {service.description} -
-{eyebrow}
-{description}
diff --git a/apps/portal/src/features/services/components/base/ServiceFAQ.tsx b/apps/portal/src/features/services/components/base/ServiceFAQ.tsx index badae1cb..8fc6456d 100644 --- a/apps/portal/src/features/services/components/base/ServiceFAQ.tsx +++ b/apps/portal/src/features/services/components/base/ServiceFAQ.tsx @@ -84,7 +84,9 @@ export function ServiceFAQ({{eyebrow}
-Choose Your Region
-Select one region per router rental
diff --git a/apps/portal/src/styles/utilities.css b/apps/portal/src/styles/utilities.css index 91681753..b932fed1 100644 --- a/apps/portal/src/styles/utilities.css +++ b/apps/portal/src/styles/utilities.css @@ -137,44 +137,32 @@ } } +/* ===== DISPLAY TYPOGRAPHY (Tailwind v4 @utility) ===== */ +/* Only set font-size + letter-spacing. Font weight, line-height, and + font-family are explicit Tailwind classes at the call site so they + can be overridden without cascade conflicts. */ + +@utility text-display-xl { + font-size: var(--cp-text-display-xl); + letter-spacing: var(--cp-tracking-tight); +} + +@utility text-display-lg { + font-size: var(--cp-text-display-lg); + letter-spacing: var(--cp-tracking-tight); +} + +@utility text-display-md { + font-size: var(--cp-text-display-md); + letter-spacing: var(--cp-tracking-tight); +} + +@utility text-display-sm { + font-size: var(--cp-text-display-sm); + letter-spacing: var(--cp-tracking-tight); +} + @layer utilities { - /* ===== DISPLAY TYPOGRAPHY ===== */ - .font-display { - font-family: var(--font-display); - } - - .text-display-xl { - font-family: var(--font-display); - font-size: var(--cp-text-display-xl); - font-weight: var(--cp-font-extrabold); - line-height: var(--cp-leading-display); - letter-spacing: var(--cp-tracking-tight); - } - - .text-display-lg { - font-family: var(--font-display); - font-size: var(--cp-text-display-lg); - font-weight: var(--cp-font-bold); - line-height: var(--cp-leading-display); - letter-spacing: var(--cp-tracking-tight); - } - - .text-display-md { - font-family: var(--font-display); - font-size: var(--cp-text-display-md); - font-weight: var(--cp-font-semibold); - line-height: var(--cp-leading-tight); - letter-spacing: var(--cp-tracking-tight); - } - - .text-display-sm { - font-family: var(--font-display); - font-size: var(--cp-text-display-sm); - font-weight: var(--cp-font-semibold); - line-height: var(--cp-leading-tight); - letter-spacing: var(--cp-tracking-tight); - } - /* ===== PAGE ENTRANCE ANIMATIONS ===== */ .cp-animate-in { animation: cp-fade-up var(--cp-duration-slow) var(--cp-ease-out) forwards;