Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9aa71e865f | |||
| e6a372dd84 | |||
| f4da0f33e5 |
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -46,10 +46,13 @@ export default function LandingPage() {
|
||||
{ text: "Call Now", href: "tel:+39032145330" },
|
||||
{ text: "Get Directions", href: "https://maps.google.com/?q=Via+Daniele+Ranzoni+2+Novara+Italy" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-bearded-hipster-male-dressed-fleece-shirt-drinks-coffee-hairdresser-s-salon_613910-5661.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfbvogRFJmCdOn3G37O9rGsOdS/uploaded-1773052355389-01ioymfy.jpg"
|
||||
imageAlt="Barber hands at work precision haircut"
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
containerClassName="w-full h-full bg-cover bg-center bg-no-repeat"
|
||||
mediaWrapperClassName="w-full h-full absolute inset-0"
|
||||
imageClassName="w-full h-full object-cover"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -182,4 +185,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user