Update src/app/page.tsx

This commit is contained in:
2026-03-09 10:38:37 +00:00
parent f4da0f33e5
commit e6a372dd84

View File

@@ -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>
);
}
}