diff --git a/app/channels/[slug]/channel-page.module.css b/app/channels/[slug]/channel-page.module.css index fc3b1a6..19bd6de 100644 --- a/app/channels/[slug]/channel-page.module.css +++ b/app/channels/[slug]/channel-page.module.css @@ -16,7 +16,7 @@ .hero { padding: 8rem 0; text-align: center; - background-image: url('/hero-inner-bg.png'); + background-image: url('/images/inner-banner/channel-banner.webp'); /* Use same image as About */ background-size: cover; background-position: center; diff --git a/app/channels/[slug]/page.tsx b/app/channels/[slug]/page.tsx index d3a9454..dbf61dc 100644 --- a/app/channels/[slug]/page.tsx +++ b/app/channels/[slug]/page.tsx @@ -153,6 +153,11 @@ export default async function ChannelPage(props: PageProps) {

Loved by {channel.title} Creators

+
+ + Review us on Google + +
)} diff --git a/app/features/features.module.css b/app/features/features.module.css index a2d1b87..94e675f 100644 --- a/app/features/features.module.css +++ b/app/features/features.module.css @@ -3,7 +3,7 @@ } .hero { - background-image: url('/hero-inner-bg.png'); + background-image: url('/images/inner-banner/features-banner.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; diff --git a/app/features/page.tsx b/app/features/page.tsx index 2dcf02c..6ec2493 100644 --- a/app/features/page.tsx +++ b/app/features/page.tsx @@ -121,7 +121,7 @@ export default function FeaturesPage() {
SocialBuddy Features
Social media management workspace diff --git a/app/pricing/pricing.module.css b/app/pricing/pricing.module.css index da17877..11da431 100644 --- a/app/pricing/pricing.module.css +++ b/app/pricing/pricing.module.css @@ -5,7 +5,7 @@ .hero { padding: 8rem 0; text-align: center; - background-image: url('/hero-inner-bg.png'); + background-image: url('/images/inner-banner/pricing-banner.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; diff --git a/app/resources/[slug]/page.tsx b/app/resources/[slug]/page.tsx index 713a4bd..2e162ba 100644 --- a/app/resources/[slug]/page.tsx +++ b/app/resources/[slug]/page.tsx @@ -41,7 +41,10 @@ export default async function ResourceDetailPage(props: PageProps) { return (
{/* Standardized Hero/Banner Section */} -
+

{resource.title}

@@ -56,7 +59,7 @@ export default async function ResourceDetailPage(props: PageProps) {