diff --git a/src/app/page.tsx b/src/app/page.tsx index a11ec73..01f963a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,6 +65,7 @@ export default function LandingPage() { { type: "text", content: "The Mr. Blendz Experience" }, { type: "image", src: "http://img.b2bpic.net/free-photo/hairdresser-preparing-equipment-work-barber-shop_23-2148182010.jpg", alt: "Shop interior" }, ]} + buttons={[{ text: "Book Now", href: "#contact" }]} /> @@ -185,4 +186,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file