Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 979dec1843 | |||
| 6089ce0f6d | |||
| b11334d25e | |||
| 88ef896432 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user