Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 290877c2e6 | |||
| 6b71661363 | |||
| a397e8a4de | |||
| 11392401cd | |||
| fc092a2ef6 | |||
| 1ba4a47fb3 |
@@ -47,10 +47,6 @@ export default function LandingPage() {
|
||||
variant: "radial-gradient"}}
|
||||
title="Beluna Cafe"
|
||||
description="A cozy San Francisco escape for coffee, creativity, and connection."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
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
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
@@ -162,8 +158,6 @@ export default function LandingPage() {
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "1195 Oak St, San Francisco", href: "#"},
|
||||
{
|
||||
label: "View on Maps", href: "https://maps.google.com/?q=1195+Oak+St+San+Francisco"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -181,4 +175,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user