Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user