From da409f00d8778dc8fcbd0bd9cf10aabeaffc12e2 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 10 Nov 2025 09:12:15 +0530 Subject: [PATCH] feat(premium): Enhance premium page with responsive design and improved UI - Refactor hero section with responsive typography and layout - Adjust padding and margins for better mobile and desktop experience - Resize and reposition icons and headings for improved readability - Update stats section with responsive text sizes and grid layout - Optimize elite membership banner for various screen sizes - Improve overall visual hierarchy and spacing across sections --- app/premium/page.tsx | 160 +++++++++++++++++++++---------------------- 1 file changed, 80 insertions(+), 80 deletions(-) diff --git a/app/premium/page.tsx b/app/premium/page.tsx index 1c8ca1bb..44803a50 100644 --- a/app/premium/page.tsx +++ b/app/premium/page.tsx @@ -323,7 +323,7 @@ export default function PremiumPage() {
{/* Hero Section */} -
+
@@ -334,14 +334,14 @@ export default function PremiumPage() {
-
+
-
-
+
+
- +
-

+

Premium {' '} @@ -350,30 +350,30 @@ export default function PremiumPage() {

-

+

Unlock exclusive features, priority support, and enhanced opportunities

{isPremium && premiumExpiry && ( -
- - Premium Active until {formatExpiryDate(premiumExpiry)} +
+ + Premium Active until {formatExpiryDate(premiumExpiry)}
)} {/* Stats Section */} -
+
-
3x
-
Points Multiplier
+
3x
+
Points Multiplier
-
24/7
-
Priority Support
+
24/7
+
Priority Support
-
100+
-
Exclusive Resources
+
100+
+
Exclusive Resources
@@ -381,44 +381,44 @@ export default function PremiumPage() {
{/* Elite Membership Promotion Banner */} -
+
-
+
-
- -

+
+ +

Elite Membership - Not For Everyone

- +
-

+

Join the exclusive circle of leaders, builders, and future innovators

-
+
- - Elite Member Status + + Elite Member Status
- - Invitation-Only Access + + Invitation-Only Access
- - Prestige & Excellence + + Prestige & Excellence
-
- - Premium Members Shape the Future +
+ + Premium Members Shape the Future

{/* Pricing Section */} -
+
@@ -428,23 +428,23 @@ export default function PremiumPage() {
-
-
-

+
+
+

Choose Your Plan

-

+

Exclusive membership for leaders, builders, and future innovators

{/* Elite Member Count */} -
- - Exclusive Elite Membership - By Invitation Only +
+ + Exclusive Elite Membership - By Invitation Only
-
+
{premiumPlans.map((plan) => { const isProcessing = processingPlans.has(plan.id); const isFree = plan.id === 'free'; @@ -468,60 +468,60 @@ export default function PremiumPage() { )} {plan.popular && ( -
- - +
+ + MOST POPULAR
)} {plan.savings && ( -
+
- + {plan.savings}
)} - - + + {plan.name} -
+
{isFree ? ( - Free + Free ) : ( <> - + ₹{plan.price} {plan.originalPrice && ( - + ₹{plan.originalPrice} )} )}
-

{plan.duration}

+

{plan.duration}

-
- - {plan.pointsMultiplier}x Points +
+ + {plan.pointsMultiplier}x Points
- -
+ +
{plan.features.slice(0, 6).map((feature, index) => ( -
+
@@ -531,7 +531,7 @@ export default function PremiumPage() {
))} {plan.features.length > 6 && ( -
+
+{plan.features.length - 6} more features @@ -542,22 +542,22 @@ export default function PremiumPage() {
{isFree ? ( ) : isPremium ? ( ) : ( @@ -588,20 +588,20 @@ export default function PremiumPage() {
{/* Trust indicators */} -
-

Trusted by thousands of developers

-
+
+

Trusted by thousands of developers

+
- - Secure Payments + + Secure Payments
- - Instant Activation + + Instant Activation
- - Cancel Anytime + + Cancel Anytime