Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa0fbb0d96 | |||
| edb66c3507 | |||
| aefbb8611d | |||
| a8e26dbe06 | |||
| 290877c2e6 | |||
| 6b71661363 | |||
| a397e8a4de | |||
| 11392401cd | |||
| fc092a2ef6 | |||
| 1ba4a47fb3 | |||
| 1e56aef586 | |||
| 546550adbd |
@@ -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"},
|
||||||
@@ -89,7 +85,7 @@ export default function LandingPage() {
|
|||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="scale-rotate"
|
animationType="scale-rotate"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
@@ -161,7 +157,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Location", items: [
|
title: "Location", items: [
|
||||||
{
|
{
|
||||||
label: "1195 Oak St, San Francisco", href: "#"},
|
label: "1195 Oak St, San Francisco", href: "https://www.google.com/maps/place/Beluna+Cafe/@37.7728351,-122.4414884,17z/data=!3m1!4b1!4m16!1m8!3m7!1s0x8085818880216513:0xf9d734a9ab634be9!2sBeluna+Cafe!8m2!3d37.7728351!4d-122.4389135!10e9!16s%2Fg%2F11scs3mcb3!3m6!1s0x8085818880216513:0xf9d734a9ab634be9!8m2!3d37.7728351!4d-122.4389135!10e9!16s%2Fg%2F11scs3mcb3?entry=ttu&g_ep=EgoyMDI2MDQwMS4wIKXMDSoASAFQAw%3D%3D"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user