diff --git a/src/app/page.tsx b/src/app/page.tsx
index 74d21eb..f196e71 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,39 +44,14 @@ export default function LandingPage() {
@@ -177,26 +108,11 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "essential",
- badge: "Core",
- price: "$5,000/mo",
- subtitle: "Foundation for growth",
- features: [
- "Strategy Audit",
- "2 Channels Management",
- ],
+ id: "essential", badge: "Core", price: "$5,000/mo", subtitle: "Foundation for growth", features: ["Strategy Audit", "2 Channels Management"]
},
{
- id: "premium",
- badge: "Elite",
- price: "$12,000/mo",
- subtitle: "Full authority",
- features: [
- "Complete Strategy",
- "4 Channels Management",
- "Priority Support",
- ],
- },
+ id: "premium", badge: "Elite", price: "$12,000/mo", subtitle: "Full authority", features: ["Complete Strategy", "4 Channels Management", "Priority Support"]
+ }
]}
title="Partnership Tiers."
description="Transparent investment for high-end growth."
@@ -209,49 +125,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Alex Rivet",
- handle: "@rivet",
- testimonial: "Transformed our entire digital strategy in three months.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg",
- },
- {
- id: "2",
- name: "Sarah Chen",
- handle: "@schen",
- testimonial: "Unparalleled sophistication in campaign execution.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-headphones-around-neck_23-2148397126.jpg",
- },
- {
- id: "3",
- name: "John Doe",
- handle: "@jdoe",
- testimonial: "Exceptional ROI and creative direction.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg",
- },
- {
- id: "4",
- name: "Maria Lopez",
- handle: "@mlopez",
- testimonial: "The best decision we made for our brand image.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
- },
- {
- id: "5",
- name: "Sam Smith",
- handle: "@ssmith",
- testimonial: "Consistency and quality that exceeds expectations.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-lovely-woman-with-long-light-brown-hair-big-blue-eyes-smiles-outdoors_291650-339.jpg",
- },
+ { id: "1", name: "Alex Rivet", handle: "@rivet", testimonial: "Transformed our entire digital strategy in three months.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg" },
+ { id: "2", name: "Sarah Chen", handle: "@schen", testimonial: "Unparalleled sophistication in campaign execution.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-headphones-around-neck_23-2148397126.jpg" },
+ { id: "3", name: "John Doe", handle: "@jdoe", testimonial: "Exceptional ROI and creative direction.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg" }
]}
showRating={true}
title="Trusted by Leaders."
+ description="Our clients represent the pinnacle of their respective industries."
/>
@@ -260,23 +140,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "1",
- title: "How long is the initial engagement?",
- content: "Our minimum commitment is 6 months to ensure strategic impact.",
- },
- {
- id: "2",
- title: "Do you provide ad management?",
- content: "Yes, we specialize in high-conversion paid social advertising.",
- },
- {
- id: "3",
- title: "How do we measure success?",
- content: "We align every campaign with your specific KPIs for clear measurement.",
- },
+ { id: "1", title: "How long is the initial engagement?", content: "Our minimum commitment is 6 months to ensure strategic impact." },
+ { id: "2", title: "Do you provide ad management?", content: "Yes, we specialize in high-conversion paid social advertising." },
+ { id: "3", title: "How do we measure success?", content: "We align every campaign with your specific KPIs for clear measurement." }
]}
title="Common Inquiries."
+ description="Quick answers to our most common client questions."
faqsAnimation="slide-up"
/>
@@ -284,16 +153,9 @@ export default function LandingPage() {