This commit is contained in:
海龙 2025-08-29 08:10:46 +08:00
parent e420d835be
commit b948e6d56b
3 changed files with 12 additions and 19 deletions

View File

@ -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 (
<DashboardLayout>
<div className="w-full h-full overflow-y-auto bg-black text-white pb-[10rem]" id="pricing-page">
{/* Main Content */}
<HomeModule5 />
</div>
</DashboardLayout>
);
}
/**价格方案 */

View File

@ -373,24 +373,14 @@ export function TopBar({
</div>
) : (
<div className="flex items-center space-x-4">
<Button
variant="ghost"
size="sm"
onClick={() => router.push("/login")}
className="text-gray-300 hover:text-white"
data-alt="login-button"
>
Login
</Button>
<Button
variant="ghost"
size="sm"
onClick={() => router.push("/signup")}
className="bg-gray-200 text-gray-800 rounded-full hover:bg-white"
data-alt="signup-button"
>
Sign Up
</Button>
<Button
variant="ghost"
size="sm"
onClick={() => router.push("/create")}
className="bg-white text-black rounded-full hover:scale-105"
>
Go Started
</Button>
</div>
)}
</div>

View File

@ -243,7 +243,7 @@ function HomeModule1() {
}
}}
>
Early Access
Make a Movie
<CircleArrowRight className="ml-[1rem]" />
</div>
</div>