From 979dec1843e8420d9db6be27b6cd09125a1195c8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 10:27:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a63b356..39341e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { description="Authenticity in Every Beat. Music producer & artist blending Hip Hop, R&B, Soul, Jazz & Pop." buttons={[ { - text: "Listen to Portfolio", href: "#music"}, + text: "Listen Now", href: "#music"}, { text: "Book a Session", href: "#contact"}, ]} @@ -91,6 +91,9 @@ export default function LandingPage() { ]} title="Premium Services" description="Radio-ready sound engineering and recording tailored to your unique artistic vision." + buttons={[ + { text: "Book a Consultation", href: "#contact" } + ]} /> -- 2.49.1