Dental Care
This commit is contained in:
11
app/services/pediatric-dentistry/page.tsx
Normal file
11
app/services/pediatric-dentistry/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { PediatricDentistry } from "@/components/services/PediatricDentistry";
|
||||
import { NavbarWrapper } from "@/components/landing/navbar-wrapper";
|
||||
|
||||
export default function PediatricDentistryPage() {
|
||||
return (
|
||||
<main className="py-4 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<NavbarWrapper />
|
||||
<PediatricDentistry />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user