--- import MarketingLayout from '../../layouts/Marketing.astro'; import Hero from '../../components/Hero.astro'; import Showcase from '../../components/Showcase.astro'; import CtaSection from '../../components/CtaSection.astro'; const locale = 'zh_Hant' as const; ---