2 Commits

Author SHA1 Message Date
ba2653d57e Update src/app/page.tsx 2026-06-01 13:17:33 +00:00
43cb99ee83 Merge version_2 into main
Merge version_2 into main
2026-06-01 13:15:18 +00:00

View File

@@ -110,6 +110,7 @@ export default function LandingPage() {
{
type: "image", src: "http://img.b2bpic.net/free-photo/gen-z-person-exploring-absurdist-fashion-beauty_23-2151104046.jpg", alt: "Education Tech Logo"},
]}
titleClassName="lg:text-5xl text-4xl"
/>
</div>
@@ -286,4 +287,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}