diff --git a/app/pricing/page.tsx b/app/pricing/page.tsx index eace7a0..4dc2e9f 100644 --- a/app/pricing/page.tsx +++ b/app/pricing/page.tsx @@ -177,7 +177,7 @@ function HomeModule5() { {pricingPlans.map((plan, index) => (

{plan.title} @@ -186,7 +186,7 @@ function HomeModule5() { ${plan.price} - //{billingType === "month" ? "mo" : "year"} + / {billingType === "month" ? "mo" : "year"}

{plan.credits} diff --git a/components/pages/home-page2.tsx b/components/pages/home-page2.tsx index 403cf75..04b2f0c 100644 --- a/components/pages/home-page2.tsx +++ b/components/pages/home-page2.tsx @@ -301,7 +301,7 @@ function HomeModule2() { const videoElement = e.currentTarget; videoElement.play(); }} - className=" h-[20rem] object-cover border border-white/20 rounded-lg" + className=" h-[20rem] object-cover border border-white/20 rounded-2xl" />

{item.title} @@ -329,7 +329,6 @@ function HomeModule3() { "https://cdn.qikongjian.com/1756474023663_yohi7a.mp4", "https://cdn.qikongjian.com/1756474023661_348dx3.mp4", "https://cdn.qikongjian.com/1756474023683_xlb34s.mp4", - "https://cdn.qikongjian.com/1756474023683_xlb34s.mp4", "https://cdn.qikongjian.com/1756474230987_63ooji.mp4", ], [ @@ -498,7 +497,7 @@ function HomeModule4() {
handleTabClick(index)} - className={`w-[31.75rem] h-[10.5rem] rounded-lg cursor-pointer transition-all duration-300 border ${ + className={`w-[31.75rem] h-[10.5rem] rounded-2xl cursor-pointer transition-all duration-300 border ${ activeTab === index ? "bg-[#262626] border-white/20 hover:border-white/40" : "bg-black border-white/10 hover:border-white/40" @@ -526,7 +525,7 @@ function HomeModule4() { {/* 右侧视频播放区域 */}
-
+