Merge version_1 into main #4

Merged
bender merged 3 commits from version_1 into main 2026-03-03 11:40:56 +00:00
3 changed files with 4 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ export default function AboutPage() {
<AboutMetric
title="13 Years of Excellence in Visa Consultancy"
useInvertedBackground={false}
metricsAnimation="slide-up"
metrics={[
{ icon: CheckCircle, label: "Visas Processed", value: "10,000+" },
{ icon: Globe, label: "Countries Served", value: "4" },

View File

@@ -66,6 +66,7 @@ export default function HomePage() {
<AboutMetric
title="13 Years of Excellence in Visa Consultancy"
useInvertedBackground={false}
metricsAnimation="slide-up"
metrics={[
{ icon: CheckCircle, label: "Visas Processed", value: "10,000+" },
{ icon: Globe, label: "Countries Served", value: "4" },
@@ -134,7 +135,7 @@ export default function HomePage() {
src: "http://img.b2bpic.net/free-photo/indian-woman-posing-cute-stylish-outfit-camera-smiling_482257-122351.jpg", alt: "portrait woman smiling headshot avatar Indian"},
]}
ratingAnimation="slide-up"
avatarsAnimation="entrance-slide"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>

View File

@@ -52,7 +52,7 @@ export default function TestimonialsPage() {
src: "http://img.b2bpic.net/free-photo/indian-woman-posing-cute-stylish-outfit-camera-smiling_482257-122351.jpg", alt: "portrait woman smiling headshot avatar Indian"},
]}
ratingAnimation="slide-up"
avatarsAnimation="entrance-slide"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>