14 Commits

Author SHA1 Message Date
2e1e7c692c Update src/app/page.tsx 2026-04-05 21:47:25 +00:00
00615a306a Merge version_12 into main
Merge version_12 into main
2026-04-05 20:46:31 +00:00
bab4276c46 Update src/app/page.tsx 2026-04-05 20:46:29 +00:00
53fe4c17ce Merge version_12 into main
Merge version_12 into main
2026-04-05 20:45:29 +00:00
0562794227 Update src/app/page.tsx 2026-04-05 20:45:26 +00:00
5eb061994c Merge version_12 into main
Merge version_12 into main
2026-04-05 18:43:53 +00:00
3dff557b43 Update src/app/page.tsx 2026-04-05 18:43:47 +00:00
847b1e3011 Merge version_12 into main
Merge version_12 into main
2026-04-05 18:22:57 +00:00
ef0bf677a0 Update src/app/page.tsx 2026-04-05 18:22:54 +00:00
3b5d9e8127 Merge version_12 into main
Merge version_12 into main
2026-04-05 18:19:05 +00:00
88219f0da9 Update src/app/page.tsx 2026-04-05 18:18:59 +00:00
912d04f6be Merge version_11 into main
Merge version_11 into main
2026-04-05 18:17:10 +00:00
fa8e50699d Update src/app/page.tsx 2026-04-05 18:17:07 +00:00
63aa45334b Merge version_10 into main
Merge version_10 into main
2026-04-05 18:12:27 +00:00

View File

@@ -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,13 +152,10 @@ export default function LandingPage() {
],
},
{
title: "Links", items: [
{
label: "Menu", href: "#menu"},
{
label: "Contact", href: "#contact"},
],
},
title: "Contact", items: [
{ label: "415-529-1883", href: "tel:4155291883" }
]
}
]}
/>
</div>