import { useState } from 'react'
import { Send, Share2, AtSign, MessageCircle, MapPin, Phone, Mail, ChevronsUp } from 'lucide-react'
function scrollToTop() {
window.scrollTo({ top: 0, behavior: 'smooth' })
}
/* curved top edge with a centered scroll-to-top button (matches the Figma) */
function FooterCurve() {
return (
عضویت در خبرنامه اندیشکده
setEmail(e.target.value)}
placeholder="ایمیل خود را وارد کنید..." disabled={done}
style={{
flex: 1, border: 'none', padding: '11px 14px', fontSize: 13, fontFamily: 'inherit',
background: 'transparent', color: '#fff', outline: 'none', direction: 'rtl', minWidth: 0,
}}
/>
)
}
export function Footer() {
return (