4 Commits

Author SHA1 Message Date
279dbf12d8 Update src/app/page.tsx 2026-03-10 22:03:09 +00:00
92959163c9 Merge version_4 into main
Merge version_4 into main
2026-03-10 21:59:10 +00:00
6f2a53a98b Update src/app/page.tsx 2026-03-10 21:59:06 +00:00
f845233fcf Merge version_3 into main
Merge version_3 into main
2026-03-10 21:54:55 +00:00

View File

@@ -13,7 +13,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
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() {
const navItems = [
@@ -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,8 +98,9 @@ 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."
tag="Simple & Fast"
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"
textboxLayout="default"
useInvertedBackground={false}
@@ -117,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"
/>
@@ -275,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}
@@ -284,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"},
{
@@ -295,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"},
{