From b948e6d56b60fad16d404e30355893ed80cc9491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E9=BE=99?= Date: Fri, 29 Aug 2025 08:10:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pricing/page.tsx | 3 +++ components/layout/top-bar.tsx | 26 ++++++++------------------ components/pages/home-page2.tsx | 2 +- 3 files changed, 12 insertions(+), 19 deletions(-) diff --git a/app/pricing/page.tsx b/app/pricing/page.tsx index a0f6381..f145a40 100644 --- a/app/pricing/page.tsx +++ b/app/pricing/page.tsx @@ -12,6 +12,7 @@ import { CardTitle, } from "@/components/ui/card"; import { fetchSubscriptionPlans, SubscriptionPlan } from "@/lib/stripe"; +import { DashboardLayout } from "@/components/layout/dashboard-layout"; export default function PricingPage() { @@ -47,10 +48,12 @@ export default function PricingPage() { document.head.appendChild(style); }, []); return ( +
{/* Main Content */}
+
); } /**价格方案 */ diff --git a/components/layout/top-bar.tsx b/components/layout/top-bar.tsx index d523ece..bc8cfcc 100644 --- a/components/layout/top-bar.tsx +++ b/components/layout/top-bar.tsx @@ -373,24 +373,14 @@ export function TopBar({ ) : (
- - +
)} diff --git a/components/pages/home-page2.tsx b/components/pages/home-page2.tsx index c7ae742..2c32d05 100644 --- a/components/pages/home-page2.tsx +++ b/components/pages/home-page2.tsx @@ -243,7 +243,7 @@ function HomeModule1() { } }} > - Early Access + Make a Movie