Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9740b20b1d | |||
| 7f47a36e48 | |||
| 907a3d53a6 | |||
| b007099d47 | |||
| 2f2abf51f8 |
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
|||||||
{ text: "View Menu", href: "#menu" },
|
{ text: "View Menu", href: "#menu" },
|
||||||
{ text: "Get Directions", href: "#contact" },
|
{ text: "Get Directions", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-food-assortment-top-view_23-2148716416.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6aiS2gHU0TaaR4IwziZ0P0D9H/uploaded-1777605461404-a0fjk300.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg", alt: "Happy restaurant guests" },
|
{ src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg", alt: "Happy restaurant guests" },
|
||||||
@@ -166,6 +166,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6aiS2gHU0TaaR4IwziZ0P0D9H/uploaded-1777605369690-7ntcs22v.jpg"
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [
|
{ items: [
|
||||||
{ label: "Menu", href: "#menu" },
|
{ label: "Menu", href: "#menu" },
|
||||||
@@ -183,4 +184,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user