Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ce91bb151 | |||
| 2e1e7c692c | |||
| 00615a306a | |||
| bab4276c46 | |||
| 53fe4c17ce | |||
| 0562794227 | |||
| 5eb061994c | |||
| 3dff557b43 | |||
| 847b1e3011 | |||
| ef0bf677a0 | |||
| 3b5d9e8127 | |||
| 88219f0da9 | |||
| 912d04f6be | |||
| fa8e50699d | |||
| 63aa45334b | |||
| 227b072cbf | |||
| ed32f4b976 | |||
| fa0fbb0d96 | |||
| edb66c3507 | |||
| aefbb8611d | |||
| a8e26dbe06 | |||
| 290877c2e6 | |||
| 6b71661363 |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
@@ -47,21 +47,17 @@ 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"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-manager-standing-her-restaurant-using-computer_23-2147936244.jpg", imageAlt: "Workspace atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-drink-with-milk_23-2148865605.jpg", imageAlt: "Signature latte"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bs4UjfAcOsU7tXKonPwPcWGzeD/tmp/downtown-san-francisco-and-golden-gate-b-1775421807140-524ac91c.png", imageAlt: "Signature latte"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-living-room-loft-style_1150-10726.jpg", imageAlt: "Cozy cafe seating"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-market-night_23-2151604349.jpg?_wi=1", imageAlt: "Cafe facade"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bs4UjfAcOsU7tXKonPwPcWGzeD/tmp/a-coffee-getting-pored-into-a-cup-from-e-1775421895275-77f34641.png", imageAlt: "Cafe facade"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -95,7 +91,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "p1", name: "Iced Latte", price: "$5.95", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-caramel-cinnamon_140725-9491.jpg"},
|
||||
{
|
||||
id: "p2", name: "Butter And Jam Bagel", price: "$3.95", imageSrc: "http://img.b2bpic.net/free-photo/pretzel-coffee_23-2148574597.jpg"},
|
||||
id: "p2", name: "Butter And Jam Bagel", price: "$3.95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bs4UjfAcOsU7tXKonPwPcWGzeD/tmp/butater-and-jam-bagel-on-a-plate-nich-1775421970062-d54ca8f8.png"},
|
||||
{
|
||||
id: "p3", name: "Banana Bread", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-slices-delicious-banana-bread-with-chocolate-chunks-walnut-plate_181624-22706.jpg"},
|
||||
{
|
||||
@@ -138,42 +134,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Visit Beluna Today"
|
||||
description="Find us at 1195 Oak St, San Francisco, CA. Drop us a note if you're planning a large group booking."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-market-night_23-2151604349.jpg?_wi=2"
|
||||
inputs={[]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bs4UjfAcOsU7tXKonPwPcWGzeD/tmp/san-francisco-golden-gate-bridge-with-do-1775413268540-f23e21b6.png"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bs4UjfAcOsU7tXKonPwPcWGzeD/tmp/a-cafe-named-beluna-cafe-from-outside-th-1775414418061-99ddaf07.png"
|
||||
logoText="Beluna Cafe"
|
||||
columns={[
|
||||
{
|
||||
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: [
|
||||
{
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "415-529-1883", href: "tel:4155291883" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Beluna Cafe"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user