Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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 } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -103,6 +103,8 @@ export default function HomePage() {
|
||||
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,
|
||||
@@ -198,7 +200,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