From 91762bc44568a2ccaad7003225375d2c27d867a0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:28:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19865bb..22db5b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,7 +159,8 @@ export default function LandingPage() { title="Let's Build Something Exceptional." description="Transform your vision into a high-performance website that drives results. Our team is ready to bring your ideas to life." buttons={[ - { text: "Start Your Website", href: "mailto:hello@archisites.com" } + { text: "Start Your Website", href: "mailto:hello@archisites.com" }, + { text: "Schedule a Call", href: "#contact" } ]} buttonAnimation="slide-up" background={{ variant: "animated-grid" }} -- 2.49.1