From 8a247badcf5d32c817ca1dcd5f46d8c8574fbc8d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:48:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3ea68c..88c2134 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -226,6 +226,7 @@ export default function WebAgency2Page() { textboxLayout="default" useInvertedBackground={false} faqsAnimation="slide-up" + buttons={[{ text: "Get in Touch", href: "#contact" }]} faqs={[ { id: "1", title: "How long does a typical project take?", content: "Most projects are completed within 2-4 weeks depending on scope and complexity. We'll provide a detailed timeline during our initial consultation." }, { id: "2", title: "What is your pricing structure?", content: "We offer project-based pricing tailored to your needs. Every project includes design, development, SEO optimization, and post-launch support." },