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" }}