diff --git a/src/app/buyer-dashboard/page.tsx b/src/app/buyer-dashboard/page.tsx
new file mode 100644
index 0000000..dda03d1
--- /dev/null
+++ b/src/app/buyer-dashboard/page.tsx
@@ -0,0 +1,66 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import { User, Package, Heart } from "lucide-react";
+
+export default function BuyerDashboardPage() {
+ return (
+
+
+
+
+
+
+
+
Buyer Dashboard
+
+
+ Buyer Profile
+ Manage your account details and preferences.
+
+
+
+ Order History
+ View your past roofing service requests and status.
+
+
+
+ Saved Products
+ Access your bookmarked materials and roofing options.
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/marketplace/page.tsx b/src/app/marketplace/page.tsx
new file mode 100644
index 0000000..349cf21
--- /dev/null
+++ b/src/app/marketplace/page.tsx
@@ -0,0 +1,62 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import ProductCardFour from '@/components/sections/product/ProductCardFour';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+
+export default function MarketplacePage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index f889bf1..330b126 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -35,47 +35,25 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{ text: "Get Quote", href: "#contact" }}
- brandName="HoursJM Roofing"
+ brandName="AgriTrade Marketplace"
/>
@@ -84,12 +62,12 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
- title="Our Services"
- description="Comprehensive roofing solutions delivered by experienced professionals."
+ title="Marketplace Features"
+ description="Streamlined tools to help you grow your agricultural business."
features={[
- { id: "s1", title: "Residential Roofing", author: "Experts", description: "High-quality installation and replacement for family homes.", tags: ["Residential", "New Roof"], imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg" },
- { id: "s2", title: "Commercial Roofing", author: "Experts", description: "Durable flat and metal roofing systems for business facilities.", tags: ["Commercial", "Flat Roof"], imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-office-building_1252-1154.jpg" },
- { id: "s3", title: "Repairs & Maintenance", author: "Experts", description: "Preventative care and rapid response to weather damage.", tags: ["Maintenance", "Repair"], imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg" }
+ { id: "s1", title: "Direct Sales", author: "Platform", description: "Sell your harvest directly to wholesalers and retailers globally.", tags: ["Global", "B2B"], imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-box-wooden-table_144627-18400.jpg" },
+ { id: "s2", title: "Supply Chain Tracking", author: "Platform", description: "Real-time logistics tracking for all your shipments.", tags: ["Logistics", "Traceability"], imageSrc: "http://img.b2bpic.net/free-photo/truck-transporting-goods_144627-18420.jpg" },
+ { id: "s3", title: "Secure Payments", author: "Platform", description: "Guaranteed payment security and instant commission settlements.", tags: ["Fintech", "Payments"], imageSrc: "http://img.b2bpic.net/free-photo/financial-graph-growth_144627-18430.jpg" }
]}
/>
@@ -97,11 +75,11 @@ export default function LandingPage() {
@@ -111,12 +89,12 @@ export default function LandingPage() {
@@ -125,22 +103,22 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file