Compare commits
12 Commits
version_11
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e1e7c692c | |||
| 00615a306a | |||
| bab4276c46 | |||
| 53fe4c17ce | |||
| 0562794227 | |||
| 5eb061994c | |||
| 3dff557b43 | |||
| 847b1e3011 | |||
| ef0bf677a0 | |||
| 3b5d9e8127 | |||
| 88219f0da9 | |||
| 912d04f6be |
@@ -53,11 +53,11 @@ export default function LandingPage() {
|
||||
{
|
||||
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"
|
||||
/>
|
||||
@@ -91,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"},
|
||||
{
|
||||
@@ -134,26 +134,15 @@ 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">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-market-night_23-2151604349.jpg?_wi=1"
|
||||
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={[
|
||||
{
|
||||
@@ -163,7 +152,9 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: []
|
||||
title: "Contact", items: [
|
||||
{ label: "415-529-1883", href: "tel:4155291883" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user