// CONCIERGE — gift card, size guide, care & maintenance function ConciergePage() { const { navigate } = useRouter(); const [tab, setTab] = useState('gift'); const [giftAmount, setGiftAmount] = useState(3000); const [giftTo, setGiftTo] = useState(''); const [giftFrom, setGiftFrom] = useState(''); const [giftMsg, setGiftMsg] = useState(''); return (
Gafla Concierge

For everything after the piece.

The lifetime of a Gafla jewel is longer than the day it arrived. Concierge gathers Gift Cards, sizing, polishing, resizing, and repair under one quiet number.

{[ { id: 'gift', label: 'Gift Card' }, { id: 'size', label: 'Size Guide' }, { id: 'care', label: 'Care & Repair' }, { id: 'curated', label: 'Curated for You' }, ].map((t) => ( ))}
{tab === 'gift' && ( <>
GAFLA
AED {giftAmount.toLocaleString()}
{giftFrom ? `From ${giftFrom}` : '—'}
{giftTo ? `For ${giftTo}` : 'A gift of caravan'}
Delivered as a printed card by hand in the UAE, or by mail anywhere in the GCC. Digital cards available by request.

A gift, kept open.

Four standard amounts, in real AED. Or choose your own number — the Concierge will tailor everything: paper, ribbon, the moment of handover.

Amount
{[1000, 3000, 5000, 10000].map((a) => ( ))}
setGiftTo(e.target.value)} /> setGiftFrom(e.target.value)} />