From c42757f9af537662a5869be4f0e8309a6342305d Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 15 Jun 2026 01:26:15 +0800 Subject: [PATCH] feat: add nebula clouds and meteor effects to pricing and docs pages, unify header style with homepage --- web/default/src/features/docs/index.tsx | 134 +++++++++++++++++++-- web/default/src/features/pricing/index.tsx | 98 ++++++++++++++- 2 files changed, 222 insertions(+), 10 deletions(-) diff --git a/web/default/src/features/docs/index.tsx b/web/default/src/features/docs/index.tsx index 28ae0c491..e9ebcd98f 100644 --- a/web/default/src/features/docs/index.tsx +++ b/web/default/src/features/docs/index.tsx @@ -250,16 +250,47 @@ export function Docs() { return ( -
- {/* Page header */} -
-

- {t('Documentation')} -

-

- {t('Everything you need to integrate and manage your API gateway')} -

+
+ {/* Background effects matching home page */} +
+
+ {/* Drifting nebula clouds */} +
+
+
+ {/* Shooting stars */} +
+
+
+
+
+ +
+ {/* Page header */} +
+

+ {t('Documentation')} +

+

+ {t('Everything you need to integrate and manage your API gateway')} +

+
{/* Three-column layout */}
@@ -403,6 +434,91 @@ export function Docs() {
+ + ) } diff --git a/web/default/src/features/pricing/index.tsx b/web/default/src/features/pricing/index.tsx index 8f28cd8d2..945d562ce 100644 --- a/web/default/src/features/pricing/index.tsx +++ b/web/default/src/features/pricing/index.tsx @@ -168,7 +168,7 @@ export function Pricing() { return ( -
+
{/* Background effects matching home page */}
+ {/* Drifting nebula clouds */} +
+
+
+
+ {/* Shooting stars */} +
+
+
+
+
{/* Header */} @@ -304,6 +315,91 @@ export function Pricing() { /> )} + +
)