chore: setup project for production
This commit is contained in:
17
app/pages/about-us/page.jsx
Normal file
17
app/pages/about-us/page.jsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import AboutUsTopBanner from '@/components/about-us/AboutTopBanner'
|
||||
import AboutUsSecondBanner from '@/components/about-us/AboutUsSecondBanner'
|
||||
import React from 'react'
|
||||
|
||||
export const metadata= {
|
||||
title: 'About Gupta Rudraksha; The World Largest Rudraksha Vendor'
|
||||
}
|
||||
const page = () => {
|
||||
return (
|
||||
<div>
|
||||
<AboutUsTopBanner />
|
||||
{/* <AboutUsSecondBanner /> */}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default page
|
||||
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
|
||||
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
|
||||
20
app/pages/contact-us/page.jsx
Normal file
20
app/pages/contact-us/page.jsx
Normal file
@@ -0,0 +1,20 @@
|
||||
import ContactUs from '@/components/contact-us/ContactUs'
|
||||
import EmbeddedMap from '@/components/maps/Maps'
|
||||
import React from 'react'
|
||||
|
||||
export const metadata = {
|
||||
title:"Contact Us"
|
||||
}
|
||||
|
||||
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
<div>
|
||||
<ContactUs />
|
||||
<EmbeddedMap />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Page
|
||||
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
|
||||
11
app/pages/payment-information/page.jsx
Normal file
11
app/pages/payment-information/page.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react'
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Page
|
||||
13
app/pages/rudraksha-combination/page.jsx
Normal file
13
app/pages/rudraksha-combination/page.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import PopularRudrakshaCombination from '@/components/buy-rudraksha/PopularRudrakshaCombination'
|
||||
import React from 'react'
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
<div>
|
||||
<PopularRudrakshaCombination />
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Page
|
||||
15
app/pages/shipping-information/page.jsx
Normal file
15
app/pages/shipping-information/page.jsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import ShippingPolicy from "@/components/shipping-policy/ShippingPolicy";
|
||||
import React from "react";
|
||||
export const metadata = {
|
||||
title: "Shipping Information",
|
||||
};
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
<div>
|
||||
<ShippingPolicy />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Page;
|
||||
13
app/pages/shopping-cart/page.jsx
Normal file
13
app/pages/shopping-cart/page.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
import ShoppingCart from "@/components/shopping-cart/shoppingCart";
|
||||
import React from "react";
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
<div>
|
||||
<ShoppingCart/>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Page;
|
||||
16
app/pages/track-order/page.jsx
Normal file
16
app/pages/track-order/page.jsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import TrackOrder from "@/components/track-order/TrackOrder";
|
||||
import React from "react";
|
||||
|
||||
export const metadata = {
|
||||
title: "Track Order",
|
||||
};
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
<div className="">
|
||||
<TrackOrder />
|
||||
S </div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user