Update app/size-guide/page.tsx

This commit is contained in:
kleap-admin 2026-01-16 17:06:47 +00:00
parent 647b87eaa9
commit cd0c336d83
1 changed files with 8 additions and 0 deletions

8
app/size-guide/page.tsx Normal file
View File

@ -0,0 +1,8 @@
export default function SizeGuidePage() {
return (
<div className="container mx-auto py-10 px-4">
<h1 className="text-3xl font-bold mb-6">Size Guide</h1>
<p className="text-gray-600">Our size guide information will appear here.</p>
</div>
);
}