rework Menu Bar / Rework socketioStore

This commit is contained in:
2026-03-21 07:33:12 -04:00
parent 8214f0543a
commit 3f3a5136eb
24 changed files with 1278 additions and 526 deletions

View File

@@ -0,0 +1,79 @@
export const favorites = [
{
name: 'Home',
icon: 'home',
coords: {
lat: 40.910773020811,
lng: -73.891069806448,
},
},
{
name: "Work Places",
icon: "work",
subitems: [
{
name: 'Jeong',
icon: 'language_korean_latin',
coords: {
lat: 40.76624975651346,
lng: -73.81444335286128,
},
address: '35-02 150th Pl, Flushing, NY 11354',
},
{
name: 'Santos',
icon: 'rice_bowl',
coords: {
lat: 40.74504671877868,
lng: -73.8880099638491,
},
address: '77-08 Broadway, Elmhurst, NY 11373'
},
{
name: 'Natalyaa (Qns)',
icon: 'currency_ruble',
coords: {
lat: 40.69644966409178,
lng: -73.837453217826,
},
address: '110-14 Jamaica Ave, Richmond Hill, NY 11418',
},
{
name: 'Natalyaa (Bronx)',
icon: 'currency_ruble',
coords: {
lat: 40.85384419116598,
lng: -73.86314767911834,
},
address: '2109 Matthews Ave, Bronx, NY 10462',
},
{
name: 'Linwood Plaza',
icon: 'dermatology',
coords: {
lat: 40.86141832913106,
lng: -73.96997583196286,
},
address: '158 Linwood Plaza, Fort Lee, NJ 07024',
},
],
},
{
name: 'Man Mini Storage',
icon: 'box',
coords: {
lat: 40.75158955085288,
lng: -73.9328988710467,
},
address: '31-08 Northern Blvd, Long Island City, NY 11101',
},
{
name: 'Acmd',
icon: 'grocery',
coords: {
lat: 40.90930366920829,
lng: -73.87658695470259,
},
address: '31-08 Northern Blvd, Long Island City, NY 11101',
},
];