forked from 77media/video-flow
修改
This commit is contained in:
parent
e420d835be
commit
b948e6d56b
@ -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>
|
||||
);
|
||||
}
|
||||
/**价格方案 */
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -243,7 +243,7 @@ function HomeModule1() {
|
||||
}
|
||||
}}
|
||||
>
|
||||
Early Access
|
||||
Make a Movie
|
||||
<CircleArrowRight className="ml-[1rem]" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user