12 lines
342 B
TypeScript
12 lines
342 B
TypeScript
import AboutClient from "./AboutClient"
|
|
|
|
export const metadata = {
|
|
title: "About Dahlia B. Steinberg, RMT - Ebb'nFlow Therapeutics",
|
|
description:
|
|
"Meet Dahlia B. Steinberg, RMT - Founder of Ebb'nFlow Therapeutics. A lifelong interest in movement and healing arts.",
|
|
}
|
|
|
|
export default function AboutPage() {
|
|
return <AboutClient />
|
|
}
|