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({
) : (
- router.push("/login")}
- className="text-gray-300 hover:text-white"
- data-alt="login-button"
- >
- Login
-
- router.push("/signup")}
- className="bg-gray-200 text-gray-800 rounded-full hover:bg-white"
- data-alt="signup-button"
- >
- Sign Up
-
+ router.push("/create")}
+ className="bg-white text-black rounded-full hover:scale-105"
+ >
+ Go Started
+
)}
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