From 334aa446f52bea66eba53253788fe481959384f1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 16:07:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd45192..137081c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,8 +130,8 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Answers to common questions." faqs={[ - { id: "f1", title: "What services do you offer?", content: "Software engineering and product design." }, - { id: "f2", title: "How do we collaborate?", content: "Through direct consultation and strategic planning." } + { id: "f1", title: "What services do you offer?", content: "I specialize in full-stack software development and intuitive product design. My stack includes modern frameworks like React and Next.js, combined with robust backend architectures for scalable, high-performance applications." }, + { id: "f2", title: "How do we collaborate?", content: "We start with a thorough discovery phase to align on goals. I follow an agile, iterative workflow with regular milestones, ensuring constant communication and complete transparency throughout the development lifecycle." } ]} faqsAnimation="slide-up" textboxLayout="default" @@ -144,7 +144,7 @@ export default function LandingPage() { tag="Contact" title="Let's work together" description="Reach out to discuss potential projects or opportunities." - buttons={[{ text: "Contact Me", href: "mailto:email@example.com" }]} + buttons={[{ text: "Discuss Your Project", href: "mailto:email@example.com" }]} background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1