'use client'
import { useState } from 'react'
const LOCATIONS = [
{ name: 'Empire UI HQ', address: '42 Rue de Rivoli, 75001 Paris, France', phone: '+33 1 23 45 67 89', hours: 'Mon-Fri 9am-6pm CET', lat: 48.8566, lng: 2.3522, type: 'office' },
{ name: 'Digital Empire Studio', address: '15 Tech Square, London EC1V 9BX', phone: '+44 20 7946 0000'LocationCard