From bc45d4ba6b69b19649d37c841fdf4b900e15eed0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 03:28:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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