3 Commits

Author SHA1 Message Date
cb0a1242e8 Update src/app/page.tsx 2026-03-07 14:20:15 +00:00
e2ce7f41c9 Update src/app/layout.tsx 2026-03-07 14:20:14 +00:00
1be963fcdb Merge version_2 into main
Merge version_2 into main
2026-03-07 14:17:14 +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>