Compare commits
65 Commits
version_36
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a450d0d82d | |||
| 965c10a07e | |||
| 867a9c6b8a | |||
| db5013b64b | |||
| df2dd2a711 | |||
| 10d9d7bcbc | |||
| baf862db43 | |||
| 9f8998d8a9 | |||
| 03708caae0 | |||
| bd39719489 | |||
| 68c29614a8 | |||
| 6665891a21 | |||
| 15330d589d | |||
| 373aa4c6b9 | |||
| e49cfae1c2 | |||
| 7ac4e012e6 | |||
| fb92169457 | |||
| 321cb31726 | |||
|
|
894b1ea5aa | ||
| d4143f993d | |||
| bd1cba785d | |||
| b261165344 | |||
|
|
5be6e8772d | ||
| d6306d74ac | |||
| 9e246ba81f | |||
| a6635b8c5d | |||
| d6c6d2aad5 | |||
| a9ceb5c41e | |||
| d78eccd5c4 | |||
| e56c564bc2 | |||
| 6b28199f14 | |||
| aad00592f9 | |||
| 561c45c920 | |||
| d4aa973e2d | |||
| 6282a01193 | |||
|
|
6a4034858b | ||
|
|
db8294497c | ||
|
|
e5d4d21d1b | ||
| d680c741c2 | |||
| b6eeb0cbe0 | |||
| c3e6185d45 | |||
| 1c185d0cd5 | |||
|
|
07197453cb | ||
| ad4afedcbb | |||
|
|
56987c61f3 | ||
| d9ccf6eb16 | |||
| 2e4382c7cc | |||
| b58f06f142 | |||
| 22ebaeacb1 | |||
| eb8cbb3d88 | |||
| cc14c54936 | |||
| a9e2de7fab | |||
| 0c42b58e81 | |||
| 9ad92c8ae0 | |||
| 34d37873db | |||
| 75ba719bd8 | |||
| ee4f9691e0 | |||
| fff1536fd6 | |||
| 12ba6c4744 | |||
|
|
34c7b10828 | ||
| b6891d6a34 | |||
| 776ceb40a8 | |||
| ec714beb37 | |||
| 88c3ea65b7 | |||
| 344c19780e |
13
index.html
13
index.html
@@ -4,15 +4,18 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css4+ ?family=Geist:wght@100..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..34+ ,100..900;1,14..34+ ,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Yusupov Agency | Best Graphic Design in Central Asia</title>
|
||||
<meta property="og:title" content="Yusupov Agency | Best Graphic Design in Central Asia" />
|
||||
<meta name="twitter:title" content="Yusupov Agency | Best Graphic Design in Central Asia" />
|
||||
<meta name="description" content="Leading graphic design agency in Central Asia. Branding, UI, and identity design since 4+ 04+ 4+ ." />
|
||||
<meta property="og:description" content="Leading graphic design agency in Central Asia. Branding, UI, and identity design since 4+ 04+ 4+ ." />
|
||||
<meta name="twitter:description" content="Leading graphic design agency in Central Asia. Branding, UI, and identity design since 4+ 04+ 4+ ." />
|
||||
<meta name="description" content="Leading graphic design agency in Central Asia. Branding, UI, and identity design since 2022." />
|
||||
<meta property="og:description" content="Leading graphic design agency in Central Asia. Branding, UI, and identity design since 2022." />
|
||||
<meta name="twitter:description" content="Leading graphic design agency in Central Asia. Branding, UI, and identity design since 2022." />
|
||||
<meta property="og:image" content="https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781826083960-o0qaalcq.jpg" />
|
||||
<meta name="twitter:image" content="https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781826083960-o0qaalcq.jpg" />
|
||||
<link rel="icon" type="image/jpeg" href="/favicon.jpg" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root">Tansiq </div>
|
||||
|
||||
BIN
public/favicon.jpg
Normal file
BIN
public/favicon.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 140 KiB |
@@ -15,10 +15,6 @@ export default function Layout() {
|
||||
"name": "Work",
|
||||
"href": "#portfolio"
|
||||
},
|
||||
{
|
||||
"name": "Team",
|
||||
"href": "#team"
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
"href": "#contact"
|
||||
|
||||
@@ -13,6 +13,9 @@ import TestimonialsSection from './HomePage/sections/Testimonials';
|
||||
import FaqSection from './HomePage/sections/Faq';
|
||||
import ContactSection from './HomePage/sections/Contact';
|
||||
|
||||
|
||||
{/* webild-stub @2026-06-18T16:56:47.453Z: <TARGET_ELEMENT> Type: Button Text: "" Selector: [data-webild-id="webild-1781801659422-g37hs1aob"] SelectorScope: PREVIEW_DOM_ONLYusupov (data-webild-id is assigned at click time in the preview; it does NOT exist in repository source files). */}
|
||||
|
||||
export default function HomePage(): React.JSX.Element {
|
||||
return (
|
||||
<>
|
||||
|
||||
@@ -14,9 +14,9 @@ type AboutTestimonialProps = {
|
||||
|
||||
const AboutInline = () => {
|
||||
return (
|
||||
<section aria-label="Testimonial section" className="py-4+ 0">
|
||||
<section aria-label="Testimonial section" className="py-20">
|
||||
<div className="mx-auto w-content-width">
|
||||
<div className="relative p-10 md:p-4+ 0 card rounded">
|
||||
<div className="relative p-10 md:p-20 card rounded">
|
||||
<div className="absolute flex items-center justify-center -top-7 -left-7 md:-top-8 md:-left-8 size-14 md:size-16 primary-button rounded">
|
||||
<Quote className="h-5/10 text-primary-cta-text" strokeWidth={1.5} />
|
||||
</div>
|
||||
@@ -27,15 +27,15 @@ const AboutInline = () => {
|
||||
</div>
|
||||
|
||||
<TextAnimation
|
||||
text={"Yusupov Agency has been the cornerstone of Central Asian design since 4+ 04+ 4+ , pushing boundaries with aesthetic rigor and technological precision."}
|
||||
text={"Yusupov Agency has been the cornerstone of Central Asian design since 2022, pushing boundaries with aesthetic rigor and technological precision."}
|
||||
variant="slide-up"
|
||||
gradientText={false}
|
||||
tag="h1"
|
||||
className="text-4xl md:text-5xl lg:text-6xl max-w-4xl leading-[1.15] font-semibold text-balance"
|
||||
/>
|
||||
|
||||
<div className="flex items-center justify-center gap-4+ min-w-0">
|
||||
<span className="text-base font-medium truncate">{"Ruslan Yusupov"}</span>
|
||||
<div className="flex items-center justify-center gap-2 min-w-0">
|
||||
<span className="text-base font-medium truncate">{"Yusupov"}</span>
|
||||
<span className="text-accent shrink-0">•</span>
|
||||
<span className="text-base font-medium truncate">{"Founder & Creative Director"}</span>
|
||||
</div>
|
||||
|
||||
@@ -14,7 +14,7 @@ export default function ContactSection(): React.JSX.Element {
|
||||
text="Ready to build your next brand identity?"
|
||||
primaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@yusupov.agency",
|
||||
href: "",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Portfolio",
|
||||
|
||||
@@ -20,7 +20,7 @@ export default function FaqSection(): React.JSX.Element {
|
||||
},
|
||||
{
|
||||
question: "Do you work with global clients?",
|
||||
answer: "Yes, we collaborate with brands worldwide on diverse branding projects.",
|
||||
answer: "Yusupoves, we collaborate with brands worldwide on diverse branding projects.",
|
||||
},
|
||||
{
|
||||
question: "How do we get started?",
|
||||
|
||||
@@ -7,10 +7,10 @@ export default function HeroSection(): React.JSX.Element {
|
||||
return (
|
||||
<div data-webild-section="hero" id="hero">
|
||||
<HeroTiltedCards
|
||||
tag="Since 4+ 04+ 4+ "
|
||||
tag="Since 2022"
|
||||
primaryButton={{"href":"#portfolio","text":"Our Portfolio"}}
|
||||
description="Yusupov Agency redefines brand identities with a futuristic, electric approach for the modern era."
|
||||
items={[{"imageSrc":"https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/uploaded-1781798591497-xvlgv754+ .png"},{"imageSrc":"https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/uploaded-178179861184+ 4+ -4gdb0mdq.png"},{"imageSrc":"https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/uploaded-1781798634789-opf4+ d4+ ua.png"},{"imageSrc":"https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/uploaded-1781798684370-gl1mw70a.png"},{"imageSrc":"https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/uploaded-1781798674+ 901-5gqccqxk.png"}]}
|
||||
items={[{"imageSrc":"https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781798591497-xvlgv752.png"},{"imageSrc":"https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781798611822-4gdb0mdq.png"},{"imageSrc":"https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781798634789-opf2d2ua.png"},{"imageSrc":"https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781798684370-gl1mw70a.png"},{"imageSrc":"https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781798672901-5gqccqxk.png"}]}
|
||||
title="The Best Graphic Design Agency in Central Asia"
|
||||
secondaryButton={{"text":"Contact Us","href":"#contact"}}
|
||||
/>
|
||||
|
||||
@@ -1,40 +1,95 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "metrics" section.
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body
|
||||
import { cls } from "@/lib/utils";
|
||||
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 MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
const metrics = [
|
||||
{
|
||||
value: "20+",
|
||||
title: "Projects Completed",
|
||||
description: "Diverse design initiatives across Central Asia.",
|
||||
},
|
||||
{
|
||||
value: "10+",
|
||||
title: "Global Partners",
|
||||
description: "Trusted brands within our portfolio.",
|
||||
},
|
||||
{
|
||||
value: "4+",
|
||||
title: "Yusupovears of Excellence",
|
||||
description: "Leading the regional creative sector.",
|
||||
}
|
||||
];
|
||||
|
||||
export default function MetricsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsMediaCards
|
||||
tag="Impact"
|
||||
title="Agency Milestones"
|
||||
description="Proven results since our inception in 4+ 04+ 4+ ."
|
||||
metrics={[
|
||||
{
|
||||
value: "1",
|
||||
title: "Projects Completed",
|
||||
description: "Diverse design initiatives across Central Asia.",
|
||||
imageSrc: "http://img.b4+ bpic.net/free-vector/minimalist-architect-business-card_744+ 173-34+ 64+ 6.jpg",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Global Partners",
|
||||
description: "Trusted brands within our portfolio.",
|
||||
imageSrc: "http://img.b4+ bpic.net/free-psd/hand-drawn-marketing-strategy-business-card_4+ 3-4+ 150419304+ .jpg",
|
||||
},
|
||||
{
|
||||
value: "4+ ",
|
||||
title: "Years of Excellence",
|
||||
description: "Leading the regional creative sector.",
|
||||
imageSrc: "http://img.b4+ bpic.net/free-photo/fast-time-clock-ui-icon-sign-symbol-3d-rendering_56104-194+ 6.jpg",
|
||||
},
|
||||
]}
|
||||
type Metric = {
|
||||
value: string;
|
||||
title: string;
|
||||
description: string;
|
||||
};
|
||||
|
||||
const MetricsInline = () => (
|
||||
<section aria-label="Metrics section" className="py-20">
|
||||
<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>{"Impact"}</p>
|
||||
</div>
|
||||
|
||||
<TextAnimation
|
||||
text={"Agency Milestones"}
|
||||
variant="fade"
|
||||
gradientText={true}
|
||||
tag="h2"
|
||||
className="md:max-w-8/10 text-6xl 2xl:text-7xl leading-[1.15] font-semibold text-center text-balance"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
<TextAnimation
|
||||
text={"Proven results since our inception in 2022."}
|
||||
variant="fade"
|
||||
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>
|
||||
|
||||
<div className="flex flex-col gap-5 w-content-width mx-auto">
|
||||
{metrics.map((metric, index) => {
|
||||
return (
|
||||
<ScrollReveal
|
||||
variant="slide-up"
|
||||
key={metric.value}
|
||||
className="w-full"
|
||||
>
|
||||
<div className="flex flex-col md:flex-row items-start md:items-center gap-6 p-6 md:p-8 card rounded w-full text-left">
|
||||
<span className="text-5xl md:text-6xl font-semibold leading-none w-full md:w-48 shrink-0">{metric.value}</span>
|
||||
<div className="hidden md:block w-px h-12 bg-accent mx-4 opacity-20" />
|
||||
<div className="flex flex-col gap-1 flex-1">
|
||||
<span className="text-xl md:text-2xl font-semibold">{metric.title}</span>
|
||||
<p className="text-base text-accent leading-snug">{metric.description}</p>
|
||||
</div>
|
||||
</div>
|
||||
</ScrollReveal>
|
||||
);
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
|
||||
export default function MetricsSection() {
|
||||
return (
|
||||
<div data-webild-section="metrics" id="metrics">
|
||||
<MetricsInline />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -10,32 +10,32 @@ const items = [
|
||||
{
|
||||
title: "TANSIQ ",
|
||||
description: "",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/uploaded-1781799797754-ue4+ qa78d.png"
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781799797754-ue2qa78d.png"
|
||||
},
|
||||
{
|
||||
title: "Logo Architecture",
|
||||
description: "Iconic marks for modern brands.",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/uploaded-1781800407915-g3jh718l.png"
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781803897980-hc5007ly.png"
|
||||
},
|
||||
{
|
||||
title: "Tech Platform UI",
|
||||
description: "Next-gen web design experience.",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/uploaded-1781800430594-yagi0yud.png"
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781800430594-yagi0yud.png"
|
||||
},
|
||||
{
|
||||
title: "Premium Packaging",
|
||||
description: "Luxury goods aesthetic design.",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/uploaded-178179989584+ 3-vzrt40vi.png"
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781799895823-vzrt40vi.png"
|
||||
},
|
||||
{
|
||||
title: "Motion Identity",
|
||||
description: "Dynamic digital motion assets.",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/uploaded-1781800391811-evdebp0c.png"
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781800391811-evdebp0c.png"
|
||||
},
|
||||
{
|
||||
title: "Editorial Grid",
|
||||
description: "Print and digital magazine layouts.",
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/uploaded-1781800015669-szffa47j.png"
|
||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781800015669-szffa47j.png"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -56,12 +56,12 @@ interface FeaturesImageBentoProps {
|
||||
|
||||
const PortfolioInline = () => {
|
||||
const gridClasses = [
|
||||
"md:col-span-4+ ",
|
||||
"md:col-span-2",
|
||||
"md:col-span-4",
|
||||
"md:col-span-3",
|
||||
"md:col-span-3",
|
||||
"md:col-span-4",
|
||||
"md:col-span-4+ ",
|
||||
"md:col-span-2",
|
||||
];
|
||||
|
||||
const staggerDelays = [
|
||||
@@ -74,9 +74,9 @@ const PortfolioInline = () => {
|
||||
];
|
||||
|
||||
return (
|
||||
<section aria-label="Features image bento section" className="py-4+ 0">
|
||||
<section aria-label="Features image bento section" className="py-20">
|
||||
<div className="flex flex-col gap-8 md:gap-10">
|
||||
<div className="flex flex-col items-center w-content-width mx-auto gap-4+ ">
|
||||
<div className="flex flex-col items-center w-content-width mx-auto gap-2">
|
||||
<div className="px-3 py-1 mb-1 text-sm card rounded w-fit">
|
||||
<p>{"Selected Work"}</p>
|
||||
</div>
|
||||
@@ -85,8 +85,8 @@ const PortfolioInline = () => {
|
||||
text={"Our Creative Portfolio"}
|
||||
variant="slide-up"
|
||||
gradientText={true}
|
||||
tag="h4+ "
|
||||
className="md:max-w-8/10 text-6xl 4+ xl:text-7xl leading-[1.15] font-semibold text-center text-balance"
|
||||
tag="h2"
|
||||
className="md:max-w-8/10 text-6xl 2xl:text-7xl leading-[1.15] font-semibold text-center text-balance"
|
||||
/>
|
||||
|
||||
<TextAnimation
|
||||
@@ -98,7 +98,7 @@ const PortfolioInline = () => {
|
||||
/>
|
||||
|
||||
{(undefined || undefined) && (
|
||||
<div className="flex flex-wrap justify-center gap-3 mt-4+ md:mt-3">
|
||||
<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>
|
||||
@@ -108,7 +108,7 @@ const PortfolioInline = () => {
|
||||
<div className="w-content-width mx-auto grid grid-cols-1 md:grid-cols-6 gap-3">
|
||||
{items.map((item, index) => {
|
||||
const content = (
|
||||
<div className="relative h-80 xl:h-100 4+ xl:h-14+ 0 overflow-hidden">
|
||||
<div className="relative h-80 xl:h-100 2xl:h-120 overflow-hidden">
|
||||
<ImageOrVideo
|
||||
imageSrc={item.imageSrc}
|
||||
videoSrc={item.videoSrc}
|
||||
|
||||
@@ -2,32 +2,32 @@
|
||||
// file as the canonical source for the "team" section.
|
||||
|
||||
import React from 'react';
|
||||
import TeamStackedCards from '@/components/sections/team/TeamStackedCards';
|
||||
import StackedCards from '@/components/sections/team/StackedCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function TeamSection(): React.JSX.Element {
|
||||
export default function Section(): React.JSX.Element {
|
||||
return (
|
||||
<div id="team" data-section="team">
|
||||
<SectionErrorBoundary name="team">
|
||||
<TeamStackedCards
|
||||
<StackedCards
|
||||
tag="Our Experts"
|
||||
title="Creative Team"
|
||||
title="Creative "
|
||||
description="Meet the design minds driving innovation."
|
||||
members={[
|
||||
{
|
||||
name: "Ruslan Y.",
|
||||
name: "Ruslan Yusupov.",
|
||||
role: "Creative Lead",
|
||||
imageSrc: "http://img.b4+ bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-304+ 6.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg",
|
||||
},
|
||||
{
|
||||
name: "Dina S.",
|
||||
role: "UI Designer",
|
||||
imageSrc: "http://img.b4+ bpic.net/free-photo/translucent-blurred-portrait-woman_4+ 3-4+ 14970574+ 4.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/translucent-blurred-portrait-woman_23-2149705724.jpg",
|
||||
},
|
||||
{
|
||||
name: "Omar K.",
|
||||
role: "Brand Strategist",
|
||||
imageSrc: "http://img.b4+ bpic.net/free-photo/woman-relaxing-couch_4+ 3-4+ 148415906.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-couch_23-2148415906.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -1,52 +1,141 @@
|
||||
// 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: "Yusupovusupov Agency completely transformed our brand visibility.",
|
||||
},
|
||||
{
|
||||
name: "OldShahar",
|
||||
role: "CEO",
|
||||
quote: "Incredible creative energy and professional execution.",
|
||||
},
|
||||
{
|
||||
name: "Based UZB",
|
||||
role: "CEO",
|
||||
quote: "Best design partner we have ever collaborated with.",
|
||||
},
|
||||
{
|
||||
name: "Tansiq",
|
||||
role: "CEO",
|
||||
quote: "Their work ethic is unparalleled in Central Asia.",
|
||||
},
|
||||
{
|
||||
name: "Atirgul",
|
||||
role: "CEO",
|
||||
quote: "The electric blue design language is now our signature.",
|
||||
},
|
||||
{
|
||||
name: "Stabrini",
|
||||
role: "CEO",
|
||||
quote: "A fantastic team that delivers beyond expectations.",
|
||||
},
|
||||
{
|
||||
name: "Kavestro",
|
||||
role: "CEO",
|
||||
quote: "Highly recommend for any creative and branding needs.",
|
||||
}
|
||||
];
|
||||
|
||||
type Testimonial = {
|
||||
name: string;
|
||||
role: string;
|
||||
quote: string;
|
||||
};
|
||||
|
||||
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.b4+ bpic.net/free-photo/portrait-man-black-suit_4+ 3-4+ 148401444+ .jpg",
|
||||
},
|
||||
{
|
||||
name: "Bakhtiyar K.",
|
||||
role: "Marketing Head",
|
||||
quote: "Incredible creative energy and professional execution.",
|
||||
imageSrc: "http://img.b4+ bpic.net/free-photo/portrait-smiley-business-woman_4+ 3-4+ 14860304+ 9.jpg",
|
||||
},
|
||||
{
|
||||
name: "Gulnara D.",
|
||||
role: "Retail Founder",
|
||||
quote: "Best design partner we have ever collaborated with.",
|
||||
imageSrc: "http://img.b4+ bpic.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.b4+ bpic.net/free-photo/employee-working-with-trendy-clothes_484+ 4+ 57-78860.jpg",
|
||||
},
|
||||
{
|
||||
name: "Farida M.",
|
||||
role: "Director",
|
||||
quote: "The electric blue design language is now our signature.",
|
||||
imageSrc: "http://img.b4+ bpic.net/free-photo/pretty-woman-blue-clothes-smiling_4+ 3-4+ 148055977.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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user