Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f8a77e7cb | |||
| d3f219717e | |||
| 279dbf12d8 | |||
| 92959163c9 | |||
| 6f2a53a98b | |||
| f845233fcf | |||
| a20e58f6b9 | |||
| cba2217631 | |||
| fa01a8a52c | |||
| cedf40d541 | |||
| 1082e5eae5 | |||
| bb0228d7b9 |
@@ -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 } from "lucide-react";
|
||||
import { Users, MapPin, CheckCircle, Star, Sparkles, TrendingUp, Award, Shield } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -99,23 +99,26 @@ export default function HomePage() {
|
||||
<FeatureCardEight
|
||||
title="How ArtisanGo Works"
|
||||
description="Our seamless four-step process connects you with trusted artisans in minutes."
|
||||
tag="Simple & Fast"
|
||||
tag="Verified & Secure"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
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={[
|
||||
{
|
||||
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,
|
||||
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,
|
||||
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,
|
||||
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"
|
||||
/>
|
||||
@@ -198,7 +201,8 @@ export default function HomePage() {
|
||||
<TestimonialCardSix
|
||||
title="Loved by Our Community"
|
||||
description="Real feedback from satisfied clients and trusted artisans using ArtisanGo daily."
|
||||
tag="Testimonials"
|
||||
tag="Average 4.8★ Rating"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user