diff --git a/src/app/page.tsx b/src/app/page.tsx
index 71b2e89..a7b1616 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,22 +33,10 @@ export default function LandingPage() {
@@ -179,7 +100,6 @@ export default function LandingPage() {
@@ -196,39 +117,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "p1",
- badge: "Startup",
- price: "$15,000",
- subtitle: "Essential presence",
- features: [
- "Custom Design",
- "SEO Audit",
- "Speed Optimization",
- ],
- },
- {
- id: "p2",
- badge: "Growth",
- price: "$35,000",
- subtitle: "Scaling teams",
- features: [
- "Advanced UI/UX",
- "Custom Integrations",
- "Analytics Setup",
- ],
- },
- {
- id: "p3",
- badge: "Enterprise",
- price: "$50,000+",
- subtitle: "Market dominance",
- features: [
- "Full Stack Solution",
- "Priority Support",
- "ROI Optimization",
- ],
- },
+ { id: "p1", badge: "Startup", price: "$15,000", subtitle: "Essential presence", features: ["Custom Design", "SEO Audit", "Speed Optimization"] },
+ { id: "p2", badge: "Growth", price: "$35,000", subtitle: "Scaling teams", features: ["Advanced UI/UX", "Custom Integrations", "Analytics Setup"] },
+ { id: "p3", badge: "Enterprise", price: "$50,000+", subtitle: "Market dominance", features: ["Full Stack Solution", "Priority Support", "ROI Optimization"] },
]}
title="Transparent Project Pricing"
description="Flexible plans tailored to your growth goals."
@@ -242,46 +133,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- name: "Sarah Johnson",
- role: "CEO",
- company: "TechCorp",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg",
- },
- {
- id: "t2",
- name: "Michael Chen",
- role: "CTO",
- company: "InnovateLab",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-laptop_23-2149915909.jpg",
- },
- {
- id: "t3",
- name: "Emily Rodriguez",
- role: "Marketing Director",
- company: "GrowthCo",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg",
- },
- {
- id: "t4",
- name: "David Kim",
- role: "Product Manager",
- company: "StartupXYZ",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg",
- },
- {
- id: "t5",
- name: "Alex Smith",
- role: "Founder",
- company: "RetailHero",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-hipster-male-dressed-suit-sunglasses-dark-grey-background_613910-4689.jpg",
- },
+ { id: "t1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg" },
+ { id: "t2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-laptop_23-2149915909.jpg" },
+ { id: "t3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg" },
+ { id: "t4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg" },
+ { id: "t5", name: "Alex Smith", role: "Founder", company: "RetailHero", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-hipster-male-dressed-suit-sunglasses-dark-grey-background_613910-4689.jpg" },
]}
title="What Clients Say"
description="Real feedback from industry leaders we have helped scale."
@@ -293,21 +149,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "How long does a project take?",
- content: "Average projects take 8-12 weeks depending on complexity.",
- },
- {
- id: "f2",
- title: "What is the billing process?",
- content: "We work on a milestone-based payment schedule.",
- },
- {
- id: "f3",
- title: "Do you provide support?",
- content: "Yes, we offer ongoing maintenance and growth packages.",
- },
+ { id: "f1", title: "How long does a project take?", content: "Average projects take 8-12 weeks depending on complexity." },
+ { id: "f2", title: "What is the billing process?", content: "We work on a milestone-based payment schedule." },
+ { id: "f3", title: "Do you provide support?", content: "Yes, we offer ongoing maintenance and growth packages." },
]}
title="Frequently Asked Questions"
faqsAnimation="blur-reveal"
@@ -318,18 +162,10 @@ export default function LandingPage() {
@@ -337,32 +173,8 @@ export default function LandingPage() {