chore: setup project for production
This commit is contained in:
16
app/policies/privacy-policy/page.jsx
Normal file
16
app/policies/privacy-policy/page.jsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import PremiumBannerOne from "@/components/premium-rudraksha/PremiumBannerOne";
|
||||
import PrivacyPolicy from "@/components/privacy-policy/PrivacyPolicy";
|
||||
|
||||
export const metadata = {
|
||||
title: "Privacy Policy",
|
||||
};
|
||||
const Page = () => {
|
||||
return (
|
||||
<div>
|
||||
<PrivacyPolicy />
|
||||
<PremiumBannerOne />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user