From f06dc117984ef1d422c2c836f0eb6702c326cf3b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:20:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d7818d..19865bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,8 +61,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-concept-with-discount_23-2148590928.jpg?_wi=2", imageAlt: "Project showcase three" } ]} buttons={[ - { text: "Start a Project", href: "#contact" }, - { text: "View Our Work", href: "#portfolio" } + { text: "Start a Project", href: "#contact" } ]} buttonAnimation="slide-up" carouselPosition="right" @@ -160,8 +159,7 @@ 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: "Schedule a Call", href: "#contact" } + { text: "Start Your Website", href: "mailto:hello@archisites.com" } ]} buttonAnimation="slide-up" background={{ variant: "animated-grid" }} -- 2.49.1