chore: setup project for production
This commit is contained in:
20
app/pages/exclusive-rudraksha/page.jsx
Normal file
20
app/pages/exclusive-rudraksha/page.jsx
Normal file
@@ -0,0 +1,20 @@
|
||||
import PopularRudrakshaCombination from '@/components/buy-rudraksha/PopularRudrakshaCombination'
|
||||
import ExclusiveRudrakshaBanner from '@/components/exclusive-rudraksha/ExclusiveRudrakshaBanner'
|
||||
import ListofRudrakshaCard from '@/components/exclusive-rudraksha/ListofRudrakshaCard'
|
||||
import WhyShouldChooseUs from '@/components/exclusive-rudraksha/WhyShouldChooseUs'
|
||||
import PremiumBannerOne from '@/components/premium-rudraksha/PremiumBannerOne'
|
||||
import React from 'react'
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<div>
|
||||
<ExclusiveRudrakshaBanner />
|
||||
<ListofRudrakshaCard />
|
||||
<WhyShouldChooseUs />
|
||||
<PremiumBannerOne />
|
||||
<PopularRudrakshaCombination />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default page
|
||||
Reference in New Issue
Block a user