4 Commits

Author SHA1 Message Date
290877c2e6 Update src/app/page.tsx 2026-04-05 18:03:35 +00:00
6b71661363 Merge version_6 into main
Merge version_6 into main
2026-04-05 17:45:52 +00:00
a397e8a4de Update src/app/page.tsx 2026-04-05 17:45:49 +00:00
11392401cd Merge version_5 into main
Merge version_5 into main
2026-04-05 17:37:57 +00:00

View File

@@ -47,10 +47,6 @@ export default function LandingPage() {
variant: "radial-gradient"}} variant: "radial-gradient"}}
title="Beluna Cafe" title="Beluna Cafe"
description="A cozy San Francisco escape for coffee, creativity, and connection." description="A cozy San Francisco escape for coffee, creativity, and connection."
buttons={[
{
text: "View Menu", href: "#menu"},
]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-sitting-cafe-talking-while-make-selfie_171337-19675.jpg", imageAlt: "Cafe interior view"}, imageSrc: "http://img.b2bpic.net/free-photo/loving-couple-sitting-cafe-talking-while-make-selfie_171337-19675.jpg", imageAlt: "Cafe interior view"},
@@ -162,8 +158,6 @@ export default function LandingPage() {
title: "Location", items: [ title: "Location", items: [
{ {
label: "1195 Oak St, San Francisco", href: "#"}, label: "1195 Oak St, San Francisco", href: "#"},
{
label: "View on Maps", href: "https://maps.google.com/?q=1195+Oak+St+San+Francisco"},
], ],
}, },
{ {