diff --git a/src/app/page.tsx b/src/app/page.tsx index 2910400..187db4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,8 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/defocused-dusty-lights-optical-fibers_23-2148241370.jpg", imageAlt: "Atmosfera serale" }, { imageSrc: "http://img.b2bpic.net/free-vector/table-tennis-logo-collection_23-2148646407.jpg", imageAlt: "Ping pong e biliardo" }, ]} - buttons={[{ text: "Prenota il tuo campo", href: "#contact" }]} + buttons={[{ text: "Prenota il tuo campo ora", href: "#contact" }] + } /> @@ -147,4 +148,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file