Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a72e3a9eb | |||
| dc3c4191a1 | |||
| 7c76fa8240 | |||
| 92fd9e61a7 | |||
| 1ea2a35b5b | |||
| 6f8a77e7cb | |||
| d3f219717e | |||
| 279dbf12d8 | |||
| 92959163c9 | |||
| 6f2a53a98b | |||
| f845233fcf | |||
| a20e58f6b9 | |||
| cba2217631 |
@@ -59,7 +59,7 @@ export default function BecomeArtisanPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="ArtisanGo"
|
brandName="FixNow"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started", href: "#post-request"}}
|
text: "Get Started", href: "#post-request"}}
|
||||||
@@ -69,9 +69,9 @@ export default function BecomeArtisanPage() {
|
|||||||
|
|
||||||
<div id="become-artisan-hero" data-section="become-artisan-hero">
|
<div id="become-artisan-hero" data-section="become-artisan-hero">
|
||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="Start Earning with ArtisanGo"
|
title="Start Earning with FixNow"
|
||||||
description={[
|
description={[
|
||||||
"Join thousands of skilled professionals building thriving businesses on ArtisanGo. Get consistent leads, manage your schedule, and grow your income with a trusted marketplace.", "Whether you're an electrician, plumber, painter, or other skilled tradesperson, ArtisanGo connects you with customers who value quality work and fair pricing.", "Earn 85% of every job you complete. Our 15% commission covers payment processing, customer support, and the technology that keeps you connected."]}
|
"Join thousands of skilled professionals building thriving businesses on FixNow. Get consistent leads, manage your schedule, and grow your income with a trusted marketplace.", "Whether you're an electrician, plumber, painter, or other skilled tradesperson, FixNow connects you with customers who value quality work and fair pricing.", "Earn 85% of every job you complete. Our 15% commission covers payment processing, customer support, and the technology that keeps you connected."]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Apply Now", href: "#application"},
|
text: "Apply Now", href: "#application"},
|
||||||
@@ -86,7 +86,7 @@ export default function BecomeArtisanPage() {
|
|||||||
|
|
||||||
<div id="artisan-benefits" data-section="artisan-benefits">
|
<div id="artisan-benefits" data-section="artisan-benefits">
|
||||||
<FeatureCardEight
|
<FeatureCardEight
|
||||||
title="Why Artisans Love ArtisanGo"
|
title="Why Artisans Love FixNow"
|
||||||
description="Built by professionals, for professionals. Every feature designed to help you succeed."
|
description="Built by professionals, for professionals. Every feature designed to help you succeed."
|
||||||
tag="Professional Tools"
|
tag="Professional Tools"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -113,7 +113,7 @@ export default function BecomeArtisanPage() {
|
|||||||
<div id="artisan-faq" data-section="artisan-faq">
|
<div id="artisan-faq" data-section="artisan-faq">
|
||||||
<FaqSplitMedia
|
<FaqSplitMedia
|
||||||
title="Artisan Questions Answered"
|
title="Artisan Questions Answered"
|
||||||
description="Everything you need to know about becoming an ArtisanGo professional."
|
description="Everything you need to know about becoming a FixNow professional."
|
||||||
tag="Help Center"
|
tag="Help Center"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -125,15 +125,15 @@ export default function BecomeArtisanPage() {
|
|||||||
imageAlt="Artisan earnings dashboard interface"
|
imageAlt="Artisan earnings dashboard interface"
|
||||||
faqs={[
|
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 a FixNow 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. FixNow'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 FixNow 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."},
|
||||||
]}
|
]}
|
||||||
@@ -143,7 +143,7 @@ export default function BecomeArtisanPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
copyrightText="© 2025 ArtisanGo. All rights reserved."
|
copyrightText="© 2025 FixNow. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -19,8 +19,7 @@ export default function FindArtisanPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Platform",
|
title: "Platform", items: [
|
||||||
items: [
|
|
||||||
{ label: "Find Artisans", href: "/find-artisan" },
|
{ label: "Find Artisans", href: "/find-artisan" },
|
||||||
{ label: "Post Request", href: "#post-request" },
|
{ label: "Post Request", href: "#post-request" },
|
||||||
{ label: "How It Works", href: "#how-it-works" },
|
{ label: "How It Works", href: "#how-it-works" },
|
||||||
@@ -28,8 +27,7 @@ export default function FindArtisanPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "For Artisans",
|
title: "For Artisans", items: [
|
||||||
items: [
|
|
||||||
{ label: "Become Artisan", href: "#become-artisan" },
|
{ label: "Become Artisan", href: "#become-artisan" },
|
||||||
{ label: "Artisan Dashboard", href: "#artisan-dashboard" },
|
{ label: "Artisan Dashboard", href: "#artisan-dashboard" },
|
||||||
{ label: "Growth Resources", href: "#resources" },
|
{ label: "Growth Resources", href: "#resources" },
|
||||||
@@ -37,8 +35,7 @@ export default function FindArtisanPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Contact Support", href: "#contact" },
|
{ label: "Contact Support", href: "#contact" },
|
||||||
{ label: "Blog", href: "#blog" },
|
{ label: "Blog", href: "#blog" },
|
||||||
@@ -62,12 +59,10 @@ export default function FindArtisanPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="ArtisanGo"
|
brandName="FixNow"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "/find-artisan"}}
|
||||||
href: "/find-artisan",
|
|
||||||
}}
|
|
||||||
buttonClassName="bg-gradient-to-r from-blue-500 to-blue-600 hover:shadow-lg transition-all"
|
buttonClassName="bg-gradient-to-r from-blue-500 to-blue-600 hover:shadow-lg transition-all"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -76,10 +71,7 @@ export default function FindArtisanPage() {
|
|||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="Find Your Perfect Artisan"
|
title="Find Your Perfect Artisan"
|
||||||
description={[
|
description={[
|
||||||
"ArtisanGo makes it easy to find and connect with verified professionals in your area. Browse detailed profiles, check ratings and reviews, and hire with confidence.",
|
"FixNow makes it easy to find and connect with verified professionals in your area. Browse detailed profiles, check ratings and reviews, and hire with confidence.", "Our intelligent matching system ensures you're connected with the right artisan for your specific needs and budget. All professionals are verified and insured for your protection.", "Post your request in minutes, get instant quotes from available artisans, and start your project today. Transparent pricing, secure payments, and rated reviews every step of the way."]}
|
||||||
"Our intelligent matching system ensures you're connected with the right artisan for your specific needs and budget. All professionals are verified and insured for your protection.",
|
|
||||||
"Post your request in minutes, get instant quotes from available artisans, and start your project today. Transparent pricing, secure payments, and rated reviews every step of the way.",
|
|
||||||
]}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Post a Request", href: "#services" },
|
{ text: "Post a Request", href: "#services" },
|
||||||
{ text: "Browse Services", href: "#services" },
|
{ text: "Browse Services", href: "#services" },
|
||||||
@@ -101,35 +93,14 @@ export default function FindArtisanPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "plumbing",
|
id: "plumbing", brand: "Home Repair", name: "Plumbing Services", price: "From $50/hr", rating: 4.8,
|
||||||
brand: "Home Repair",
|
reviewCount: "2.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/a-professional-plumber-working-on-a-kitc-1773177763468-af4d8bd4.png?_wi=2", imageAlt: "Professional plumbing service installation"},
|
||||||
name: "Plumbing Services",
|
|
||||||
price: "From $50/hr",
|
|
||||||
rating: 4.8,
|
|
||||||
reviewCount: "2.3k",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/a-professional-plumber-working-on-a-kitc-1773177763468-af4d8bd4.png?_wi=2",
|
|
||||||
imageAlt: "Professional plumbing service installation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "electrical",
|
id: "electrical", brand: "Home Repair", name: "Electrical Work", price: "From $60/hr", rating: 4.9,
|
||||||
brand: "Home Repair",
|
reviewCount: "1.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-electrician-performing-elec-1773177763482-12340b17.png?_wi=2", imageAlt: "Professional electrical service installation"},
|
||||||
name: "Electrical Work",
|
|
||||||
price: "From $60/hr",
|
|
||||||
rating: 4.9,
|
|
||||||
reviewCount: "1.8k",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-electrician-performing-elec-1773177763482-12340b17.png?_wi=2",
|
|
||||||
imageAlt: "Professional electrical service installation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "painting",
|
id: "painting", brand: "Home Repair", name: "Painting & Finishing", price: "From $40/hr", rating: 4.7,
|
||||||
brand: "Home Repair",
|
reviewCount: "1.5k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-painter-working-on-interior-1773177763691-f45dacf3.png?_wi=2", imageAlt: "Professional interior painting service"},
|
||||||
name: "Painting & Finishing",
|
|
||||||
price: "From $40/hr",
|
|
||||||
rating: 4.7,
|
|
||||||
reviewCount: "1.5k",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-painter-working-on-interior-1773177763691-f45dacf3.png?_wi=2",
|
|
||||||
imageAlt: "Professional interior painting service",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -146,28 +117,16 @@ export default function FindArtisanPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/client-dashboard-showing-active-service--1773177766882-4c33323b.png?_wi=2"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/client-dashboard-showing-active-service--1773177766882-4c33323b.png?_wi=2"
|
||||||
imageAlt="ArtisanGo client dashboard with active requests"
|
imageAlt="FixNow client dashboard with active requests"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "How do I search for artisans?", content: "Use our map-based search or filter by service type, location, availability, and budget. View detailed profiles including ratings, reviews, certifications, and portfolio work."},
|
||||||
title: "How do I search for artisans?",
|
|
||||||
content: "Use our map-based search or filter by service type, location, availability, and budget. View detailed profiles including ratings, reviews, certifications, and portfolio work.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "What information should I provide in my request?", content: "Include your service type, problem description, preferred time, location, and budget. Upload photos if helpful. The more detail you provide, the better quotes you'll receive."},
|
||||||
title: "What information should I provide in my request?",
|
|
||||||
content: "Include your service type, problem description, preferred time, location, and budget. Upload photos if helpful. The more detail you provide, the better quotes you'll receive.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "How are prices determined?", content: "Each artisan sets their own hourly rate or project-based pricing. You'll receive transparent quotes before any work begins. FixNow takes a 15% commission on completed jobs."},
|
||||||
title: "How are prices determined?",
|
|
||||||
content: "Each artisan sets their own hourly rate or project-based pricing. You'll receive transparent quotes before any work begins. ArtisanGo takes a 15% commission on completed jobs.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Can I communicate directly with the artisan?", content: "Yes! Once you accept a quote, you can chat directly with the artisan through our secure messaging system to confirm details and ask any questions."},
|
||||||
title: "Can I communicate directly with the artisan?",
|
|
||||||
content: "Yes! Once you accept a quote, you can chat directly with the artisan through our secure messaging system to confirm details and ask any questions.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -175,7 +134,7 @@ export default function FindArtisanPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
copyrightText="© 2025 ArtisanGo. All rights reserved."
|
copyrightText="© 2025 FixNow. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|||||||
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||||
import { Users, MapPin, CheckCircle, Star, Sparkles, TrendingUp, Award } from "lucide-react";
|
import { Users, MapPin, CheckCircle, Star, Sparkles, TrendingUp, Award, Shield } from "lucide-react";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
@@ -66,7 +66,7 @@ export default function HomePage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="ArtisanGo"
|
brandName="FixNow"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started", href: "#post-request"}}
|
text: "Get Started", href: "#post-request"}}
|
||||||
@@ -76,7 +76,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboardSplit
|
<HeroLogoBillboardSplit
|
||||||
logoText="ArtisanGo"
|
logoText="FixNow"
|
||||||
description="Connect instantly with vetted artisans near you. From plumbing to electrical work, find trusted professionals available in under 30 minutes. Fair pricing, transparent reviews, and secure payments—all in one app."
|
description="Connect instantly with vetted artisans near you. From plumbing to electrical work, find trusted professionals available in under 30 minutes. Fair pricing, transparent reviews, and secure payments—all in one app."
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -88,34 +88,37 @@ export default function HomePage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
layoutOrder="default"
|
layoutOrder="default"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/a-modern-mobile-app-interface-showing-a--1773177765363-61a78fb4.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/a-modern-mobile-app-interface-showing-a--1773177765363-61a78fb4.png"
|
||||||
imageAlt="ArtisanGo real-time artisan map interface"
|
imageAlt="FixNow real-time artisan map interface"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
frameStyle="browser"
|
frameStyle="browser"
|
||||||
ariaLabel="ArtisanGo hero section - find skilled artisans nearby"
|
ariaLabel="FixNow hero section - find skilled artisans nearby"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="how-it-works" data-section="how-it-works">
|
<div id="how-it-works" data-section="how-it-works">
|
||||||
<FeatureCardEight
|
<FeatureCardEight
|
||||||
title="How ArtisanGo Works"
|
title="How FixNow Works"
|
||||||
description="Our seamless four-step process connects you with trusted artisans in minutes."
|
description="Our seamless four-step process connects you with trusted artisans in minutes."
|
||||||
tag="Simple & Fast"
|
tag="Verified & Secure"
|
||||||
|
tagIcon={Shield}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
progressBarClassName="bg-gradient-to-r from-blue-500 to-blue-600 h-1"
|
||||||
|
stepNumberClassName="flex items-center justify-center w-8 h-8 rounded-full bg-blue-600 text-white text-sm font-bold"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Post Your Request", description: "Describe your problem, upload photos, and select your location. Tell us if it's urgent or scheduled.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/multi-step-form-interface-for-submitting-1773177768980-e6980195.png", imageAlt: "Multi-step service request form"},
|
title: "Post Your Request", description: "Describe your problem, upload photos, and select your location. Get an instant quote request summary so you know exactly what to expect before artisans respond.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/multi-step-form-interface-for-submitting-1773177768980-e6980195.png", imageAlt: "Multi-step service request form"},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Nearby Artisans Receive Alerts", description: "Qualified professionals in your area instantly get notified with your service details and can accept immediately.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/push-notification-and-alert-system-showi-1773177764280-3dcbbfa9.png?_wi=1", imageAlt: "Real-time notification to artisans"},
|
title: "Nearby Artisans Receive Alerts", description: "Qualified professionals in your area instantly get notified with your service details and can accept immediately. You'll see competing bids and availability within minutes—no more waiting around.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/push-notification-and-alert-system-showi-1773177764280-3dcbbfa9.png?_wi=1", imageAlt: "Real-time notification to artisans"},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Communicate & Confirm", description: "Chat directly with the accepted artisan, confirm timing, and get a transparent quote before work begins.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/a-professional-artisan-profile-card-show-1773177763262-bd114a5c.png?_wi=1", imageAlt: "Artisan profile with verified badge and ratings"},
|
title: "Communicate & Confirm", description: "Chat directly with the accepted artisan, confirm timing, and get a transparent quote before work begins. Lock in your price upfront with no surprise charges—you're protected every step.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/a-professional-artisan-profile-card-show-1773177763262-bd114a5c.png?_wi=1", imageAlt: "Artisan profile with verified badge and ratings"},
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
title: "Secure Payment & Review", description: "Pay securely through our platform. After service completion, leave a rating to help the community.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/secure-payment-checkout-interface-showin-1773177763978-f0b03e4c.png?_wi=1", imageAlt: "Secure payment checkout interface"},
|
title: "Secure Payment & Review", description: "Pay securely through our platform only after work is complete and you approve the results. Your feedback helps the community find the best professionals while rewarding quality artisans.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/secure-payment-checkout-interface-showin-1773177763978-f0b03e4c.png?_wi=1", imageAlt: "Secure payment checkout interface"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -123,9 +126,9 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="Why Choose ArtisanGo"
|
title="Why Choose FixNow"
|
||||||
description={[
|
description={[
|
||||||
"ArtisanGo transforms how people find and hire skilled artisans. Our platform combines technology with trust, ensuring every connection is secure, transparent, and efficient.", "Whether you need emergency repairs or planned maintenance, we connect you with verified professionals who deliver quality work at fair prices.", "Our verified rating system, secure payments, and 24/7 support make ArtisanGo the most reliable marketplace for home and business services."]}
|
"FixNow transforms how people find and hire skilled artisans. Our platform combines technology with trust, ensuring every connection is secure, transparent, and efficient.", "Whether you need emergency repairs or planned maintenance, we connect you with verified professionals who deliver quality work at fair prices.", "Our verified rating system, secure payments, and 24/7 support make FixNow the most reliable marketplace for home and business services."]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Learn More", href: "#features"},
|
text: "Learn More", href: "#features"},
|
||||||
@@ -170,7 +173,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardThree
|
<MetricCardThree
|
||||||
title="ArtisanGo by the Numbers"
|
title="FixNow by the Numbers"
|
||||||
description="Trusted by thousands of clients and artisans across the region. Growing daily."
|
description="Trusted by thousands of clients and artisans across the region. Growing daily."
|
||||||
tag="Platform Stats"
|
tag="Platform Stats"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -197,7 +200,7 @@ export default function HomePage() {
|
|||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
title="Loved by Our Community"
|
title="Loved by Our Community"
|
||||||
description="Real feedback from satisfied clients and trusted artisans using ArtisanGo daily."
|
description="Real feedback from satisfied clients and trusted artisans using FixNow daily."
|
||||||
tag="Average 4.8★ Rating"
|
tag="Average 4.8★ Rating"
|
||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -207,15 +210,15 @@ export default function HomePage() {
|
|||||||
speed={40}
|
speed={40}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Mitchell", handle: "homeowner, NYC", testimonial: "Found a plumber within 15 minutes. Professional, fair pricing, and done right the first time. ArtisanGo is a game-changer!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-headshot-of-a-satisfied-cli-1773177766056-edf81acd.png", imageAlt: "Sarah Mitchell"},
|
id: "1", name: "Sarah Mitchell", handle: "homeowner, NYC", testimonial: "Found a plumber within 15 minutes. Professional, fair pricing, and done right the first time. FixNow is a game-changer!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-headshot-of-a-satisfied-cli-1773177766056-edf81acd.png", imageAlt: "Sarah Mitchell"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Michael Chen", handle: "building manager, Boston", testimonial: "We handle multiple properties and ArtisanGo saves us hours finding reliable contractors. Transparent pricing and fast response times.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-headshot-of-a-satisfied-cli-1773177763146-a199cda9.png", imageAlt: "Michael Chen"},
|
id: "2", name: "Michael Chen", handle: "building manager, Boston", testimonial: "We handle multiple properties and FixNow saves us hours finding reliable contractors. Transparent pricing and fast response times.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-headshot-of-a-satisfied-cli-1773177763146-a199cda9.png", imageAlt: "Michael Chen"},
|
||||||
{
|
{
|
||||||
id: "3", name: "Emma Rodriguez", handle: "artisan, Los Angeles", testimonial: "As an electrician, ArtisanGo sends me consistent jobs. Fair commission, easy platform, and great customer support. Highly recommend!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-headshot-of-a-satisfied-fem-1773177763966-83889a2a.png", imageAlt: "Emma Rodriguez"},
|
id: "3", name: "Emma Rodriguez", handle: "artisan, Los Angeles", testimonial: "As an electrician, FixNow sends me consistent jobs. Fair commission, easy platform, and great customer support. Highly recommend!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-headshot-of-a-satisfied-fem-1773177763966-83889a2a.png", imageAlt: "Emma Rodriguez"},
|
||||||
{
|
{
|
||||||
id: "4", name: "David Park", handle: "homeowner, Seattle", testimonial: "Emergency plumbing issue at 11 PM—had someone at my door by midnight. Professional, vetted, and exactly what I needed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-headshot-of-a-male-client-2-1773177763544-078987d8.png", imageAlt: "David Park"},
|
id: "4", name: "David Park", handle: "homeowner, Seattle", testimonial: "Emergency plumbing issue at 11 PM—had someone at my door by midnight. Professional, vetted, and exactly what I needed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-headshot-of-a-male-client-2-1773177763544-078987d8.png", imageAlt: "David Park"},
|
||||||
{
|
{
|
||||||
id: "5", name: "Jennifer Walsh", handle: "office manager, Chicago", testimonial: "Our office maintenance is now handled through ArtisanGo. Reliable, professional, and we save 30% on service costs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-headshot-of-a-female-client-1773177763022-054571a3.png", imageAlt: "Jennifer Walsh"},
|
id: "5", name: "Jennifer Walsh", handle: "office manager, Chicago", testimonial: "Our office maintenance is now handled through FixNow. Reliable, professional, and we save 30% on service costs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-headshot-of-a-female-client-1773177763022-054571a3.png", imageAlt: "Jennifer Walsh"},
|
||||||
{
|
{
|
||||||
id: "6", name: "Thomas Kumar", handle: "plumber, San Francisco", testimonial: "Best platform for independent artisans. Direct client connections, secure payments, and zero middleman hassle. Growing my business 40% YoY.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-headshot-of-a-male-client-3-1773177763245-70fcbf78.png", imageAlt: "Thomas Kumar"},
|
id: "6", name: "Thomas Kumar", handle: "plumber, San Francisco", testimonial: "Best platform for independent artisans. Direct client connections, secure payments, and zero middleman hassle. Growing my business 40% YoY.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/professional-headshot-of-a-male-client-3-1773177763245-70fcbf78.png", imageAlt: "Thomas Kumar"},
|
||||||
]}
|
]}
|
||||||
@@ -225,7 +228,7 @@ export default function HomePage() {
|
|||||||
<div id="social-proof" data-section="social-proof">
|
<div id="social-proof" data-section="social-proof">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
title="Trusted by Industry Leaders"
|
title="Trusted by Industry Leaders"
|
||||||
description="ArtisanGo powers professional home services across multiple platforms and regions."
|
description="FixNow powers professional home services across multiple platforms and regions."
|
||||||
tag="Trusted Partners"
|
tag="Trusted Partners"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -243,7 +246,7 @@ export default function HomePage() {
|
|||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitMedia
|
<FaqSplitMedia
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Everything you need to know about using ArtisanGo to find or provide services."
|
description="Everything you need to know about using FixNow to find or provide services."
|
||||||
tag="Help Center"
|
tag="Help Center"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -252,16 +255,16 @@ export default function HomePage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/client-dashboard-showing-active-service--1773177766882-4c33323b.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Alqo9ajXpD8slpiZcKW4TWzhMB/client-dashboard-showing-active-service--1773177766882-4c33323b.png"
|
||||||
imageAlt="ArtisanGo client dashboard interface"
|
imageAlt="FixNow client dashboard interface"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1", title: "How quickly can I find an artisan?", content: "ArtisanGo connects you with available artisans in your area within minutes. For urgent requests (marked as emergency), qualified professionals receive instant notifications and can often arrive within 15-30 minutes depending on availability and distance."},
|
id: "1", title: "How quickly can I find an artisan?", content: "FixNow connects you with available artisans in your area within minutes. For urgent requests (marked as emergency), qualified professionals receive instant notifications and can often arrive within 15-30 minutes depending on availability and distance."},
|
||||||
{
|
{
|
||||||
id: "2", title: "How do I know if artisans are verified?", content: "All artisans on ArtisanGo undergo verification including background checks, credential verification, and skill assessment. Verified artisans display a checkmark badge on their profile. Ratings and reviews from real customers provide additional transparency."},
|
id: "2", title: "How do I know if artisans are verified?", content: "All artisans on FixNow undergo verification including background checks, credential verification, and skill assessment. Verified artisans display a checkmark badge on their profile. Ratings and reviews from real customers provide additional transparency."},
|
||||||
{
|
{
|
||||||
id: "3", title: "What payment methods are accepted?", content: "We accept all major credit cards, debit cards, and digital wallets through our secure Stripe integration. Payments are held securely until service completion, protecting both clients and artisans. No hidden fees—transparent pricing always."},
|
id: "3", title: "What payment methods are accepted?", content: "We accept all major credit cards, debit cards, and digital wallets through our secure Stripe integration. Payments are held securely until service completion, protecting both clients and artisans. No hidden fees—transparent pricing always."},
|
||||||
{
|
{
|
||||||
id: "4", title: "What's the ArtisanGo commission rate?", content: "ArtisanGo takes a 15% commission on completed jobs. This covers platform maintenance, payment processing, customer support, and fraud prevention. Artisans receive 85% of the service fee directly to their account."},
|
id: "4", title: "What's the FixNow commission rate?", content: "FixNow takes a 15% commission on completed jobs. This covers platform maintenance, payment processing, customer support, and fraud prevention. Artisans receive 85% of the service fee directly to their account."},
|
||||||
{
|
{
|
||||||
id: "5", title: "Can I request specific types of services?", content: "Yes! You can filter by service type (plumbing, electrical, HVAC, etc.), artisan ratings, hourly rates, certifications, and availability. Our advanced matching algorithm ensures you connect with the most suitable professional for your needs."},
|
id: "5", title: "Can I request specific types of services?", content: "Yes! You can filter by service type (plumbing, electrical, HVAC, etc.), artisan ratings, hourly rates, certifications, and availability. Our advanced matching algorithm ensures you connect with the most suitable professional for your needs."},
|
||||||
{
|
{
|
||||||
@@ -273,7 +276,7 @@ export default function HomePage() {
|
|||||||
<div id="cta" data-section="cta">
|
<div id="cta" data-section="cta">
|
||||||
<PricingCardTwo
|
<PricingCardTwo
|
||||||
title="Ready to Get Started?"
|
title="Ready to Get Started?"
|
||||||
description="Join thousands of clients and artisans using ArtisanGo. Find help fast or build your service business today."
|
description="Join thousands of clients and artisans using FixNow. Find help fast or build your service business today."
|
||||||
tag="Sign Up Now"
|
tag="Sign Up Now"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -309,7 +312,7 @@ export default function HomePage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
copyrightText="© 2025 ArtisanGo. All rights reserved."
|
copyrightText="© 2025 FixNow. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -20,17 +20,15 @@ export default function PricingPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Platform",
|
title: "Platform", items: [
|
||||||
items: [
|
{ label: "Find Artisans", href: "/find-artisan" },
|
||||||
{ 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" },
|
|
||||||
{ label: "Post Request", href: "#post-request" },
|
{ label: "Post Request", href: "#post-request" },
|
||||||
{ label: "How It Works", href: "#how-it-works" },
|
{ label: "How It Works", href: "#how-it-works" },
|
||||||
{ label: "Pricing", href: "/pricing" },
|
{ label: "Pricing", href: "/pricing" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "For Artisans",
|
title: "For Artisans", items: [
|
||||||
items: [
|
|
||||||
{ label: "Become Artisan", href: "/become-artisan" },
|
{ label: "Become Artisan", href: "/become-artisan" },
|
||||||
{ label: "Artisan Dashboard", href: "#artisan-dashboard" },
|
{ label: "Artisan Dashboard", href: "#artisan-dashboard" },
|
||||||
{ label: "Growth Resources", href: "#resources" },
|
{ label: "Growth Resources", href: "#resources" },
|
||||||
@@ -38,8 +36,7 @@ export default function PricingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Contact Support", href: "#contact" },
|
{ label: "Contact Support", href: "#contact" },
|
||||||
{ label: "Blog", href: "#blog" },
|
{ label: "Blog", href: "#blog" },
|
||||||
@@ -63,12 +60,10 @@ export default function PricingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="ArtisanGo"
|
brandName="FixNow"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "#post-request"}}
|
||||||
href: "#post-request",
|
|
||||||
}}
|
|
||||||
buttonClassName="bg-gradient-to-r from-blue-500 to-blue-600 hover:shadow-lg transition-all"
|
buttonClassName="bg-gradient-to-r from-blue-500 to-blue-600 hover:shadow-lg transition-all"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -77,15 +72,10 @@ export default function PricingPage() {
|
|||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="Simple, Transparent Pricing"
|
title="Simple, Transparent Pricing"
|
||||||
description={[
|
description={[
|
||||||
"ArtisanGo operates on a simple fee structure for both clients and artisans. No hidden costs, no surprise charges.",
|
"FixNow operates on a simple fee structure for both clients and artisans. No hidden costs, no surprise charges.", "Whether you're looking to hire skilled professionals or grow your service business, you'll always know exactly what you're paying and what you're earning.", "Our platform takes a small commission to maintain reliable service, secure payments, and 24/7 support—ensuring every connection is safe and successful."]}
|
||||||
"Whether you're looking to hire skilled professionals or grow your service business, you'll always know exactly what you're paying and what you're earning.",
|
|
||||||
"Our platform takes a small commission to maintain reliable service, secure payments, and 24/7 support—ensuring every connection is safe and successful.",
|
|
||||||
]}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Start Now",
|
text: "Start Now", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
showBorder={true}
|
showBorder={true}
|
||||||
@@ -96,7 +86,7 @@ export default function PricingPage() {
|
|||||||
<div id="pricing-plans" data-section="pricing-plans">
|
<div id="pricing-plans" data-section="pricing-plans">
|
||||||
<PricingCardTwo
|
<PricingCardTwo
|
||||||
title="Choose Your Role"
|
title="Choose Your Role"
|
||||||
description="ArtisanGo is free to join. Choose how you want to use our platform."
|
description="FixNow is free to join. Choose how you want to use our platform."
|
||||||
tag="Plans & Pricing"
|
tag="Plans & Pricing"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -105,53 +95,25 @@ export default function PricingPage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "client-plan",
|
id: "client-plan", badge: "For Clients", price: "Free", subtitle: "Post requests and connect with artisans", buttons: [
|
||||||
badge: "For Clients",
|
|
||||||
price: "Free",
|
|
||||||
subtitle: "Post requests and connect with artisans",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Find an Artisan",
|
text: "Find an Artisan", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#how-it-works"},
|
||||||
href: "#how-it-works",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Post unlimited service requests",
|
"Post unlimited service requests", "See real-time artisan availability", "Secure in-app messaging", "Transparent pricing & quotes", "Verified artisan ratings", "24/7 customer support"],
|
||||||
"See real-time artisan availability",
|
|
||||||
"Secure in-app messaging",
|
|
||||||
"Transparent pricing & quotes",
|
|
||||||
"Verified artisan ratings",
|
|
||||||
"24/7 customer support",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "artisan-plan",
|
id: "artisan-plan", badge: "For Artisans", badgeIcon: Sparkles,
|
||||||
badge: "For Artisans",
|
price: "Free", subtitle: "Grow your business with consistent leads", buttons: [
|
||||||
badgeIcon: Sparkles,
|
|
||||||
price: "Free",
|
|
||||||
subtitle: "Grow your business with consistent leads",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Become an Artisan",
|
text: "Become an Artisan", href: "/become-artisan"},
|
||||||
href: "/become-artisan",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "/become-artisan"},
|
||||||
href: "/become-artisan",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Get instant job notifications",
|
"Get instant job notifications", "Manage your availability & rates", "Build your verified profile", "Secure payment processing (85%)", "24/7 professional support", "Grow your client base"],
|
||||||
"Manage your availability & rates",
|
|
||||||
"Build your verified profile",
|
|
||||||
"Secure payment processing (85%)",
|
|
||||||
"24/7 professional support",
|
|
||||||
"Grow your client base",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -160,7 +122,7 @@ export default function PricingPage() {
|
|||||||
<div id="pricing-faq" data-section="pricing-faq">
|
<div id="pricing-faq" data-section="pricing-faq">
|
||||||
<FaqSplitMedia
|
<FaqSplitMedia
|
||||||
title="Pricing Questions"
|
title="Pricing Questions"
|
||||||
description="Get answers about ArtisanGo's fees, payment processing, and how we keep costs transparent."
|
description="Get answers about FixNow's fees, payment processing, and how we keep costs transparent."
|
||||||
tag="FAQ"
|
tag="FAQ"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -172,35 +134,17 @@ export default function PricingPage() {
|
|||||||
imageAlt="Secure payment checkout interface"
|
imageAlt="Secure payment checkout interface"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "What's the FixNow commission for artisans?", content: "FixNow takes a 15% commission on completed jobs. This means artisans keep 85% of the service price they quote. For example: Customer pays $100 → Artisan receives $85 → FixNow receives $15. The commission covers payment processing, fraud prevention, customer support, and platform maintenance."},
|
||||||
title: "What's the ArtisanGo commission for artisans?",
|
|
||||||
content: "ArtisanGo takes a 15% commission on completed jobs. This means artisans keep 85% of the service price they quote. For example: Customer pays $100 → Artisan receives $85 → ArtisanGo receives $15. The commission covers payment processing, fraud prevention, customer support, and platform maintenance.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Are there any fees for clients?", content: "No. Posting service requests on FixNow is completely free. Clients only pay the agreed-upon service price set by the artisan—there are no hidden platform fees, surcharges, or booking costs added by FixNow."},
|
||||||
title: "Are there any fees for clients?",
|
|
||||||
content: "No. Posting service requests on ArtisanGo is completely free. Clients only pay the agreed-upon service price set by the artisan—there are no hidden platform fees, surcharges, or booking costs added by ArtisanGo.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "How does the 15% commission break down?", content: "The 15% artisan commission covers: payment processing (Stripe fees ~2.9% + $0.30), platform maintenance and hosting, 24/7 customer support, fraud prevention and security, background verification systems, and continuous feature development."},
|
||||||
title: "How does the 15% commission break down?",
|
|
||||||
content: "The 15% artisan commission covers: payment processing (Stripe fees ~2.9% + $0.30), platform maintenance and hosting, 24/7 customer support, fraud prevention and security, background verification systems, and continuous feature development.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Can artisans set their own rates?", content: "Absolutely. Artisans have complete control over their hourly rates, project pricing, and service packages. You quote what's fair for your skills and market. Clients see the exact price before confirming, and you keep 85% of that amount."},
|
||||||
title: "Can artisans set their own rates?",
|
|
||||||
content: "Absolutely. Artisans have complete control over their hourly rates, project pricing, and service packages. You quote what's fair for your skills and market. Clients see the exact price before confirming, and you keep 85% of that amount.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Are there subscription plans or monthly fees?", content: "No subscription plans. FixNow is completely free to join and use. Artisans only pay commission when they complete jobs and receive payment. There are no monthly memberships, platform fees, or listing costs."},
|
||||||
title: "Are there subscription plans or monthly fees?",
|
|
||||||
content: "No subscription plans. ArtisanGo is completely free to join and use. Artisans only pay commission when they complete jobs and receive payment. There are no monthly memberships, platform fees, or listing costs.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", title: "What about payment processing times?", content: "Client payments are held securely through Stripe. Once the service is completed and the client confirms, artisans are paid weekly (every Monday) to their connected bank account. There's no waiting period beyond the weekly processing cycle."},
|
||||||
title: "What about payment processing times?",
|
|
||||||
content: "Client payments are held securely through Stripe. Once the service is completed and the client confirms, artisans are paid weekly (every Monday) to their connected bank account. There's no waiting period beyond the weekly processing cycle.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -208,7 +152,7 @@ export default function PricingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
copyrightText="© 2025 ArtisanGo. All rights reserved."
|
copyrightText="© 2025 FixNow. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user