12 lines
361 B
TypeScript
12 lines
361 B
TypeScript
import WhatToExpectClient from "./_client-component"
|
|
|
|
export const metadata = {
|
|
title: "What to Expect - Ebb'nFlow Therapeutics",
|
|
description:
|
|
"Learn what to expect during your first visit to Ebb'nFlow Therapeutics. Comprehensive assessment and personalized treatment.",
|
|
}
|
|
|
|
export default function WhatToExpectPage() {
|
|
return <WhatToExpectClient />
|
|
}
|