Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b7eefa9c8 | |||
| f5d1e8c10a |
@@ -51,9 +51,9 @@ export default function LandingPage() {
|
|||||||
description="Experience artisan, locally sourced beans handcrafted in the heart of the city."
|
description="Experience artisan, locally sourced beans handcrafted in the heart of the city."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Menu", href: "#menu"},
|
text: "View Menu", onClick: () => document.getElementById("menu")?.scrollIntoView({ behavior: "smooth" })},
|
||||||
{
|
{
|
||||||
text: "Visit Us", href: "#location"},
|
text: "Visit Us", onClick: () => document.getElementById("location")?.scrollIntoView({ behavior: "smooth" })},
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user