extensive changes

This commit is contained in:
2026-03-27 17:11:13 -04:00
parent 3f3a5136eb
commit 05e63a28f1
14 changed files with 1431 additions and 508 deletions

View File

@@ -1,5 +1,5 @@
export const favorites = [
{
export const favorites = {
home: {
name: 'Home',
icon: 'home',
coords: {
@@ -7,11 +7,11 @@ export const favorites = [
lng: -73.891069806448,
},
},
{
name: "Work Places",
icon: "work",
subitems: [
{
work_places: {
name: 'Work Places',
icon: 'work',
subitems: {
jeong: {
name: 'Jeong',
icon: 'language_korean_latin',
coords: {
@@ -20,17 +20,17 @@ export const favorites = [
},
address: '35-02 150th Pl, Flushing, NY 11354',
},
{
santos: {
name: 'Santos',
icon: 'rice_bowl',
coords: {
lat: 40.74504671877868,
lng: -73.8880099638491,
},
address: '77-08 Broadway, Elmhurst, NY 11373'
address: '77-08 Broadway, Elmhurst, NY 11373',
},
{
name: 'Natalyaa (Qns)',
natalya_qns: {
name: 'Natalya (Qns)',
icon: 'currency_ruble',
coords: {
lat: 40.69644966409178,
@@ -38,8 +38,8 @@ export const favorites = [
},
address: '110-14 Jamaica Ave, Richmond Hill, NY 11418',
},
{
name: 'Natalyaa (Bronx)',
natalya_bx: {
name: 'Natalya (Bronx)',
icon: 'currency_ruble',
coords: {
lat: 40.85384419116598,
@@ -47,7 +47,7 @@ export const favorites = [
},
address: '2109 Matthews Ave, Bronx, NY 10462',
},
{
office: {
name: 'Linwood Plaza',
icon: 'dermatology',
coords: {
@@ -56,9 +56,9 @@ export const favorites = [
},
address: '158 Linwood Plaza, Fort Lee, NJ 07024',
},
],
},
},
{
strg: {
name: 'Man Mini Storage',
icon: 'box',
coords: {
@@ -67,8 +67,8 @@ export const favorites = [
},
address: '31-08 Northern Blvd, Long Island City, NY 11101',
},
{
name: 'Acmd',
acme: {
name: 'Acme',
icon: 'grocery',
coords: {
lat: 40.90930366920829,
@@ -76,4 +76,4 @@ export const favorites = [
},
address: '31-08 Northern Blvd, Long Island City, NY 11101',
},
];
};