This commit is contained in:
gpt-engineer-app[bot] 2025-11-19 03:04:41 +00:00
parent e6fcb900ba
commit c00263fbdc

View file

@ -4,7 +4,7 @@ import PresentsPuzzle from "@/components/PresentsPuzzle";
const PresentsPuzzlePage = () => {
return (
<Layout>
<div className="container mx-auto px-4 py-8">
<div className="max-w-6xl mx-auto px-4 py-8">
<PresentsPuzzle showSocialShare={true} />
</div>
</Layout>