Social
Facebook updates
Follow our latest news, events, and photos on Facebook.
import React from "react"; import { SiteHeader } from "@/components/SiteHeader"; import { SiteFooter } from "@/components/SiteFooter"; const navigationItems = [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "News", href: "/news" }, { label: "Support Us", href: "/support" }, { label: "Contact", href: "/contact" }, ]; const facebookPageUrl = "https://www.facebook.com/profile.php?id=100064729054822"; const facebookEmbedUrl = "https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D100064729054822&tabs=timeline&width=500&height=900&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true"; export const Facebook = (): JSX.Element => { return (
Social
Follow our latest news, events, and photos on Facebook.