Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75b7db0a22 | |||
| cb0a1242e8 | |||
| e2ce7f41c9 | |||
| 1be963fcdb |
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user