4 Commits

Author SHA1 Message Date
979dec1843 Update src/app/page.tsx 2026-04-20 10:27:29 +00:00
6089ce0f6d Merge version_3 into main
Merge version_3 into main
2026-04-20 10:26:01 +00:00
b11334d25e Merge version_2 into main
Merge version_2 into main
2026-04-20 10:25:59 +00:00
88ef896432 Update src/app/page.tsx 2026-04-20 10:25:58 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
description="Authenticity in Every Beat. Music producer & artist blending Hip Hop, R&B, Soul, Jazz & Pop." description="Authenticity in Every Beat. Music producer & artist blending Hip Hop, R&B, Soul, Jazz & Pop."
buttons={[ buttons={[
{ {
text: "Listen to Portfolio", href: "#music"}, text: "Listen Now", href: "#music"},
{ {
text: "Book a Session", href: "#contact"}, text: "Book a Session", href: "#contact"},
]} ]}
@@ -91,6 +91,9 @@ export default function LandingPage() {
]} ]}
title="Premium Services" title="Premium Services"
description="Radio-ready sound engineering and recording tailored to your unique artistic vision." description="Radio-ready sound engineering and recording tailored to your unique artistic vision."
buttons={[
{ text: "Book a Consultation", href: "#contact" }
]}
/> />
</div> </div>
@@ -182,8 +185,8 @@ export default function LandingPage() {
variant: "plain"}} variant: "plain"}}
tag="Get in Touch" tag="Get in Touch"
title="Book Your Session" title="Book Your Session"
description="Reach out via email or WhatsApp to get started. Located in Woodstock, Cape Town." description="Reach out via email or WhatsApp to get started. Located in Woodstock, Cape Town. Contact: tylin79@yahoo.com | 067 033 4601"
inputPlaceholder="tylin79@yahoo.com | 067 033 4601" inputPlaceholder="Enter your email to book"
/> />
</div> </div>
@@ -199,4 +202,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }