18 lines
471 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import Layout from "@/components/layout/Layout";
import ShortcodesClient from "../shortcodes/ShortcodesClient";
export const metadata = {
title: "Rapha Rehab Shortcodes - Helpful Service Snippets",
description:
"Explore Rapha Rehabs service snippets: FAQs, payment & insurance, areas of injury, and more - quick access to key info in one place.",
};
export default function ShortcodesPage() {
return (
<>
<ShortcodesClient />
</>
);
}