diff --git a/src/app/page.tsx b/src/app/page.tsx index 88817de..487ab1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -247,7 +247,7 @@ const processPaymentAndGenerate = async (): Promise => {
{/* Header */}
-

+

AI Meme Generator

@@ -261,9 +261,9 @@ const processPaymentAndGenerate = async (): Promise => { {!walletState.connected ? ( @@ -271,9 +271,9 @@ const processPaymentAndGenerate = async (): Promise => {

{/* Wallet Info */}
- Connected Wallet: - - {walletState.publicKey?.slice(0, 22)}... + Connected Wallet + + {walletState.publicKey?.slice(0, 8)}...
@@ -284,16 +284,16 @@ const processPaymentAndGenerate = async (): Promise => { onChange={(e) => setInputText(e.target.value)} placeholder="Describe your meme idea here..." className="w-full bg-gray-900/50 text-gray-100 border border-gray-700 rounded-xl p-4 - placeholder-gray-500 focus:border-purple-500 focus:ring-2 focus:ring-purple-500/20 + placeholder-gray-500 focus:border-green-500 focus:ring-2 focus:ring-green-500/20 focus:outline-none min-h-[120px] transition-all duration-200" rows={4} />