Update src/app/page.tsx

This commit is contained in:
2026-04-19 03:28:46 +00:00
parent 2a30df0163
commit bc45d4ba6b

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
]}
brandName="Sunnyside Digital"
button={{
text: "Start Your Project", href: "contact"}}
text: "Book a Meeting", href: "#contact"}}
/>
</div>
@@ -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: "#"},
]}
/>
</div>
@@ -240,4 +240,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}