From 4cae8a34dbb30e4f751dc0a62d69e104773a339f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:25:21 +0000 Subject: [PATCH] Update src/app/become-artisan/page.tsx --- src/app/become-artisan/page.tsx | 87 ++++++++------------------------- 1 file changed, 20 insertions(+), 67 deletions(-) diff --git a/src/app/become-artisan/page.tsx b/src/app/become-artisan/page.tsx index 6c94fcb..0252e5c 100644 --- a/src/app/become-artisan/page.tsx +++ b/src/app/become-artisan/page.tsx @@ -19,17 +19,15 @@ export default function BecomeArtisanPage() { const footerColumns = [ { - title: "Platform", - items: [ - { label: "Find Artisans", href: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/a-modern-mobile-app-interface-showing-a--1773177765363-61a78fb4.png" }, + title: "Platform", items: [ + { label: "Find Artisans", href: "/find-artisan" }, { label: "Post Request", href: "#post-request" }, { label: "How It Works", href: "#how-it-works" }, { label: "Pricing", href: "/pricing" }, ], }, { - title: "For Artisans", - items: [ + title: "For Artisans", items: [ { label: "Become Artisan", href: "/become-artisan" }, { label: "Artisan Dashboard", href: "#artisan-dashboard" }, { label: "Growth Resources", href: "#resources" }, @@ -37,8 +35,7 @@ export default function BecomeArtisanPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Contact Support", href: "#contact" }, { label: "Blog", href: "#blog" }, @@ -54,7 +51,7 @@ export default function BecomeArtisanPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSmallSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -65,9 +62,7 @@ export default function BecomeArtisanPage() { brandName="ArtisanGo" navItems={navItems} button={{ - text: "Get Started", - href: "#post-request", - }} + text: "Get Started", href: "#post-request"}} buttonClassName="bg-gradient-to-r from-blue-500 to-blue-600 hover:shadow-lg transition-all" /> @@ -76,19 +71,12 @@ export default function BecomeArtisanPage() { @@ -150,39 +121,21 @@ export default function BecomeArtisanPage() { mediaPosition="left" mediaAnimation="slide-up" faqsAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/artisan-dashboard-showing-monthly-earnin-1773177763994-2d46f261.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/artisan-dashboard-showing-monthly-earnin-1773177763994-2d46f261.png" imageAlt="Artisan earnings dashboard interface" faqs={[ { - id: "1", - title: "How do I apply to become an ArtisanGo professional?", - content: "Visit our application page and complete your profile with your skills, certifications, and service areas. We verify your background and credentials within 48 hours. Once approved, you can start receiving job notifications immediately.", - }, + id: "1", title: "How do I apply to become an ArtisanGo professional?", content: "Visit our application page and complete your profile with your skills, certifications, and service areas. We verify your background and credentials within 48 hours. Once approved, you can start receiving job notifications immediately."}, { - id: "2", - title: "What skills and certifications do I need?", - content: "Requirements vary by service type. For electrical work, you'll need proper licensing. For other trades, relevant experience and customer references help. We support professionals at all levels—apprentices to master craftspeople. Your skills are verified through background checks and reference validation.", - }, + id: "2", title: "What skills and certifications do I need?", content: "Requirements vary by service type. For electrical work, you'll need proper licensing. For other trades, relevant experience and customer references help. We support professionals at all levels—apprentices to master craftspeople. Your skills are verified through background checks and reference validation."}, { - id: "3", - title: "How much do I earn per job?", - content: "You keep 85% of the service price you quote. For example, if a customer pays $100 for your service, you receive $85. ArtisanGo's 15% commission covers payment processing, customer support, platform maintenance, and fraud prevention. You set your own rates.", - }, + id: "3", title: "How much do I earn per job?", content: "You keep 85% of the service price you quote. For example, if a customer pays $100 for your service, you receive $85. ArtisanGo's 15% commission covers payment processing, customer support, platform maintenance, and fraud prevention. You set your own rates."}, { - id: "4", - title: "When do I get paid?", - content: "Payment is processed weekly (every Monday) to your connected bank account. The payment is made only after the customer confirms service completion and has reviewed the work. You can track all earnings in your dashboard in real-time.", - }, + id: "4", title: "When do I get paid?", content: "Payment is processed weekly (every Monday) to your connected bank account. The payment is made only after the customer confirms service completion and has reviewed the work. You can track all earnings in your dashboard in real-time."}, { - id: "5", - title: "Can I work full-time or part-time?", - content: "Completely up to you! Some artisans use ArtisanGo as their primary income source (full-time), while others take jobs on evenings and weekends. You control your availability and can pause your profile anytime.", - }, + id: "5", title: "Can I work full-time or part-time?", content: "Completely up to you! Some artisans use ArtisanGo as their primary income source (full-time), while others take jobs on evenings and weekends. You control your availability and can pause your profile anytime."}, { - id: "6", - title: "What if there's a payment dispute with a customer?", - content: "Our dedicated support team investigates disputes within 24 hours. If you've completed the work professionally and the customer is satisfied, payment is released. If there's a legitimate issue, we work with both parties to resolve fairly. Your protection is our priority.", - }, + id: "6", title: "What if there's a payment dispute with a customer?", content: "Our dedicated support team investigates disputes within 24 hours. If you've completed the work professionally and the customer is satisfied, payment is released. If there's a legitimate issue, we work with both parties to resolve fairly. Your protection is our priority."}, ]} />