diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 7259654..29827da 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -25,12 +25,13 @@ export default function BlogPage() {
@@ -42,6 +43,7 @@ export default function BlogPage() {
description="Expert social media strategies for modern brands."
animationType="slide-up"
textboxLayout="split"
+ useInvertedBackground={false}
blogs={[
{
id: "1", category: "Strategy", title: "Mastering Short-Form Video", excerpt: "How to capture attention in the first 3 seconds.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-blue-light-streaks-abstract-background_84443-73897.jpg", authorName: "Alex Rivers", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4694.jpg", date: "Oct 24, 2023"
diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx
index e27bb31..1f5d3c1 100644
--- a/src/app/portfolio/page.tsx
+++ b/src/app/portfolio/page.tsx
@@ -8,25 +8,28 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
export default function PortfolioPage() {
return (
-
+
-
+
+
+
-
);
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx
index 5261046..62c2561 100644
--- a/src/app/pricing/page.tsx
+++ b/src/app/pricing/page.tsx
@@ -8,18 +8,20 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
export default function PricingPage() {
return (
-
+
-
+
+
+
-
+
);
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 02696a8..eaeaf34 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -8,25 +8,28 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
export default function ServicesPage() {
return (
-
+
-
+
+
+
-
);
diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx
index 99c828b..c36246c 100644
--- a/src/app/team/page.tsx
+++ b/src/app/team/page.tsx
@@ -8,18 +8,20 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
export default function TeamPage() {
return (
-
+
-
+
+
+
-
+
);