forked from 77media/video-flow
修改
This commit is contained in:
parent
e420d835be
commit
b948e6d56b
@ -12,6 +12,7 @@ import {
|
|||||||
CardTitle,
|
CardTitle,
|
||||||
} from "@/components/ui/card";
|
} from "@/components/ui/card";
|
||||||
import { fetchSubscriptionPlans, SubscriptionPlan } from "@/lib/stripe";
|
import { fetchSubscriptionPlans, SubscriptionPlan } from "@/lib/stripe";
|
||||||
|
import { DashboardLayout } from "@/components/layout/dashboard-layout";
|
||||||
|
|
||||||
export default function PricingPage() {
|
export default function PricingPage() {
|
||||||
|
|
||||||
@ -47,10 +48,12 @@ export default function PricingPage() {
|
|||||||
document.head.appendChild(style);
|
document.head.appendChild(style);
|
||||||
}, []);
|
}, []);
|
||||||
return (
|
return (
|
||||||
|
<DashboardLayout>
|
||||||
<div className="w-full h-full overflow-y-auto bg-black text-white pb-[10rem]" id="pricing-page">
|
<div className="w-full h-full overflow-y-auto bg-black text-white pb-[10rem]" id="pricing-page">
|
||||||
{/* Main Content */}
|
{/* Main Content */}
|
||||||
<HomeModule5 />
|
<HomeModule5 />
|
||||||
</div>
|
</div>
|
||||||
|
</DashboardLayout>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
/**价格方案 */
|
/**价格方案 */
|
||||||
|
|||||||
@ -373,24 +373,14 @@ export function TopBar({
|
|||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div className="flex items-center space-x-4">
|
<div className="flex items-center space-x-4">
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
size="sm"
|
size="sm"
|
||||||
onClick={() => router.push("/login")}
|
onClick={() => router.push("/create")}
|
||||||
className="text-gray-300 hover:text-white"
|
className="bg-white text-black rounded-full hover:scale-105"
|
||||||
data-alt="login-button"
|
>
|
||||||
>
|
Go Started
|
||||||
Login
|
</Button>
|
||||||
</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>
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -243,7 +243,7 @@ function HomeModule1() {
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Early Access
|
Make a Movie
|
||||||
<CircleArrowRight className="ml-[1rem]" />
|
<CircleArrowRight className="ml-[1rem]" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user