Compare commits
16 Commits
version_3
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| fa8e50699d | |||
| 63aa45334b | |||
| 227b072cbf | |||
| ed32f4b976 | |||
| fa0fbb0d96 | |||
| edb66c3507 | |||
| aefbb8611d | |||
| a8e26dbe06 | |||
| 290877c2e6 | |||
| 6b71661363 | |||
| a397e8a4de | |||
| 11392401cd | |||
| fc092a2ef6 | |||
| 1ba4a47fb3 | |||
| 1e56aef586 | |||
| 546550adbd |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
@@ -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={[
|
||||||
{
|
{
|
||||||
@@ -156,24 +152,20 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterMedia
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/street-market-night_23-2151604349.jpg?_wi=1"
|
||||||
|
logoText="Beluna Cafe"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
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"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Links", items: [
|
title: "Contact", items: []
|
||||||
{
|
}
|
||||||
label: "Menu", href: "#menu"},
|
|
||||||
{
|
|
||||||
label: "Contact", href: "#contact"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoText="Beluna Cafe"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user