diff --git a/src/app/become-artisan/page.tsx b/src/app/become-artisan/page.tsx index 1b2e612..679a222 100644 --- a/src/app/become-artisan/page.tsx +++ b/src/app/become-artisan/page.tsx @@ -59,7 +59,7 @@ export default function BecomeArtisanPage() { > diff --git a/src/app/find-artisan/page.tsx b/src/app/find-artisan/page.tsx index 5e12f6d..6c753b6 100644 --- a/src/app/find-artisan/page.tsx +++ b/src/app/find-artisan/page.tsx @@ -19,8 +19,7 @@ export default function FindArtisanPage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Find Artisans", href: "/find-artisan" }, { label: "Post Request", href: "#post-request" }, { label: "How It Works", href: "#how-it-works" }, @@ -28,8 +27,7 @@ export default function FindArtisanPage() { ], }, { - 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 FindArtisanPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Contact Support", href: "#contact" }, { label: "Blog", href: "#blog" }, @@ -62,12 +59,10 @@ export default function FindArtisanPage() { > @@ -76,10 +71,7 @@ export default function FindArtisanPage() { @@ -146,28 +117,16 @@ export default function FindArtisanPage() { mediaAnimation="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" - imageAlt="ArtisanGo client dashboard with active requests" + imageAlt="FixNow client dashboard with active requests" faqs={[ { - 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.", - }, + 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."}, { - 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.", - }, + 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."}, { - 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. ArtisanGo takes a 15% commission on completed jobs.", - }, + 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."}, { - 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.", - }, + 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."}, ]} /> @@ -175,7 +134,7 @@ export default function FindArtisanPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index b631721..5a26220 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function HomePage() { >
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 6ac36e9..14d44d7 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -20,17 +20,15 @@ export default function PricingPage() { 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" }, @@ -38,8 +36,7 @@ export default function PricingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Contact Support", href: "#contact" }, { label: "Blog", href: "#blog" }, @@ -63,12 +60,10 @@ export default function PricingPage() { > @@ -77,15 +72,10 @@ export default function PricingPage() {