6 Commits

Author SHA1 Message Date
334aa446f5 Update src/app/page.tsx 2026-05-01 16:07:30 +00:00
f7477ff07c Switch to version 4: modified src/app/page.tsx 2026-05-01 15:30:22 +00:00
187c5628d9 Merge version_5 into main
Merge version_5 into main
2026-05-01 15:19:32 +00:00
7a4f10903a Update src/app/page.tsx 2026-05-01 15:19:26 +00:00
548aea9d32 Switch to version 3: modified src/app/page.tsx 2026-05-01 15:16:50 +00:00
434a3f0ee0 Merge version_4 into main
Merge version_4 into main
2026-05-01 15:05:55 +00:00

View File

@@ -130,8 +130,8 @@ export default function LandingPage() {
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Answers to common questions." description="Answers to common questions."
faqs={[ faqs={[
{ id: "f1", title: "What services do you offer?", content: "Software engineering and product design." }, { 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: "Through direct consultation and strategic planning." } { 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" faqsAnimation="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -144,7 +144,7 @@ export default function LandingPage() {
tag="Contact" tag="Contact"
title="Let's work together" title="Let's work together"
description="Reach out to discuss potential projects or opportunities." 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" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />