import Layout from "@/components/layout/Layout"; import Link from "next/link"; import Blogs from "@/utils/Blog.utils"; import BlogList from "@/components/blog/BlogList"; export const metadata = { title: "Rapharehab Blog – Wellness Tips & Rehab Insights", description: "Explore expert articles from Rapharehab on physiotherapy, injury recovery, and wellness. Stay informed with trusted health tips and rehab advice.", }; export default function Blog() { return (
Our Blog

Stay Updated with
Our Recent Blog Posts

); }