Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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,10 +99,13 @@ 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,
|
||||||
|
|||||||
Reference in New Issue
Block a user