From 8dcb1df75faa97ec7d08091c697897b5d8db166c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 18:33:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d0219e..3d3ff47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -217,10 +217,12 @@ export default function LandingPage() { variant: "sparkles-gradient"}} tag="Get Started" title="Ready to Scale Your Digital Impact?" - description="Let's build something remarkable together. Contact us for a consultation today." + description="Let's build something remarkable together. Contact us for a consultation today. Reach out to us at hello@solvara.digital or call (555) 123-4567. We are located at 123 Tech Avenue, Innovation City, CA." buttons={[ { - text: "Contact Us", href: "mailto:hello@example.com"}, + text: "Email Us", href: "mailto:hello@solvara.digital"}, + { + text: "Call Us", href: "tel:+15551234567"}, ]} /> @@ -253,8 +255,8 @@ export default function LandingPage() { ], }, ]} - bottomLeftText="© 2024 Apex Digital" - bottomRightText="All rights reserved." + bottomLeftText="© 2024 Solvara Digital" + bottomRightText="All rights reserved. 123 Tech Ave, CA." />