Merge version_3 into main #5
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user