chore: setup project for production
This commit is contained in:
23
app/pages/buy-rudraksha/page.jsx
Normal file
23
app/pages/buy-rudraksha/page.jsx
Normal file
@@ -0,0 +1,23 @@
|
||||
import BuyRudrakshaOne from '@/components/buy-rudraksha/BuyRudrakshaOne'
|
||||
import PopularRudrakshaCombination from '@/components/buy-rudraksha/PopularRudrakshaCombination'
|
||||
import ZodiacBasedSign from '@/components/buy-rudraksha/ZodiacBasedSign'
|
||||
import PremiumBannerOne from '@/components/premium-rudraksha/PremiumBannerOne'
|
||||
import React from 'react'
|
||||
|
||||
export const metadata = {
|
||||
title: 'Buy Rudraksha Online | Orginal Gupta Rudraksha',
|
||||
description: "Generated by create next app",
|
||||
}
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<div className=''>
|
||||
<BuyRudrakshaOne />
|
||||
<PremiumBannerOne />
|
||||
<PopularRudrakshaCombination />
|
||||
<ZodiacBasedSign />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default page
|
||||
Reference in New Issue
Block a user