feat: resize header and footer to reduce height

This commit is contained in:
2026-05-13 18:55:56 +07:00
parent 9cafa23721
commit 039901e839
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import AgendaSection from "@/app/components/home/AgendaSection";
export default function HomePage() {
return (
<main className="pt-24 lg:pt-32">
<main className="pt-16 lg:pt-20">
<HeroSection data={home.hero} />
<VisionSection data={home.vision} />
<StatsSection data={home.stats} />