diff --git a/src/tag/Tag.tsx b/src/tag/Tag.tsx index 2834bfd..6a97c71 100644 --- a/src/tag/Tag.tsx +++ b/src/tag/Tag.tsx @@ -23,36 +23,27 @@ const defaultTestimonials: Testimonial[] = [ role: 'Product Manager', company: 'TechCorp', excerpt: 'Amazing experience working with this team.', - fullText: 'This has been an absolutely transformative experience. The team went above and beyond to ensure our project succeeded. Their attention to detail and commitment to excellence is unmatched. I would highly recommend them to anyone looking for top-tier service.', + fullText: 'This has been an absolutely transformative experience. The team went above and beyond to ensure our project succeeded. Their attention to detail and commitment to excellence is unmatched in the industry.', avatar: '👩‍💼', }, { id: '2', author: 'Michael Chen', role: 'CEO', - company: 'StartupXYZ', + company: 'StartupHub', excerpt: 'Exceeded all our expectations.', - fullText: 'From day one, they demonstrated exceptional professionalism and expertise. They understood our vision and delivered results that surpassed our expectations. The collaboration was seamless and the outcomes were outstanding. Truly a game-changer for our business.', + fullText: 'From day one, they demonstrated exceptional expertise and professionalism. The results speak for themselves - we saw a 300% improvement in our metrics. Highly recommend to anyone looking for top-tier service.', avatar: '👨‍💼', }, { id: '3', author: 'Emily Rodriguez', role: 'Design Lead', - company: 'Creative Studios', + company: 'CreativeStudio', excerpt: 'Best decision we made this year.', - fullText: 'Working with this team was the best decision we made all year. Their innovative approach and creative solutions transformed our project completely. They were responsive, professional, and genuinely invested in our success. I cannot recommend them highly enough.', + fullText: 'The collaboration was seamless and the final product exceeded our vision. They understood our brand deeply and delivered something truly special. We are already planning our next project together.', avatar: '👩‍🎨', }, - { - id: '4', - author: 'David Park', - role: 'Operations Director', - company: 'Global Solutions Inc', - excerpt: 'Incredible attention to detail.', - fullText: 'The level of detail and care they put into every aspect of the project was incredible. They anticipated our needs, solved problems proactively, and delivered exceptional results on time and within budget. Their expertise and dedication made all the difference.', - avatar: '👨‍💼', - }, ]; export default function Tag({ testimonials = defaultTestimonials }: TagProps) { @@ -66,18 +57,18 @@ export default function Tag({ testimonials = defaultTestimonials }: TagProps) { }; return ( -
+
-

+

What Our Clients Say

-

+

Hover over cards to see full testimonials

-
+
{testimonials.map((testimonial) => (
{/* Front of card */}
-
-
{testimonial.avatar}
+
+
{testimonial.avatar}
-

+

{testimonial.author}

-

+

{testimonial.role}

-

+

{testimonial.company}

-

+

"{testimonial.excerpt}"

-
- {[...Array(5)].map((_, i) => ( - - ★ - - ))} +
+ Click to read more
{/* Back of card */}
-

- {testimonial.fullText} -

-

- — {testimonial.author} -

+
+

+ {testimonial.author} +

+

+ {testimonial.fullText} +

+
+
+ Click to go back +