Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f8a77e7cb | |||
| d3f219717e | |||
| 279dbf12d8 | |||
| 92959163c9 | |||
| 6f2a53a98b | |||
| f845233fcf | |||
| a20e58f6b9 | |||
| cba2217631 |
@@ -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 = [
|
||||||
@@ -99,23 +99,26 @@ export default function HomePage() {
|
|||||||
<FeatureCardEight
|
<FeatureCardEight
|
||||||
title="How ArtisanGo Works"
|
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."
|
||||||
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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user