Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cb0a1242e8 | |||
| e2ce7f41c9 | |||
| 1be963fcdb |
@@ -11,7 +11,8 @@ const geistMono = Geist_Mono({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -76,12 +76,12 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your Appointment Now", href: "tel:+39-081-8278988" },
|
{ text: "Book Appointment", href: "tel:+39-081-8278988" },
|
||||||
{ text: "Learn More", href: "#services" },
|
{ text: "Learn More", href: "#services" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
carouselPosition="right"
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user