diff --git a/client/app/(landing-pages)/clinicians/page.tsx b/client/app/(landing-pages)/clinicians/page.tsx index 74a8e013..4aa3698d 100644 --- a/client/app/(landing-pages)/clinicians/page.tsx +++ b/client/app/(landing-pages)/clinicians/page.tsx @@ -14,11 +14,11 @@ export const metadata: Metadata = { }; const Page = async () => { - const apiUrl = process.env.NEXT_PUBLIC_API_URL; - const response = await fetch(`${apiUrl}/doctors`, { - next: { revalidate: 60 }, - }); - const data = await response.json(); + // const apiUrl = process.env.NEXT_PUBLIC_API_URL; + // const response = await fetch(`${apiUrl}/doctors`, { + // next: { revalidate: 60 }, + // }); + // const data = await response.json(); return (
@@ -28,7 +28,7 @@ const Page = async () => { Discover our team of skilled Ayurvedic doctors dedicated to your holistic well-being. We combine ancient wisdom with modern care for personalized healing.

- +