Update app/size-guide/page.tsx
This commit is contained in:
parent
647b87eaa9
commit
cd0c336d83
|
|
@ -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>
|
||||
);
|
||||
}
|
||||
Loading…
Reference in New Issue