Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9af2f6c188 | |||
| 9820242c90 | |||
| 5a623f5d81 | |||
| dbefe37e5e | |||
| 16e16a1f8d | |||
| 7c403ce5fe |
@@ -27,10 +27,7 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<div style={{
|
||||
backgroundImage: `url("https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DI1e2k6EYhFwH9l7rLjtoP3nQ0/uploaded-1778476138014-qo7k4fxb.jpg")`,
|
||||
backgroundSize: 'cover',
|
||||
backgroundPosition: 'center',
|
||||
backgroundAttachment: 'fixed',
|
||||
backgroundColor: 'transparent',
|
||||
minHeight: '100vh'
|
||||
}}>
|
||||
<ReactLenis root>
|
||||
@@ -55,7 +52,6 @@ export default function LandingPage() {
|
||||
{ text: "Order Online", href: "#menu" },
|
||||
{ text: "Call Now", href: "tel:2094160403" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-hummus-plate-still-life_23-2149595651.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg", alt: "Couple enjoying food in restaurant" },
|
||||
@@ -168,7 +164,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Location", items: [
|
||||
{ label: "3821 Crowell Rd, Turlock", href: "#" },
|
||||
{ label: "3821 Crowell Rd, Turlock, CA 95382", href: "#" },
|
||||
{ label: "(209) 416-0403", href: "tel:2094160403" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user