feat(sim-plans): update layout for SimPlansContent component with responsive design

This commit is contained in:
barsa 2026-01-20 19:44:12 +09:00
parent 7dff7dc728
commit b5a1091d41

View File

@ -299,7 +299,7 @@ export function SimPlansContent({
const { regularPlans, familyPlans } = getCurrentPlans();
return (
<div className="space-y-8 pb-16">
<div className="max-w-6xl mx-auto px-4 pb-16 pt-8 space-y-8">
<ServicesBackLink href={servicesBasePath} label="Back to Services" />
{/* Hero Section */}