diff --git a/src/app/page.tsx b/src/app/page.tsx
index c1e6296..af4eb1a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,44 +31,22 @@ export default function LandingPage() {
@@ -77,23 +55,8 @@ export default function LandingPage() {
@@ -102,27 +65,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- tag: "Design",
- title: "Custom Web Design",
- subtitle: "Unique experiences",
- description: "Beautiful, responsive websites built specifically for your brand needs.",
- imageSrc: "http://img.b2bpic.net/free-photo/angry-frustrated-manager-working-statup-project_482257-77537.jpg",
- },
- {
- tag: "Growth",
- title: "SEO & Performance",
- subtitle: "Get found easily",
- description: "Optimized code and content structures to ensure your site performs and ranks.",
- imageSrc: "http://img.b2bpic.net/free-vector/seo-icon_632498-3590.jpg",
- },
- {
- tag: "Support",
- title: "Maintenance & Support",
- subtitle: "Always reliable",
- description: "Full-service management so you can focus on running your business.",
- imageSrc: "http://img.b2bpic.net/free-vector/creative-computer-logo-template_23-2149212784.jpg",
- },
+ { tag: "Design", title: "Custom Web Design", subtitle: "Unique experiences", description: "Beautiful, responsive websites built specifically for your brand needs.", imageSrc: "http://img.b2bpic.net/free-photo/angry-frustrated-manager-working-statup-project_482257-77537.jpg" },
+ { tag: "Growth", title: "SEO & Performance", subtitle: "Get found easily", description: "Optimized code and content structures to ensure your site performs and ranks.", imageSrc: "http://img.b2bpic.net/free-vector/seo-icon_632498-3590.jpg" },
+ { tag: "Support", title: "Maintenance & Support", subtitle: "Always reliable", description: "Full-service management so you can focus on running your business.", imageSrc: "http://img.b2bpic.net/free-vector/creative-computer-logo-template_23-2149212784.jpg" },
]}
title="Professional Services"
description="Tailored solutions for your digital presence."
@@ -131,30 +76,13 @@ export default function LandingPage() {
@@ -231,21 +121,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- {
- id: "1",
- title: "How long does a build take?",
- content: "Most projects are completed within 4-6 weeks depending on complexity.",
- },
- {
- id: "2",
- title: "Do you offer SEO?",
- content: "Yes, every site I build is SEO-optimized from the ground up.",
- },
- {
- id: "3",
- title: "How do we get started?",
- content: "Simply reach out via the contact form and we'll schedule a discovery call.",
- },
+ { id: "1", title: "How long does a build take?", content: "Most projects are completed within 4-6 weeks depending on complexity." },
+ { id: "2", title: "Do you offer SEO?", content: "Yes, every site I build is SEO-optimized from the ground up." },
+ { id: "3", title: "How do we get started?", content: "Simply reach out via the contact form and we'll schedule a discovery call." },
]}
title="Common Questions"
description="Answers to get you started."
@@ -256,9 +134,7 @@ export default function LandingPage() {