Merge version_3 into main #2

Merged
bender merged 2 commits from version_3 into main 2026-03-04 06:54:44 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1417,4 +1417,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -100,7 +100,7 @@ export default function HomePage() {
{ text: "Explore Gallery", href: "/gallery" },
]}
buttonAnimation="slide-up"
avatarText="(No credit card required)"
avatarText="No credit card required"
/>
</div>
@@ -211,4 +211,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}