chore: setup project for production
This commit is contained in:
21
app/pages/certification-and-guarantee/page.jsx
Normal file
21
app/pages/certification-and-guarantee/page.jsx
Normal file
@@ -0,0 +1,21 @@
|
||||
import CertificationBannerOne from '@/components/certification/CertificationBannerOne'
|
||||
import CertificationBannerTwo from '@/components/certification/CertificationBannerTwo'
|
||||
import CertificationGallerySection from '@/components/certification/CertificationGallery'
|
||||
import React from 'react'
|
||||
|
||||
export const metadata = {
|
||||
title: 'Certified Authentic Rudraksha with Lifetime Guarantee',
|
||||
}
|
||||
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<div>
|
||||
{/* <CertificationBannerOne /> */}
|
||||
<CertificationBannerTwo />
|
||||
<CertificationGallerySection />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default page
|
||||
Reference in New Issue
Block a user