@@ -36,7 +36,7 @@ import NotificationPage from "./User/pages/Dashboard/NotificationPage";
36
36
import ProfilePage from "./User/pages/Dashboard/ProfilePage" ;
37
37
import CareerPage from "./User/pages/Career-Page/careerPage.jsx" ;
38
38
import ServicePage from "./User/pages/Service-Page/service.jsx" ;
39
-
39
+ import Shipping from "./User/pages/Shipping/shipping" ;
40
40
// Admin components
41
41
import AdminVerificationPage from "./User/pages/Admin-Verification/Admin.jsx" ;
42
42
import AdminLayout from "./Admin/AdminLayout" ;
@@ -126,13 +126,20 @@ export default function App() {
126
126
< Route path = "team" element = { < Team /> } /> { /* Team page route */ }
127
127
< Route path = "auth" element = { < UserAuth /> } /> { /* User authentication page route */ }
128
128
< Route path = "faq" element = { < FAQ /> } /> { /* FAQ page route */ }
129
- < Route path = "termsAndCondition" element = { < TermsAndConditions /> } /> { /* Terms and Conditions page route */ }
130
- < Route path = "feedback" element = { < FeedbackModal /> } /> { /* Feedback page route */ }
131
- < Route path = "returnAndCancellation" element = { < ReturnAndCancellation /> } /> { /* Return and Cancellation page route */ }
129
+ < Route path = "termsAndCondition" element = { < TermsAndConditions /> } />
130
+ { /* Terms and Conditions page route */ }
131
+ < Route path = "feedback" element = { < FeedbackModal /> } />
132
+ { /* Feedback page route */ }
133
+ < Route
134
+ path = "returnAndCancellation"
135
+ element = { < ReturnAndCancellation /> }
136
+ />
137
+ { /* Return and Cancellation page route */ }
132
138
< Route path = "EPR_Page" element = { < EPRPage /> } /> { /* EPR page route */ }
133
- < Route path = "career" element = { < CareerPage /> } /> { /* Career page route */ }
134
- < Route path = "service" element = { < ServicePage /> } /> { /* Service page route */ }
135
-
139
+ < Route path = "career" element = { < CareerPage /> } /> { " " }
140
+ < Route path = "service" element = { < ServicePage /> } /> { " " }
141
+ < Route path = "shipping" element = { < Shipping /> } /> { " " }
142
+ { /* EPR page route */ }
136
143
{ /* Private routes requiring authentication */ }
137
144
< Route element = { < PrivateRoute /> } >
138
145
< Route path = "/admin" element = { < AdminLayout /> } >
@@ -148,18 +155,28 @@ export default function App() {
148
155
< Route path = "checkout" element = { < Checkout /> } /> { /* Checkout route */ }
149
156
< Route path = "productDetails" element = { < ProductDetails /> } /> { /* Product details route */ }
150
157
< Route path = "payment" element = { < Payment /> } /> { /* Payment route */ }
151
- < Route path = "dashboard-order" element = { < DashboardOrders /> } /> { /* Dashboard orders route */ }
152
- < Route path = "dashboard-cart" element = { < DashboardCart /> } /> { /* Dashboard cart route */ }
153
- < Route path = "dashboard-wishlist" element = { < DashboardWishlist /> } /> { /* Dashboard wishlist route */ }
154
- < Route path = "dashboard-notifications" element = { < NotificationPage /> } /> { /* Dashboard notifications route */ }
155
- < Route path = "blog" element = { < Blog /> } /> { /* Blog page route */ }
156
- < Route path = "giftcard" element = { < GiftcardPage /> } /> { /* Gift card page route */ }
157
- < Route path = "sponsorships" element = { < Sponsorships /> } /> { /* Sponsorships page route */ }
158
- < Route path = "warranty" element = { < Warranty /> } /> { /* Warranty page route */ }
159
- < Route path = "productCare" element = { < ProductCare /> } /> { /* Product care page route */ }
160
- < Route path = "subscription" element = { < Subscription /> } /> { /* Subscription page route */ }
161
- < Route path = "events" element = { < Events /> } /> { /* Events page route */ }
162
- < Route path = "profile" element = { < ProfilePage /> } /> { /* Profile page route */ }
158
+ < Route path = "dashboard-order" element = { < DashboardOrders /> } />
159
+ { /* Dashboard orders route */ }
160
+ < Route path = "dashboard-cart" element = { < DashboardCart /> } />
161
+ { /* Dashboard cart route */ }
162
+ < Route path = "dashboard-wishlist" element = { < DashboardWishlist /> } />
163
+ { /* Dashboard wishlist route */ }
164
+ < Route
165
+ path = "dashboard-notifications"
166
+ element = { < NotificationPage /> }
167
+ />
168
+ { /* Dashboard notifications route */ }
169
+ { /* Not in use routes */ }
170
+ < Route path = "blog" element = { < Blog /> } />
171
+ { /* additional routes */ }
172
+ < Route path = "giftcard" element = { < GiftcardPage /> } />
173
+ < Route path = "sponsorships" element = { < Sponsorships /> } />
174
+ < Route path = "warranty" element = { < Warranty /> } />
175
+ < Route path = "productCare" element = { < ProductCare /> } />
176
+ < Route path = "subscription" element = { < Subscription /> } />
177
+ < Route path = "events" element = { < Events /> } />
178
+ < Route path = "profile" element = { < ProfilePage /> } />
179
+ { /* Dashboard Profile route */ }
163
180
</ Route >
164
181
165
182
{ /* Certifications page route */ }
0 commit comments