Compare commits
14 Commits
version_7
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| bab4276c46 | |||
| 0562794227 | |||
| 3dff557b43 | |||
| ef0bf677a0 | |||
| 88219f0da9 | |||
| 912d04f6be | |||
| fa8e50699d | |||
| 63aa45334b | |||
| 227b072cbf | |||
| ed32f4b976 | |||
| fa0fbb0d96 | |||
| edb66c3507 | |||
| aefbb8611d | |||
| a8e26dbe06 |
@@ -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';
|
||||
@@ -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"},
|
||||
{
|
||||
@@ -146,33 +146,31 @@ export default function LandingPage() {
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-market-night_23-2151604349.jpg?_wi=2"
|
||||
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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user