Skip to content

Commit

Permalink
Merge pull request codervivek5#2178 from SadafKausar2025/payment-page
Browse files Browse the repository at this point in the history
Added Payment Page in VigyBag
  • Loading branch information
codervivek5 authored Aug 8, 2024
2 parents 1a42835 + 8943cd9 commit ee95844
Show file tree
Hide file tree
Showing 3 changed files with 624 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import CareerPage from "./User/pages/Career-Page/careerPage.jsx";
import ServicePage from "./User/pages/Service-Page/service.jsx";
import Shipping from "./User/pages/Shipping/shipping";
import GiftCard from "./User/pages/Gift-Card/gift-card.jsx";
import Payment_Policy from "./User/pages/Payment-Policy/payment-policy.jsx";
// Admin components
import AdminVerificationPage from "./User/pages/Admin-Verification/Admin.jsx";
import AdminLayout from "./Admin/AdminLayout";
Expand Down Expand Up @@ -182,6 +183,7 @@ export default function App() {
path="returnAndCancellation"
element={<ReturnAndCancellation />}
/>
<Route path="payment-policy" element={<Payment_Policy />} />
{/* Return and Cancellation page route */}
<Route path="EPR_Page" element={<EPRPage />} /> {/* EPR page route */}
<Route path="career" element={<CareerPage />} />
Expand Down
4 changes: 2 additions & 2 deletions src/User/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ const Footer = () => {
<Link to="/gift-card" onClick={scrollToTop}>
Gift Cards
</Link>
<Link to="/termsAndCondition" onClick={scrollToTop}>
Terms & Conditions
<Link to="/payment-page" onClick={scrollToTop}>
payments
</Link>
<Link to="/faq" onClick={scrollToTop}>
FAQ
Expand Down
Loading

0 comments on commit ee95844

Please sign in to comment.