|
|
|
|
@@ -1,52 +1,131 @@
|
|
|
|
|
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
|
|
|
|
// file as the canonical source for the "testimonials" section.
|
|
|
|
|
/* eslint-disable */
|
|
|
|
|
// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body
|
|
|
|
|
import Button from "@/components/ui/Button";
|
|
|
|
|
import TextAnimation from "@/components/ui/TextAnimation";
|
|
|
|
|
import ImageOrVideo from "@/components/ui/ImageOrVideo";
|
|
|
|
|
import ScrollReveal from "@/components/ui/ScrollReveal";
|
|
|
|
|
|
|
|
|
|
import React from 'react';
|
|
|
|
|
import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards';
|
|
|
|
|
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
|
|
|
|
const testimonials = [
|
|
|
|
|
{
|
|
|
|
|
name: "UCC",
|
|
|
|
|
role: "CEO",
|
|
|
|
|
quote: "Yusupov Agency completely transformed our brand visibility.",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "OldShahar",
|
|
|
|
|
role: "CEO",
|
|
|
|
|
quote: "Incredible creative energy and professional execution.",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "UCC",
|
|
|
|
|
role: "CEO",
|
|
|
|
|
quote: "Best design partner we have ever collaborated with.",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "OldShahar",
|
|
|
|
|
role: "CEO",
|
|
|
|
|
quote: "Their work ethic is unparalleled in Central Asia.",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "UCC",
|
|
|
|
|
role: "CEO",
|
|
|
|
|
quote: "The electric blue design language is now our signature.",
|
|
|
|
|
}
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
type Testimonial = {
|
|
|
|
|
name: string;
|
|
|
|
|
role: string;
|
|
|
|
|
quote: string;
|
|
|
|
|
} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never });
|
|
|
|
|
|
|
|
|
|
const TestimonialsInline = () => {
|
|
|
|
|
const half = Math.ceil(testimonials.length / 2);
|
|
|
|
|
const topRow = testimonials.slice(0, half);
|
|
|
|
|
const bottomRow = testimonials.slice(half);
|
|
|
|
|
|
|
|
|
|
export default function TestimonialsSection(): React.JSX.Element {
|
|
|
|
|
return (
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<SectionErrorBoundary name="testimonials">
|
|
|
|
|
<TestimonialMarqueeCards
|
|
|
|
|
tag="Client Success"
|
|
|
|
|
title="Trusted by Leaders"
|
|
|
|
|
description="What our clients say about our creative process."
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
name: "Amina S.",
|
|
|
|
|
role: "CEO, FinTech",
|
|
|
|
|
quote: "Yusupov Agency completely transformed our brand visibility.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Bakhtiyar K.",
|
|
|
|
|
role: "Marketing Head",
|
|
|
|
|
quote: "Incredible creative energy and professional execution.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Gulnara D.",
|
|
|
|
|
role: "Retail Founder",
|
|
|
|
|
quote: "Best design partner we have ever collaborated with.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Damir N.",
|
|
|
|
|
role: "Start-up Lead",
|
|
|
|
|
quote: "Their work ethic is unparalleled in Central Asia.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Farida M.",
|
|
|
|
|
role: "Director",
|
|
|
|
|
quote: "The electric blue design language is now our signature.",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-blue-clothes-smiling_23-2148055977.jpg",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</SectionErrorBoundary>
|
|
|
|
|
<section aria-label="Testimonials section" className="pt-20 pb-10">
|
|
|
|
|
<div className="flex flex-col gap-8 md:gap-10">
|
|
|
|
|
<div className="flex flex-col items-center gap-2 w-content-width mx-auto">
|
|
|
|
|
<div className="px-3 py-1 mb-1 text-sm card rounded w-fit">
|
|
|
|
|
<p>{"Client Success"}</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<TextAnimation
|
|
|
|
|
text={"Trusted by Leaders"}
|
|
|
|
|
variant="fade-blur"
|
|
|
|
|
gradientText={true}
|
|
|
|
|
tag="h2"
|
|
|
|
|
className="md:max-w-8/10 text-6xl 2xl:text-7xl leading-[1.15] font-semibold text-center text-balance"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<TextAnimation
|
|
|
|
|
text={"What our clients say about our creative process."}
|
|
|
|
|
variant="fade-blur"
|
|
|
|
|
gradientText={false}
|
|
|
|
|
tag="p"
|
|
|
|
|
className="md:max-w-7/10 text-lg md:text-xl leading-snug text-center text-balance"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
{(undefined || undefined) && (
|
|
|
|
|
<div className="flex flex-wrap justify-center gap-3 mt-2 md:mt-3">
|
|
|
|
|
{undefined && <Button text={undefined.text} href={undefined.href} variant="primary"/>}
|
|
|
|
|
{undefined && <Button text={undefined.text} href={undefined.href} variant="secondary"animationDelay={0.1} />}
|
|
|
|
|
</div>
|
|
|
|
|
)}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<ScrollReveal variant="fade-blur" className="flex flex-col w-content-width mx-auto">
|
|
|
|
|
<div className="overflow-hidden mask-fade-x">
|
|
|
|
|
<div className="flex w-max animate-marquee-horizontal mb-5" style={{ animationDuration: "30s" }}>
|
|
|
|
|
{[...topRow, ...topRow, ...topRow, ...topRow].map((testimonial, index) => (
|
|
|
|
|
<div key={`top-${index}`} className="flex flex-col justify-between gap-4 xl:gap-5 2xl:gap-6 shrink-0 w-72 md:w-80 mr-5 p-6 xl:p-7 2xl:p-8 rounded card">
|
|
|
|
|
<p className="text-lg leading-snug line-clamp-3">{testimonial.quote}</p>
|
|
|
|
|
|
|
|
|
|
<div className="flex items-center gap-3">
|
|
|
|
|
<div className="flex items-center justify-center size-10 md:size-11 2xl:size-12 rounded-full bg-primary-cta text-primary-cta-text font-bold text-lg shrink-0">
|
|
|
|
|
{testimonial.name.charAt(0)}
|
|
|
|
|
</div>
|
|
|
|
|
<div className="flex flex-col min-w-0">
|
|
|
|
|
<span className="text-base text-foreground font-semibold leading-snug truncate">{testimonial.name}</span>
|
|
|
|
|
<span className="text-base text-foreground/75 leading-snug truncate">{testimonial.role}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
))}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="overflow-hidden mask-fade-x">
|
|
|
|
|
<div className="flex w-max animate-marquee-horizontal-reverse mb-10" style={{ animationDuration: "30s" }}>
|
|
|
|
|
{[...bottomRow, ...bottomRow, ...bottomRow, ...bottomRow].map((testimonial, index) => (
|
|
|
|
|
<div key={`bottom-${index}`} className="flex flex-col justify-between gap-4 xl:gap-5 2xl:gap-6 shrink-0 w-72 md:w-80 mr-5 p-6 xl:p-7 2xl:p-8 rounded card">
|
|
|
|
|
<p className="text-lg leading-snug line-clamp-3">{testimonial.quote}</p>
|
|
|
|
|
|
|
|
|
|
<div className="flex items-center gap-3">
|
|
|
|
|
<div className="flex items-center justify-center size-10 md:size-11 2xl:size-12 rounded-full bg-primary-cta text-primary-cta-text font-bold text-lg shrink-0">
|
|
|
|
|
{testimonial.name.charAt(0)}
|
|
|
|
|
</div>
|
|
|
|
|
<div className="flex flex-col min-w-0">
|
|
|
|
|
<span className="text-base text-foreground font-semibold leading-snug truncate">{testimonial.name}</span>
|
|
|
|
|
<span className="text-base text-foreground/75 leading-snug truncate">{testimonial.role}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
))}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</ScrollReveal>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export default function TestimonialsSection() {
|
|
|
|
|
return (
|
|
|
|
|
<div data-webild-section="testimonials" id="testimonials">
|
|
|
|
|
<TestimonialsInline />
|
|
|
|
|
</div>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|