chore: setup project for production
This commit is contained in:
23
app/collections/[id]/page.jsx
Normal file
23
app/collections/[id]/page.jsx
Normal file
@@ -0,0 +1,23 @@
|
||||
import FaqCard from '@/components/common-components/FaqCard'
|
||||
import ExploreSiddhaMala from '@/components/siddha-mala/ExploreSiddhamala'
|
||||
import SiddhaThree from '@/components/siddha-mala/SiddhaThree'
|
||||
import CategoryHero from '@/components/siddha-mala/categoryHero'
|
||||
|
||||
|
||||
export const metadata = {
|
||||
title: 'Buy Gupta Siddha mala(1 to 14 mukhi) 100% X-Ray Certified Authentic',
|
||||
description: "Generated by create next app",
|
||||
}
|
||||
|
||||
|
||||
const Page = ({params}) => {
|
||||
return (
|
||||
<div>
|
||||
<CategoryHero params={params}/>
|
||||
<ExploreSiddhaMala params={params}/>
|
||||
<FaqCard params={params}/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Page
|
||||
21
app/collections/online-pooja/page.jsx
Normal file
21
app/collections/online-pooja/page.jsx
Normal file
@@ -0,0 +1,21 @@
|
||||
import BuyRudrakshaOne from '@/components/buy-rudraksha/BuyRudrakshaOne'
|
||||
import ExplorePooja from '@/components/online-pooja/ExplorePooja'
|
||||
import PoojaSubscription from '@/components/online-pooja/PoojaSubscription'
|
||||
import React from 'react'
|
||||
|
||||
export const metadata={
|
||||
title: 'Online Pooja Services by Certified Hindu Priests | Gupta Rudraksha',
|
||||
}
|
||||
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<div>
|
||||
<BuyRudrakshaOne />
|
||||
<ExplorePooja />
|
||||
<PoojaSubscription />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default page
|
||||
14
app/collections/shaligram/page.jsx
Normal file
14
app/collections/shaligram/page.jsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import BuyRudrakshaOne from '@/components/buy-rudraksha/BuyRudrakshaOne'
|
||||
import ListOfShaligram from '@/components/shaligram/ListOfShaligram'
|
||||
import React from 'react'
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<div>
|
||||
<BuyRudrakshaOne />
|
||||
<ListOfShaligram />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default page
|
||||
Reference in New Issue
Block a user