Update src/app/page.tsx

This commit is contained in:
2026-01-24 22:21:01 +00:00
parent 2605921aef
commit f0f1774f6f

View File

@@ -60,6 +60,7 @@ export default function LandingPage() {
{ type: "text", content: "" } { type: "text", content: "" }
]} ]}
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
imageClassName="mx-auto"
buttons={[ buttons={[
{ text: "Learn More", href: "#benefits" } { text: "Learn More", href: "#benefits" }
]} ]}
@@ -211,4 +212,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }