@@ -283,7 +283,7 @@ export default function HomePage() {
Premium gives you unlimited AI, halal monitor, 2x FLH earning, and marketplace access.
+ className="inline-block mt-3 text-xs font-semibold text-[#D4AF37] border border-[#D4AF37]/40 rounded-full px-6 py-3 active:bg-[#D4AF37]/10 transition hover:shadow-[0_0_12px_rgba(212,175,55,0.3)] min-h-[44px] leading-tight">
See Plans
@@ -300,17 +300,17 @@ function QuickAction({ href, icon: Icon, label, color }: { href: string; icon: a
-
{label}
+
{label}
);
}
function StatCard({ label, value, icon: Icon, color }: { label: string; value: string; icon: any; color: string }) {
return (
-
-
+
+
{value}
-
{label}
+
{label}
);
}
diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx
index 352bf64..c9df82a 100644
--- a/src/app/profile/page.tsx
+++ b/src/app/profile/page.tsx
@@ -187,7 +187,7 @@ export default function ProfilePage() {
}`}>
{tier === "pro" ? "Pro Member" : "Premium Member"}
-
+
{tier === "pro"
? "Unlimited everything + 0% marketplace fees"
: "Enhanced AI + marketplace access"}
@@ -253,7 +253,7 @@ export default function ProfilePage() {
type="text"
value={name}
onChange={(e) => setName(e.target.value)}
- className="w-full bg-[#1a1a24] border border-gray-800/60 rounded-xl px-4 py-3 text-white placeholder-gray-600 focus:outline-none focus:border-[#D4AF37]/50 focus:ring-1 focus:ring-[#D4AF37]/30 transition"
+ className="w-full bg-[#1a1a24] border border-gray-800/60 rounded-xl px-4 py-4 text-white placeholder-gray-600 focus:outline-none focus:border-[#D4AF37]/50 focus:ring-1 focus:ring-[#D4AF37]/30 transition min-h-[48px]"
/>
@@ -267,7 +267,7 @@ export default function ProfilePage() {
value={preferredName}
onChange={(e) => setPreferredName(e.target.value)}
placeholder="How Nur AI should address you"
- className="w-full bg-[#1a1a24] border border-gray-800/60 rounded-xl px-4 py-3 text-white placeholder-gray-600 focus:outline-none focus:border-[#D4AF37]/50 focus:ring-1 focus:ring-[#D4AF37]/30 transition"
+ className="w-full bg-[#1a1a24] border border-gray-800/60 rounded-xl px-4 py-4 text-white placeholder-gray-600 focus:outline-none focus:border-[#D4AF37]/50 focus:ring-1 focus:ring-[#D4AF37]/30 transition min-h-[48px]"
/>