49 lines
1.4 KiB
TypeScript
49 lines
1.4 KiB
TypeScript
/* eslint-disable */
|
|
/* This is a auto generated file for building the project */
|
|
|
|
|
|
import type { PageMeta } from "@webstudio-is/sdk";
|
|
import type { System, ResourceRequest } from "@webstudio-is/sdk";
|
|
export const getResources = (_props: { system: System }) => {
|
|
const _data = new Map<string, ResourceRequest>([
|
|
])
|
|
const _action = new Map<string, ResourceRequest>([
|
|
])
|
|
return { data: _data, action: _action }
|
|
}
|
|
|
|
|
|
export const getPageMeta = ({
|
|
system,
|
|
resources,
|
|
}: {
|
|
system: System;
|
|
resources: Record<string, any>;
|
|
}): PageMeta => {
|
|
return {
|
|
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",
|
|
},
|
|
],
|
|
};
|
|
};
|
|
|
|
|
|
type Params = Record<string, string | undefined>;
|
|
export const getRemixParams = ({ ...params }: Params): Params => {
|
|
return params
|
|
}
|
|
|
|
|
|
export const contactEmail = "jabaflorida@gmail.com";
|
|
|