diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bcbe332..cd65f63 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, diff --git a/src/app/page.tsx b/src/app/page.tsx index 9159c24..197004e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" />