Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-06 11:30:54 +00:00
2 changed files with 4 additions and 2 deletions

View File

@@ -89,6 +89,8 @@ export default function AboutPage() {
imageSrc="/placeholders/placeholder13.jpg"
imageAlt="VOLGA tailoring studio"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>

View File

@@ -101,7 +101,7 @@ export default function ServicesPage() {
<div id="testimonials" data-section="testimonials" className="py-20">
<TestimonialCardSixteen
testimonials={testimonials}
kpiItems={kpiItems}
kpiItems={kpiItems as [{ value: string; label: string }, { value: string; label: string }, { value: string; label: string }]}
title="What Our Clients Say"
description="Hear from our satisfied customers about their experience with our tailoring services."
animationType="slide-up"
@@ -112,4 +112,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}