Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 279dbf12d8 | |||
| 92959163c9 |
@@ -77,7 +77,7 @@ export default function HomePage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="ArtisanGo"
|
||||
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. No credit card required—pay securely only after service is complete. Fair pricing, transparent reviews, and guaranteed satisfaction in one app."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
@@ -98,7 +98,7 @@ export default function HomePage() {
|
||||
<div id="how-it-works" data-section="how-it-works">
|
||||
<FeatureCardEight
|
||||
title="How ArtisanGo 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. No hidden fees. Start free, pay only when service is complete."
|
||||
tag="Verified & Secure"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
@@ -118,7 +118,7 @@ export default function HomePage() {
|
||||
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"},
|
||||
{
|
||||
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 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"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -276,7 +276,7 @@ export default function HomePage() {
|
||||
<div id="cta" data-section="cta">
|
||||
<PricingCardTwo
|
||||
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 ArtisanGo. No credit card required—start free today."
|
||||
tag="Sign Up Now"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -285,7 +285,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "client", badge: "For Clients", price: "Free", subtitle: "Post requests and connect with artisans", buttons: [
|
||||
id: "client", badge: "For Clients", price: "Free", subtitle: "Post requests and connect with artisans. No credit card required.", buttons: [
|
||||
{
|
||||
text: "Find an Artisan", href: "/find-artisan"},
|
||||
{
|
||||
@@ -296,7 +296,7 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
id: "artisan", badge: "For Artisans", badgeIcon: Sparkles,
|
||||
price: "Free", subtitle: "Grow your business with consistent leads", buttons: [
|
||||
price: "Free", subtitle: "Grow your business with consistent leads. No signup fee.", buttons: [
|
||||
{
|
||||
text: "Become an Artisan", href: "/become-artisan"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user