4 Commits

Author SHA1 Message Date
9af2f6c188 Update src/app/page.tsx 2026-05-11 05:19:29 +00:00
9820242c90 Merge version_6 into main
Merge version_6 into main
2026-05-11 05:16:27 +00:00
5a623f5d81 Update src/app/page.tsx 2026-05-11 05:16:21 +00:00
dbefe37e5e Merge version_5 into main
Merge version_5 into main
2026-05-11 05:13:30 +00:00

View File

@@ -27,10 +27,7 @@ export default function LandingPage() {
headingFontWeight="medium" headingFontWeight="medium"
> >
<div style={{ <div style={{
backgroundImage: `url("https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DI1e2k6EYhFwH9l7rLjtoP3nQ0/uploaded-1778476138014-qo7k4fxb.jpg")`, backgroundColor: 'transparent',
backgroundSize: 'cover',
backgroundPosition: 'center',
backgroundAttachment: 'fixed',
minHeight: '100vh' minHeight: '100vh'
}}> }}>
<ReactLenis root> <ReactLenis root>
@@ -167,7 +164,7 @@ export default function LandingPage() {
}, },
{ {
title: "Location", items: [ title: "Location", items: [
{ label: "3821 Crowell Rd, Turlock", href: "#" }, { label: "3821 Crowell Rd, Turlock, CA 95382", href: "#" },
{ label: "(209) 416-0403", href: "tel:2094160403" }, { label: "(209) 416-0403", href: "tel:2094160403" },
], ],
}, },