2 Commits

Author SHA1 Message Date
b627b3e1e4 Update src/app/page.tsx 2026-05-07 12:21:00 +00:00
b63f7b3c0e Merge version_2 into main
Merge version_2 into main
2026-05-07 12:19:51 +00:00

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="Elevate your personal collection with immersive, high-fidelity 3D anime art."
title="Transform your living space and personal style with high-fidelity 3D art that brings your favorite worlds to life."
buttons={[
{
text: "Explore Studio", href: "#"},
@@ -201,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}