From 3b6757126e59011e97b12c7cacb7a732082fd6b8 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Tue, 17 Feb 2026 20:42:05 +0100 Subject: [PATCH] refactor: remove selection background color from multiple pages for a cleaner UI --- app/about/page.tsx | 2 +- app/features/page.tsx | 2 +- app/installation/page.tsx | 2 +- app/integrations/nextjs/page.tsx | 2 +- app/integrations/page.tsx | 2 +- app/integrations/react/page.tsx | 2 +- app/integrations/vue/page.tsx | 2 +- app/integrations/wordpress/page.tsx | 2 +- app/not-found.tsx | 2 +- app/page.tsx | 2 +- components/IntegrationGuide.tsx | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 72e081d..f37e4af 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -57,7 +57,7 @@ function ComparisonTable({ title, competitors }: { title: string, competitors: { export default function AboutPage() { return ( -
+
{/* * --- ATMOSPHERE (Background) --- */}
diff --git a/app/features/page.tsx b/app/features/page.tsx index bb96649..cca6fc3 100644 --- a/app/features/page.tsx +++ b/app/features/page.tsx @@ -106,7 +106,7 @@ const trustSignals = [ export default function FeaturesPage() { return ( -
+
{/* * --- ATMOSPHERE (Background) --- */}
diff --git a/app/installation/page.tsx b/app/installation/page.tsx index e054635..27ff4d4 100644 --- a/app/installation/page.tsx +++ b/app/installation/page.tsx @@ -4,7 +4,7 @@ import React from 'react' export default function InstallationPage() { return ( -
+
{/* * --- 1. ATMOSPHERE (Background) --- */}
diff --git a/app/integrations/nextjs/page.tsx b/app/integrations/nextjs/page.tsx index 12ec2c4..992f006 100644 --- a/app/integrations/nextjs/page.tsx +++ b/app/integrations/nextjs/page.tsx @@ -5,7 +5,7 @@ import { ArrowLeftIcon } from '@ciphera-net/ui' export default function NextJsIntegrationPage() { return ( -
+
{/* * --- ATMOSPHERE (Background) --- */}
diff --git a/app/integrations/page.tsx b/app/integrations/page.tsx index cb7b8ed..461cc52 100644 --- a/app/integrations/page.tsx +++ b/app/integrations/page.tsx @@ -90,7 +90,7 @@ export default function IntegrationsPage() { }, []) return ( -
+
{/* * --- ATMOSPHERE (Background) --- */}
diff --git a/app/integrations/react/page.tsx b/app/integrations/react/page.tsx index 18a848a..89b1717 100644 --- a/app/integrations/react/page.tsx +++ b/app/integrations/react/page.tsx @@ -5,7 +5,7 @@ import { ArrowLeftIcon } from '@ciphera-net/ui' export default function ReactIntegrationPage() { return ( -
+
{/* * --- ATMOSPHERE (Background) --- */}
diff --git a/app/integrations/vue/page.tsx b/app/integrations/vue/page.tsx index 40adb04..4be3bec 100644 --- a/app/integrations/vue/page.tsx +++ b/app/integrations/vue/page.tsx @@ -5,7 +5,7 @@ import { ArrowLeftIcon } from '@ciphera-net/ui' export default function VueIntegrationPage() { return ( -
+
{/* * --- ATMOSPHERE (Background) --- */}
diff --git a/app/integrations/wordpress/page.tsx b/app/integrations/wordpress/page.tsx index a1db8ef..105de08 100644 --- a/app/integrations/wordpress/page.tsx +++ b/app/integrations/wordpress/page.tsx @@ -5,7 +5,7 @@ import { ArrowLeftIcon } from '@ciphera-net/ui' export default function WordPressIntegrationPage() { return ( -
+
{/* * --- ATMOSPHERE (Background) --- */}
diff --git a/app/not-found.tsx b/app/not-found.tsx index bb4a731..dc993ee 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -3,7 +3,7 @@ import { Button } from '@ciphera-net/ui' export default function NotFound() { return ( -
+
{/* * --- ATMOSPHERE (Background) --- */}
{/* * Center Orange Glow */} diff --git a/app/page.tsx b/app/page.tsx index c8b58f0..9c15ae4 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -172,7 +172,7 @@ export default function HomePage() { if (!user) { return ( -
+
{/* * --- 1. ATMOSPHERE (Background) --- */}
diff --git a/components/IntegrationGuide.tsx b/components/IntegrationGuide.tsx index e78c408..a019e23 100644 --- a/components/IntegrationGuide.tsx +++ b/components/IntegrationGuide.tsx @@ -36,7 +36,7 @@ export function IntegrationGuide({ integration, children }: IntegrationGuideProp .slice(0, 4) return ( -
+
{/* * --- ATMOSPHERE (Background) --- */}