Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-07 14:20:20 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,8 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Nando Parrucchiere", description: "Premium hair care experience in Ottaviano"};
title: "Nando Parrucchiere", description: "Premium hair care experience in Ottaviano"
};
export default function RootLayout({
children,

View File

@@ -76,12 +76,12 @@ export default function LandingPage() {
},
]}
buttons={[
{ text: "Book Your Appointment Now", href: "tel:+39-081-8278988" },
{ text: "Book Appointment", href: "tel:+39-081-8278988" },
{ text: "Learn More", href: "#services" },
]}
buttonAnimation="slide-up"
carouselPosition="right"
buttonClassName="first:font-bold first:bg-primary first:text-white"
buttonClassName="first:shadow-lg first:scale-105 first:font-bold first:bg-primary first:text-white hover:first:scale-110 transition-transform"
/>
</div>