refactor: update layout and styling for hero and home components

This commit is contained in:
2026-01-15 15:42:11 +08:00
parent ca0d5edc49
commit c4e0778b72
2 changed files with 52 additions and 67 deletions
+2 -4
View File
@@ -45,10 +45,8 @@ export default function HeroLayout() {
</header>
{/* Main Content Area */}
<main className="max-w-7xl mx-auto py-6 sm:px-6 lg:px-8 flex-grow">
<div className="px-4 py-6 sm:px-0">
<Outlet />
</div>
<main className="flex-1 p-4 overflow-hidden">
<Outlet />
</main>
{/* Footer */}