Dental Care
This commit is contained in:
5
app/docs/privacy-policy/page.tsx
Normal file
5
app/docs/privacy-policy/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import PrivacyPolicy from "@/components/landing/privacy-policy";
|
||||
|
||||
export default function PrivacyPolicyPage() {
|
||||
return <PrivacyPolicy />;
|
||||
}
|
||||
5
app/docs/terms-and-conditions/page.tsx
Normal file
5
app/docs/terms-and-conditions/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import TermsAndConditions from "@/components/landing/terms-and-conditions";
|
||||
|
||||
export default function TermsAndConditionsPage() {
|
||||
return <TermsAndConditions />;
|
||||
}
|
||||
Reference in New Issue
Block a user