From ab2a5f5f741de953627bdd10d9b29d6d8ba8a4fc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:32:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 70 +++++++++++++++++++++++++++++------------------- 1 file changed, 42 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67f15d8..0e6dfe5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="largeSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -44,7 +44,7 @@ export default function LandingPage() { @@ -172,17 +180,23 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", title: "How long does it take to build a website?", content: "Typical website projects take 6-12 weeks from discovery to launch, depending on complexity and scope. Simple sites may launch in 4-6 weeks, while custom e-commerce platforms can take 12-16 weeks. We'll provide a detailed timeline during the initial consultation."}, + id: "1", title: "How long does it take to build a website?", content: "Typical website projects take 6-12 weeks from discovery to launch, depending on complexity and scope. Simple sites may launch in 4-6 weeks, while custom e-commerce platforms can take 12-16 weeks. We'll provide a detailed timeline during the initial consultation." + }, { - id: "2", title: "What is your pricing model?", content: "We offer flexible pricing based on your project scope and requirements. Most sites range from $5,000 to $50,000+. We provide transparent quotes with no hidden fees and discuss budget options during the discovery phase."}, + id: "2", title: "What is your pricing model?", content: "We offer flexible pricing based on your project scope and requirements. Most sites range from $5,000 to $50,000+. We provide transparent quotes with no hidden fees and discuss budget options during the discovery phase." + }, { - id: "3", title: "Do you provide ongoing support?", content: "Yes! We offer maintenance and support packages to keep your site running smoothly. This includes updates, security monitoring, backups, and technical support. Many clients find this invaluable for long-term success."}, + id: "3", title: "Do you provide ongoing support?", content: "Yes! We offer maintenance and support packages to keep your site running smoothly. This includes updates, security monitoring, backups, and technical support. Many clients find this invaluable for long-term success." + }, { - id: "4", title: "Will my website be mobile-friendly?", content: "Absolutely. Every website we build is fully responsive and optimized for mobile devices. With over 60% of web traffic coming from mobile, we prioritize mobile-first design in every project."}, + id: "4", title: "Will my website be mobile-friendly?", content: "Absolutely. Every website we build is fully responsive and optimized for mobile devices. With over 60% of web traffic coming from mobile, we prioritize mobile-first design in every project." + }, { - id: "5", title: "Can you help with SEO?", content: "Yes, we build all sites with SEO best practices in mind, including proper structure, fast loading times, and mobile optimization. We can also recommend SEO specialists for more comprehensive digital marketing strategies."}, + id: "5", title: "Can you help with SEO?", content: "Yes, we build all sites with SEO best practices in mind, including proper structure, fast loading times, and mobile optimization. We can also recommend SEO specialists for more comprehensive digital marketing strategies." + }, { - id: "6", title: "What if I need to make changes after launch?", content: "We include a 30-day post-launch revision period at no additional cost. After that, we offer ongoing support packages or pay-as-you-go updates at competitive rates. You'll always have easy access to make changes."}, + id: "6", title: "What if I need to make changes after launch?", content: "We include a 30-day post-launch revision period at no additional cost. After that, we offer ongoing support packages or pay-as-you-go updates at competitive rates. You'll always have easy access to make changes." + }, ]} ariaLabel="Frequently asked questions about our services" /> -- 2.49.1