diff --git a/src/app/page.tsx b/src/app/page.tsx
index 138f461..4c1d6e0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,14 +28,10 @@ export default function LandingPage() {
@@ -43,20 +39,14 @@ export default function LandingPage() {
@@ -81,12 +70,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "1", title: "Strategic Content", description: "Story-driven assets designed to convert audience interest into customer action.", tag: "Content", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-post-its_23-2149362915.jpg"},
- {
- id: "2", title: "Viral Growth", description: "High-impact social amplification techniques that expand your brand footprint.", tag: "Growth", imageSrc: "http://img.b2bpic.net/free-photo/colored-waterdrops-falling-water_23-2147748937.jpg"},
- {
- id: "3", title: "AI Analytics", description: "Precision performance tracking that informs every decision for maximum ROI.", tag: "Data", imageSrc: "http://img.b2bpic.net/free-photo/digital-banking-transparent-screen_53876-105382.jpg"},
+ { id: "1", title: "Strategic Content", description: "Story-driven assets designed to convert audience interest into customer action.", tag: "Content", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-post-its_23-2149362915.jpg" },
+ { id: "2", title: "Viral Growth", description: "High-impact social amplification techniques that expand your brand footprint.", tag: "Growth", imageSrc: "http://img.b2bpic.net/free-photo/colored-waterdrops-falling-water_23-2147748937.jpg" },
+ { id: "3", title: "AI Analytics", description: "Precision performance tracking that informs every decision for maximum ROI.", tag: "Data", imageSrc: "http://img.b2bpic.net/free-photo/digital-banking-transparent-screen_53876-105382.jpg" },
]}
title="Our Expert Services"
description="Comprehensive marketing solutions tailored to dominate digital landscapes."
@@ -100,12 +86,9 @@ export default function LandingPage() {
title="Client Success Stories"
description="See how we've transformed digital presence for industry leaders."
testimonials={[
- {
- id: "1", title: "150% Growth in Engagement", quote: "Pulse transformed our social strategy. Their data-driven approach is unmatched.", name: "Alex Rivet", role: "CEO, NovaTech"},
- {
- id: "2", title: "Content that Converts", quote: "The visual assets produced by Pulse are simply world-class. Our ROI has never been higher.", name: "Sarah Chen", role: "CMO, LuxeLife"},
- {
- id: "3", title: "Scale & Speed", quote: "They don't just manage social, they accelerate it. Essential for any growth-stage brand.", name: "Mark Vane", role: "Director, PeakPerform"}
+ { id: "1", title: "150% Growth in Engagement", quote: "Pulse transformed our social strategy. Their data-driven approach is unmatched.", name: "Alex Rivet", role: "CEO, NovaTech" },
+ { id: "2", title: "Content that Converts", quote: "The visual assets produced by Pulse are simply world-class. Our ROI has never been higher.", name: "Sarah Chen", role: "CMO, LuxeLife" },
+ { id: "3", title: "Scale & Speed", quote: "They don't just manage social, they accelerate it. Essential for any growth-stage brand.", name: "Mark Vane", role: "Director, PeakPerform" }
]}
/>
@@ -120,6 +103,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "Tell us about your brand goals" }}
imageSrc="http://img.b2bpic.net/free-photo/man-using-smartphone-cafe_23-2148408018.jpg"
+ useInvertedBackground={false}
/>
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx
index 8401ac4..06141ad 100644
--- a/src/app/pricing/page.tsx
+++ b/src/app/pricing/page.tsx
@@ -8,23 +8,37 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
export default function PricingPage() {
return (
-