2026-03-17 12:35:25 +05:30

17 lines
464 B
JavaScript
Raw 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: "Rapharehab Shortcodes - Helpful Service Snippets",
description:
"Explore Rapharehabs service snippets: FAQs, payment & insurance, areas of injury, and more - quick access to key info in one place.",
};
export default function ShortcodesPage() {
return (
<>
<ShortcodesClient />
</>
);
}