Merge version_2 into main #3
@@ -175,20 +175,20 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonials={allTestimonials}
|
||||
animationType="slide-up"
|
||||
title="300+ Happy Customers"
|
||||
titleSegments={[
|
||||
{ type: "text", content: "300+ Happy Customers" }
|
||||
]}
|
||||
description="Join hundreds of satisfied customers who have experienced the beauty and quality of our traditional outfits."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
ariaLabel="Customer testimonials - 300+ happy customers"
|
||||
/>
|
||||
{allTestimonials.map((testimonial, index) => (
|
||||
<div key={testimonial.id}>
|
||||
<TestimonialCardFifteen
|
||||
testimonial={testimonial.testimonial}
|
||||
rating={testimonial.rating}
|
||||
author={testimonial.author}
|
||||
avatars={testimonial.avatars}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel={`Customer testimonial ${index + 1}`}
|
||||
/>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
|
||||
Reference in New Issue
Block a user