Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-10 21:51:38 +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 } from "lucide-react";
import { Users, MapPin, CheckCircle, Star, Sparkles, TrendingUp, Award } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -198,7 +198,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}