diff --git a/src/app/page.tsx b/src/app/page.tsx index 40eeddd..849d058 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { ]} brandName="Sunnyside Digital" button={{ - text: "Start Your Project", href: "contact"}} + text: "Book a Meeting", href: "#contact"}} /> @@ -82,7 +82,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Start Your Project", href: "contact"}, + text: "Book a Meeting", href: "#contact"}, ]} avatars={[ { @@ -206,10 +206,10 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "plain"}} - text="Ready to take your digital presence to the next level? Contact us today to discuss your project." + text="Ready to take your digital presence to the next level? Contact us at sunnytruong2017@gmail.com or (714) 725 1563 to book a meeting." buttons={[ { - text: "Start Your Project", href: "mailto:hello@sunnysidedigital.com"}, + text: "Book a Meeting", href: "#"}, ]} /> @@ -240,4 +240,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file