Corrections and cleanup
This commit is contained in:
12
app/__generated__/_index.server.tsx
generated
12
app/__generated__/_index.server.tsx
generated
@@ -21,15 +21,19 @@ export const getResources = (_props: { system: System }) => {
|
||||
resources: Record<string, any>;
|
||||
}): PageMeta => {
|
||||
return {
|
||||
title: "Home",
|
||||
description: undefined,
|
||||
excludePageFromSearch: undefined,
|
||||
title: "Jamaican-American Bar Association",
|
||||
description: "The Jamaican-American Bar Association, founded in 2008, supports Jamaican-Americans aspiring to become attorneys. We are dedicated to advancing their professional interests and fostering a strong community of legal professionals in Miami and beyond.",
|
||||
excludePageFromSearch: true,
|
||||
language: undefined,
|
||||
socialImageAssetName: undefined,
|
||||
socialImageUrl: undefined,
|
||||
status: undefined,
|
||||
redirect: undefined,
|
||||
custom: [
|
||||
{
|
||||
property: "title",
|
||||
content: "Jamaican-American Bar Association: Empowering Future Attorneys | Jamaican-American Bar Association",
|
||||
},
|
||||
],
|
||||
};
|
||||
};
|
||||
@@ -41,5 +45,5 @@ export const getRemixParams = ({ ...params }: Params): Params => {
|
||||
}
|
||||
|
||||
|
||||
export const contactEmail = "sheckeem@gmail.com";
|
||||
export const contactEmail = "jabaflorida@gmail.com";
|
||||
|
||||
Reference in New Issue
Block a user