From 16ab5ecf2e503a9658bd03b537f74492281c484a Mon Sep 17 00:00:00 2001
From: Sadaf <137484958+SadafKausar2025@users.noreply.github.com>
Date: Mon, 29 Jul 2024 12:09:11 +0530
Subject: [PATCH 1/2] Created My Service Page of vigybag
---
src/App.jsx | 48 ++++++-
src/User/components/About/ServiceHeader.jsx | 27 ++++
src/User/pages/Service-Page/service.jsx | 149 ++++++++++++++++++++
src/assets/accountMangement.jpeg | Bin 0 -> 57150 bytes
src/assets/accounting.jpeg | Bin 0 -> 178309 bytes
src/assets/advertising.jpeg | Bin 0 -> 136354 bytes
src/assets/back.jpg | Bin 0 -> 172581 bytes
src/assets/cataloging.jpeg | Bin 0 -> 55895 bytes
src/assets/imaging.jpeg | Bin 0 -> 476222 bytes
src/assets/liquadation.jpeg | Bin 0 -> 87983 bytes
src/assets/sellerAcount.jpeg | Bin 0 -> 49594 bytes
src/assets/sellerTaining.jpeg | Bin 0 -> 85383 bytes
src/assets/sourcing.jpeg | Bin 0 -> 86110 bytes
src/assets/taxation.jpeg | Bin 0 -> 66885 bytes
src/assets/warehouse.jpeg | Bin 0 -> 106955 bytes
src/assets/www.png | Bin 0 -> 15171401 bytes
16 files changed, 223 insertions(+), 1 deletion(-)
create mode 100644 src/User/components/About/ServiceHeader.jsx
create mode 100644 src/User/pages/Service-Page/service.jsx
create mode 100644 src/assets/accountMangement.jpeg
create mode 100644 src/assets/accounting.jpeg
create mode 100644 src/assets/advertising.jpeg
create mode 100644 src/assets/back.jpg
create mode 100644 src/assets/cataloging.jpeg
create mode 100644 src/assets/imaging.jpeg
create mode 100644 src/assets/liquadation.jpeg
create mode 100644 src/assets/sellerAcount.jpeg
create mode 100644 src/assets/sellerTaining.jpeg
create mode 100644 src/assets/sourcing.jpeg
create mode 100644 src/assets/taxation.jpeg
create mode 100644 src/assets/warehouse.jpeg
create mode 100644 src/assets/www.png
diff --git a/src/App.jsx b/src/App.jsx
index 40393557..b52c5710 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -35,6 +35,11 @@ import FeedbackModal from "./User/components/FeedbackForm/Feedback";
import NotificationPage from "./User/pages/Dashboard/NotificationPage";
import ProfilePage from "./User/pages/Dashboard/ProfilePage";
+<<<<<<< Updated upstream
+=======
+import CareerPage from "./User/pages/Career-Page/careerPage.jsx";
+import ServicePage from "./User/pages/Service-Page/service.jsx";
+>>>>>>> Stashed changes
// Admin components
import AdminVerificationPage from "./User/pages/Admin-Verification/Admin.jsx";
import AdminLayout from "./Admin/AdminLayout";
@@ -67,7 +72,6 @@ import FurnitureDecor from "./User/pages/Popular_Categories/Furniture-Decor";
import HealthSupplements from "./User/pages/Popular_Categories/Health-Supplements";
import PrintingStationery from "./User/pages/Popular_Categories/Printing-Stationery";
-
import { Helmet } from "react-helmet";
// not required imports
@@ -123,7 +127,13 @@ export default function App() {
} /> {/* Feedback page route */}
} /> {/* Return and Cancellation page route */}
} /> {/* EPR page route */}
+<<<<<<< Updated upstream
+=======
+ } />{" "}
+ } />{" "}
+ {/* EPR page route */}
+>>>>>>> Stashed changes
{/* Private routes requiring authentication */}
}>
}>
@@ -132,6 +142,7 @@ export default function App() {
} /> {/* Admin Vigy form route */}
} /> {/* Admin product form route */}
+<<<<<<< Updated upstream
} /> {/* User dashboard route */}
} /> {/* Order confirmation route */}
@@ -155,6 +166,41 @@ export default function App() {
////
} /> {/* Dashboard Profile route */}
+=======
+ } />{" "}
+ {/* User dashboard route */}
+ } />{" "}
+ {/* Order confirmation route */}
+ } />{" "}
+ {/* Order cancellation route */}
+ } />{" "}
+ {/* Order details route */}
+ } />{" "}
+ {/* My orders route */}
+ } />{" "}
+ {/* Checkout route */}
+ } />{" "}
+ {/* Product details route */}
+ } /> {/* Payment route */}
+ } />{" "}
+ {/* Dashboard orders route */}
+ } />{" "}
+ {/* Dashboard cart route */}
+ }
+ />{" "}
+ {/* Dashboard wishlist route */}
+ }
+ />{" "}
+ {/* Dashboard notifications route */}
+ //Not in use routes
+ } />
+ } />{" "}
+ {/* Dashboard Profile route */}
+>>>>>>> Stashed changes
{/* private route ends */}
diff --git a/src/User/components/About/ServiceHeader.jsx b/src/User/components/About/ServiceHeader.jsx
new file mode 100644
index 00000000..1c956ce1
--- /dev/null
+++ b/src/User/components/About/ServiceHeader.jsx
@@ -0,0 +1,27 @@
+import React from "react";
+import background from "../../../assets/back.jpg";
+
+function Header() {
+ return (
+ <>
+
+
+
+
+
+
+
+ Our Service
+
+
+
+ >
+ );
+}
+
+export default Header;
diff --git a/src/User/pages/Service-Page/service.jsx b/src/User/pages/Service-Page/service.jsx
new file mode 100644
index 00000000..42c6c714
--- /dev/null
+++ b/src/User/pages/Service-Page/service.jsx
@@ -0,0 +1,149 @@
+import React from "react";
+import accounting from "../../../assets/accounting.jpeg";
+import accountManagement from "../../../assets/accountMangement.jpeg";
+import advertising from "../../../assets/advertising.jpeg";
+import cataloging from "../../../assets/cataloging.jpeg";
+import imaging from "../../../assets/imaging.jpeg";
+import liquadation from "../../../assets/liquadation.jpeg";
+import sellerAcount from "../../../assets/sellerAcount.jpeg";
+import sellerTaining from "../../../assets/sellerTaining.jpeg";
+import sourcing from "../../../assets/sourcing.jpeg";
+import taxation from "../../../assets/taxation.jpeg";
+import warehouse from "../../../assets/warehouse.jpeg";
+
+import Header from "../../components/About/ServiceHeader";
+
+const ServicePage = () => {
+ const leadershipData = [
+ {
+ name: "Account Management",
+ image: accounting,
+ description:
+ "Provide end-to-end services to a host of sellers. Help the sellers build a long term relationship with their customers.",
+ },
+ {
+ name: "Accounting",
+ image: accountManagement,
+ description:
+ "Provide payment reconciliation and integrated accounting services to sellers and help them with enhanced product profitability analysis.",
+ },
+ {
+ name: "Advertising",
+ image: advertising,
+ description:
+ "Lend your advertising services to sellers across the country. Help them promote their products and boost their sales. ",
+ },
+ {
+ name: "Cataloging",
+ image: cataloging,
+ description:
+ "Connect with a host of sellers and help them build an appealing catalogue with compelling content that attracts customers.",
+ },
+ {
+ name: "Imaging",
+ image: imaging,
+ description:
+ "Provide photoshoot and editing services to sellers across the country and help them boost their sales.",
+ },
+ {
+ name: "Liquidation",
+ image: liquadation,
+ description:
+ "Offer your liquidation services to sellers who are willing to sell-off their dead inventory or excess returns.",
+ },
+ {
+ name: "Seller Account Reinstatement",
+ image: sellerAcount,
+ description:
+ "Help sellers in reinstating their suspended accounts and ensure their accounts don't get suspended in future",
+ },
+ {
+ name: "Seller Training",
+ image: sellerTaining,
+ description:
+ "Provide in-person classroom / online training to new sellers & recently onboarded sellers on how to manage and grow their business on VigyBag",
+ },
+ {
+ name: "Software Solutions",
+ image: sellerAcount,
+ description:
+ "Discover software solutions to bring efficiency in your operations.",
+ },
+ {
+ name: "Sourcing",
+ image: sourcing,
+ description:
+ "Have a wide assortment of quality products to offer to the sellers? Connect with sellers across the country who need your services.",
+ },
+ {
+ name: "Taxation",
+ image: taxation,
+ description:
+ "Connect with sellers across India and provide and lend them your assistance in filing taxes and handling money.",
+ },
+ {
+ name: "Warehousing Services",
+ image: warehouse,
+ description:
+ "Provide storage & inventory handling services to recent and existing sellers for non-FBF fulfillment on VigyBag platform at your warehouse locations.",
+ },
+
+ // Add more leadership members as needed
+ ];
+
+ return (
+
+ {/*Header Section */}
+
+
+ {/* Leadership Section */}
+
+
+ SERVICES THAT YOU CAN PROVIDE
+
+
+
+ {leadershipData.map((leader, index) => (
+
+
+
+
+
+
+ {leader.name}
+
+
+
+
+
+ {leader.description}
+
+
+ List Your Service{" "}
+
+
+
+
+ ))}
+
+
+
+
+ );
+};
+
+export default ServicePage;
diff --git a/src/assets/accountMangement.jpeg b/src/assets/accountMangement.jpeg
new file mode 100644
index 0000000000000000000000000000000000000000..30707405e66ccdbfa8f20e526f366059e06b5570
GIT binary patch
literal 57150
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