diff --git a/src/components/pages/LoginPage.tsx b/src/components/pages/LoginPage.tsx index fc1ee30..6dd8894 100644 --- a/src/components/pages/LoginPage.tsx +++ b/src/components/pages/LoginPage.tsx @@ -79,8 +79,11 @@ export default function LoginPage() { {/* Authentic Artisan Photography Showcase */}
Indian artisan potter { + (e.target as HTMLImageElement).src = "https://lh3.googleusercontent.com/aida-public/AB6AXuAAFsGHQxH4paIeyYZq8omfEOk4T6ZEJqZYRodaOcQHD0LtVHFHgCIbibIROjn374aCnXLV8lMu_a4PAiB2hSlSCweYGsHwS5Yo_qSy1nNAZPLlYCBJAm4rGsYoeyu_UDpTNR8eQjl_nUnYEjlNe_bS3LYk8VhaJnlE2uy_LsQmUuW-JWNYEqV9vbFeeG1VBgLjqUD7HixjvwxkWx9prT2WTwoTN0fOnHqxndcVNs1jPMAkFLc2y9082g"; + }} + alt="Indian artisan potter shaping handcrafted pottery" style={{ width: '100%', height: '180px', objectFit: 'cover', display: 'block' }} />
@@ -296,7 +299,7 @@ export default function LoginPage() { maxLength={10} value={phone} onChange={(e) => setPhone(e.target.value)} - style={{ border: '1px solid #D1CAC7', height: '42px', fontSize: '0.9rem' }} + style={{ border: '1px solid #D1CAC7', borderRadius: 0, height: '42px', fontSize: '0.9rem' }} />