Update src/app/page.tsx

This commit is contained in:
2026-05-11 12:05:07 +00:00
parent 2c93c2e3e4
commit 86ddc49975

View File

@@ -50,7 +50,7 @@ export default function CafePage() {
frameStyle="card" frameStyle="card"
buttons={[ buttons={[
{ text: "Claim Your Table", href: "#products" }, { text: "Claim Your Table", href: "#products" },
{ text: "Find Us", href: "#benefits" } { text: "View Our Location", href: "#benefits" }
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -159,4 +159,4 @@ export default function CafePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }