Compare commits

..

2 Commits

Author SHA1 Message Date
04c12bc270 Update src/app/page.tsx 2026-04-23 16:20:50 +00:00
fdbb197d64 Merge version_37 into main
Merge version_37 into main
2026-04-23 16:17:32 +00:00

View File

@@ -177,7 +177,7 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Uljara IVANIŠEVIĆ"
leftLink={{
text: "Privacy Policy", href: "#"}}
text: "Art.Archives", href: "#"}}
rightLink={{
text: "Terms of Service", href: "#"}}
/>
@@ -185,4 +185,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}