From 35563f58ab0d23398988452fe0dd6438b86df49c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:59:58 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4be6e57..6f25333 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,7 +49,7 @@ export default function AboutPage() { tag="About CreatorForge" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-organized-confident-creator-with-a-cl-1772551748385-07c84d31.png" imageAlt="CreatorForge Mission" buttons={[ @@ -115,7 +115,7 @@ export default function AboutPage() { { text: "Start Free Trial Now", href: "/pricing" }, { text: "Schedule a Demo", href: "/contact" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1 From 2d07ddadb0d3d088ee7b3efed5e57c9c5b6a828c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:00:00 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f180c19..62e614e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -49,7 +49,7 @@ export default function ContactPage() { tag="Contact Us" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/an-organized-confident-creator-with-a-cl-1772551748385-07c84d31.png" imageAlt="CreatorForge Contact" buttons={[ @@ -105,7 +105,7 @@ export default function ContactPage() { { text: "Start Free Trial", href: "/pricing" }, { text: "Email Us", href: "mailto:hello@creatorforge.io" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1 From 34299ed76283f6a168772d9b9487d5641bf57957 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:00:01 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0dde4f0..3a758c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function HomePage() { tag="AI-Powered Creator Platform" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARNkPkpqLVsJj4fJDAFBiAw3Qo/a-sleek-ai-powered-creator-dashboard-int-1772551748233-aa931284.png" imageAlt="CreatorForge AI Dashboard" buttons={[ @@ -326,7 +326,7 @@ export default function HomePage() { { text: "Start Your Free Trial", href: "#signup" }, { text: "Schedule Demo Call", href: "#contact" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1 From 8e76619bd92e53928ddbfd536864e16d589a6deb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:00:02 +0000 Subject: [PATCH 4/4] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 2247cf2..c7a1486 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -106,7 +106,7 @@ export default function PricingPage() { { text: "Start Free Trial", href: "#signup" }, { text: "Compare Plans", href: "#pricing" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1