From cbdd31dd8894ff25c306600c9f4a0b9376c8c432 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:10:03 +0000 Subject: [PATCH 1/3] Add src/app/admin/page.tsx --- src/app/admin/page.tsx | 51 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/app/admin/page.tsx diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx new file mode 100644 index 0000000..3c4ec86 --- /dev/null +++ b/src/app/admin/page.tsx @@ -0,0 +1,51 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; + +export default function AdminDashboardPage() { + return ( + + + + +
+ + +
+

Management Access

+

Access user management, role settings, and order updates here.

+
+
+
+
+ ); +} -- 2.49.1 From 2fce8e4dd8406f544c6a4e3eb5598c4ef26043cd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:10:03 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 265 +++++++++-------------------------------------- 1 file changed, 51 insertions(+), 214 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b96ae51..d4d473b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,62 +42,29 @@ export default function LandingPage() {
@@ -112,50 +73,14 @@ export default function LandingPage() { @@ -166,38 +91,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - label: "Security", - title: "Safe Payments", - items: [ - "SSL Encryption", - "Secure Data", - "Private Policy", - ], + id: "f1", label: "Security", title: "Advanced Protection", items: ["End-to-End Encryption", "Multi-factor Auth", "Data Sanitization"], }, { - id: "f2", - label: "Delivery", - title: "Fast Shipping", - items: [ - "24h Delivery", - "Live Tracking", - "Safe Delivery", - ], + id: "f2", label: "Access", title: "Role-Based Control", items: ["Verified Sessions", "Secure Tokens", "Audit Logging"], }, { - id: "f3", - label: "Support", - title: "24/7 Service", - items: [ - "Live Chat", - "Easy Returns", - "Support Team", - ], + id: "f3", label: "Integrity", title: "Input Validation", items: ["Real-time Sanitizing", "Form Protection", "Schema Validation"], }, ]} - title="Why Shop With Us" - description="We ensure the best quality for our customers." + title="Security at Our Core" + description="We implement modern security standards to safeguard your shopping journey." /> @@ -207,63 +111,19 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah", - role: "User", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg", - }, - { - id: "t2", - name: "John", - role: "User", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", - }, - { - id: "t3", - name: "Alex", - role: "User", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", - }, - { - id: "t4", - name: "Emma", - role: "User", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-business-man_1303-19609.jpg", - }, - { - id: "t5", - name: "David", - role: "User", - company: "Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-amused-entertained-charismatic-african-american-woman-with-curly-hairstyle-showing-thumbs-up_176420-31239.jpg", - }, + { id: "t1", name: "Sarah", role: "Security Lead", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg" }, + { id: "t2", name: "John", role: "Developer", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg" }, + { id: "t3", name: "Alex", role: "User", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg" }, + { id: "t4", name: "Emma", role: "User", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-business-man_1303-19609.jpg" }, + { id: "t5", name: "David", role: "Analyst", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-amused-entertained-charismatic-african-american-woman-with-curly-hairstyle-showing-thumbs-up_176420-31239.jpg" }, ]} kpiItems={[ - { - value: "1M+", - label: "Products", - }, - { - value: "500K+", - label: "Users", - }, - { - value: "10K+", - label: "Sellers", - }, + { value: "100%", label: "Encrypted" }, + { value: "99.9%", label: "Uptime" }, + { value: "0", label: "Breaches" }, ]} - title="Happy Shoppers" - description="Join millions of satisfied customers across the country." + title="Verified Safety" + description="Trusted by professionals who value secure online environments." /> @@ -272,22 +132,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "How to return a product?", - content: "You can return products within 30 days of purchase.", - }, + id: "q1", title: "How is my data encrypted?", content: "We use industry-standard AES-256 for at-rest storage and TLS for transit."}, { - id: "q2", - title: "Payment methods?", - content: "We support Cash on Delivery and credit cards.", - }, + id: "q2", title: "How does authorization work?", content: "Every request is validated via secure tokens and role-based permissions."}, { - id: "q3", - title: "Track my order?", - content: "Use your account order page to track delivery status.", - }, + id: "q3", title: "Are my inputs sanitized?", content: "Yes, all forms implement strict validation and server-side cleaning."}, ]} - sideTitle="Questions?" + sideTitle="Security FAQs" faqsAnimation="slide-up" /> @@ -297,29 +148,15 @@ export default function LandingPage() { logoText="Marketplace" columns={[ { - title: "Shop", - items: [ - { - label: "Electronics", - href: "#", - }, - { - label: "Clothing", - href: "#", - }, + title: "Shop", items: [ + { label: "Electronics", href: "#" }, + { label: "Clothing", href: "#" }, ], }, { - title: "Company", - items: [ - { - label: "About", - href: "#", - }, - { - label: "Career", - href: "#", - }, + title: "Legal", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, ], }, ]} @@ -328,4 +165,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 7fd04eda8fa48afa01dbec60aa734bb4770660af Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:10:03 +0000 Subject: [PATCH 3/3] Add src/app/seller-dashboard/page.tsx --- src/app/seller-dashboard/page.tsx | 67 +++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 src/app/seller-dashboard/page.tsx diff --git a/src/app/seller-dashboard/page.tsx b/src/app/seller-dashboard/page.tsx new file mode 100644 index 0000000..e0c3b7b --- /dev/null +++ b/src/app/seller-dashboard/page.tsx @@ -0,0 +1,67 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import { BarChart3, Package, ShoppingBag, User } from "lucide-react"; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; + +export default function SellerDashboard() { + return ( + + + + +
+ +
+ + +
+
+ ); +} -- 2.49.1