Compare commits
119 Commits
version_2_
...
version_45
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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 | |||
| 769f53f91f | |||
| 776ceb40a8 | |||
| 3f922dfb62 | |||
| ec714beb37 | |||
| 30efce5052 | |||
| 4cc8ee19bf | |||
| 1512d8aac8 | |||
| 5313e67ced | |||
| a66c82e379 | |||
| b1e90bc1dd | |||
| 88c3ea65b7 | |||
| eb3f7972a1 | |||
| 344c19780e | |||
|
|
d277fcfb9c | ||
| 46b6b546d9 | |||
| 36ed1cc497 | |||
| 775bfc75a6 | |||
| 4b76a45580 | |||
| a50d73de06 | |||
| eff67478d4 | |||
| 37fcb9bc19 | |||
| 62971415b8 | |||
| 35c2070b94 | |||
| 5c87328646 | |||
| 8c8947d9b9 | |||
|
|
df610cf511 | ||
| be8f8d43fd | |||
| 3bac185dcf | |||
| 28d9dcff63 | |||
| 8d670802b7 | |||
| 92c9cbee2e | |||
| ac0e884280 | |||
| 4f618d2745 | |||
| fd859c1cc6 | |||
| 62af4db624 | |||
| 83ef41bfbf | |||
| 88dfd15429 | |||
| bd2c971b95 | |||
| bd18baf520 | |||
| d77cc2ffc8 | |||
| b743bfe8de | |||
| c059e9ece9 | |||
| 1be4c0fb54 | |||
| 84b0c4f098 | |||
| 10d72099b3 | |||
| cbcb50ca10 | |||
| 67606a1305 | |||
|
|
1d9270130d | ||
| 6a60963a68 | |||
|
|
eaa941029b | ||
| 931099656a | |||
|
|
4fc6d7e731 | ||
|
|
1cdc42abef | ||
| 5bd47b6b97 | |||
|
|
3719fac80c | ||
| 6e7b0ba4d4 | |||
| 5af95b28ba | |||
| aa396378d2 | |||
| a7924447d9 | |||
| 4d2c751f15 | |||
| e5d2c7ace5 | |||
| 8b3864af27 | |||
| 798eff1a4e | |||
| c3a29d3fd9 | |||
| 4e60b8f256 | |||
| 07d06a7348 | |||
| aa832cfac6 | |||
| c9371da231 | |||
| eaf9ea77a4 | |||
| f06acc0069 | |||
|
|
5a6c747aa1 | ||
| e35e443f47 | |||
|
|
16b2b11276 | ||
|
|
97f0485360 | ||
|
|
0d93c6851c | ||
| 84cc69d918 |
@@ -15,7 +15,7 @@
|
||||
<meta name="twitter:description" content="Leading graphic design agency in Central Asia. Branding, UI, and identity design since 2022." />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
<div id="root">Tansiq </div>
|
||||
<script type="module" src="/src/main.tsx">Tansiq </script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import FooterSimpleMedia from '@/components/sections/footer/FooterSimpleMedia';
|
||||
import FooterBrand from '@/components/sections/footer/FooterBrand';
|
||||
import NavbarInline from '@/components/ui/NavbarInline';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot";
|
||||
@@ -15,10 +15,6 @@ export default function Layout() {
|
||||
"name": "Work",
|
||||
"href": "#portfolio"
|
||||
},
|
||||
{
|
||||
"name": "Team",
|
||||
"href": "#team"
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
"href": "#contact"
|
||||
@@ -53,9 +49,9 @@ export default function Layout() {
|
||||
<Outlet />
|
||||
</main>
|
||||
<SectionErrorBoundary name="footer">
|
||||
<FooterSimpleMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-technology-digital-wave-particle-background_1048-12583.jpg"
|
||||
<FooterBrand
|
||||
brand="Yusupov Agency"
|
||||
tagline="High-end, futuristic portfolio for a Central Asian design leader."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
@@ -99,4 +95,4 @@ export default function Layout() {
|
||||
</SectionErrorBoundary>
|
||||
</StyleProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -1,41 +1,32 @@
|
||||
// AUTO-GENERATED shell by per-section-migrate.
|
||||
// Section bodies live in ./<PageBase>/sections/<X>.tsx. Edit the section
|
||||
// Section bodies live in ./HomePage/sections/<X>.tsx. Edit the section
|
||||
// files directly. Non-block content (wrappers, non-inlinable sections) is
|
||||
// preserved inline; extracted section blocks become <XSection/> refs.
|
||||
|
||||
import React from 'react';
|
||||
import HeroSection from './HomePage/sections/Hero';
|
||||
import SocialProofSection from './HomePage/sections/SocialProof';
|
||||
import AboutSection from './HomePage/sections/About';
|
||||
import PortfolioSection from './HomePage/sections/Portfolio';
|
||||
import MetricsSection from './HomePage/sections/Metrics';
|
||||
import TestimonialsSection from './HomePage/sections/Testimonials';
|
||||
import TeamSection from './HomePage/sections/Team';
|
||||
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_ONLY (data-webild-id is assigned at click time in the preview; it does NOT exist in repository source files). */}
|
||||
|
||||
{/* webild-stub @2026-06-18T15:50:06.252Z: Include a marquee of recognizable partner or client logos to build instant industry authority and social proof into the portfolio for Yusupov Agency. */}
|
||||
|
||||
import SocialProofSection from './HomePage/sections/SocialProof';export default function HomePage(): React.JSX.Element {
|
||||
export default function HomePage(): React.JSX.Element {
|
||||
return (
|
||||
<>
|
||||
<HeroSection />
|
||||
<>
|
||||
<HeroSection />
|
||||
<SocialProofSection />
|
||||
|
||||
<AboutSection />
|
||||
|
||||
<PortfolioSection />
|
||||
|
||||
<MetricsSection />
|
||||
|
||||
<TestimonialsSection />
|
||||
|
||||
<TeamSection />
|
||||
|
||||
<FaqSection />
|
||||
|
||||
<ContactSection />
|
||||
<AboutSection />
|
||||
<PortfolioSection />
|
||||
<MetricsSection />
|
||||
<TestimonialsSection />
|
||||
<FaqSection />
|
||||
<ContactSection />
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -1,22 +1,55 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "about" section.
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body
|
||||
import { Quote } from "lucide-react";
|
||||
import ScrollReveal from "@/components/ui/ScrollReveal";
|
||||
import TextAnimation from "@/components/ui/TextAnimation";
|
||||
import ImageOrVideo from "@/components/ui/ImageOrVideo";
|
||||
|
||||
import React from 'react';
|
||||
import AboutTestimonial from '@/components/sections/about/AboutTestimonial';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
type AboutTestimonialProps = {
|
||||
tag: string;
|
||||
quote: string;
|
||||
author: string;
|
||||
role: string;
|
||||
} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never });
|
||||
|
||||
export default function AboutSection(): React.JSX.Element {
|
||||
const AboutInline = () => {
|
||||
return (
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutTestimonial
|
||||
tag="About Us"
|
||||
quote="Yusupov Agency has been the cornerstone of Central Asian design since 2022, pushing boundaries with aesthetic rigor and technological precision."
|
||||
author="Ruslan Yusupov"
|
||||
role="Founder & Creative Director"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-young-man-wearing-checkered-shirt-standing-night-street-illuminated-signboards-neon-lights_613910-21240.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
<section aria-label="Testimonial section" className="py-20">
|
||||
<div className="mx-auto w-content-width">
|
||||
<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>
|
||||
|
||||
<div className="relative flex flex-col items-center text-center justify-center gap-8 h-full">
|
||||
<div className="w-fit px-3 py-1 mb-1 text-sm card rounded">
|
||||
<p>{"About Us"}</p>
|
||||
</div>
|
||||
|
||||
<TextAnimation
|
||||
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-2 min-w-0">
|
||||
<span className="text-base font-medium truncate">{"Ruslan Yusupov"}</span>
|
||||
<span className="text-accent shrink-0">•</span>
|
||||
<span className="text-base font-medium truncate">{"Founder & Creative Director"}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
export default function AboutSection() {
|
||||
return (
|
||||
<div data-webild-section="about" id="about">
|
||||
<AboutInline />
|
||||
</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",
|
||||
|
||||
@@ -1,48 +1,19 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "hero" section.
|
||||
// Created by add_section_from_catalog (HeroTiltedCards).
|
||||
|
||||
import React from 'react';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards';
|
||||
|
||||
export default function HeroSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardCarousel
|
||||
tag="Since 2022"
|
||||
title="The Best Graphic Design Agency in Central Asia"
|
||||
description="Yusupov Agency redefines brand identities with a futuristic, electric approach for the modern era."
|
||||
primaryButton={{
|
||||
text: "Our Portfolio",
|
||||
href: "#portfolio",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-flowing-waves-design_1048-15878.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationery-ice-cream-concept_23-2147803263.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-autism-day-awareness-collage-style_23-2151355199.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-geometric_1048-13692.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-93055.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<div data-webild-section="hero" id="hero">
|
||||
<HeroTiltedCards
|
||||
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_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"}}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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: "Years 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 2022."
|
||||
metrics={[
|
||||
{
|
||||
value: "100+",
|
||||
title: "Projects Completed",
|
||||
description: "Diverse design initiatives across Central Asia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/minimalist-architect-business-card_742173-32626.jpg",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Global Partners",
|
||||
description: "Trusted brands within our portfolio.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/hand-drawn-marketing-strategy-business-card_23-2150419302.jpg",
|
||||
},
|
||||
{
|
||||
value: "2+",
|
||||
title: "Years of Excellence",
|
||||
description: "Leading the regional creative sector.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-time-clock-ui-icon-sign-symbol-3d-rendering_56104-1926.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>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -1,57 +1,148 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "portfolio" 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 { cls } from "@/lib/utils";
|
||||
|
||||
import React from 'react';
|
||||
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
const items = [
|
||||
{
|
||||
title: "TANSIQ ",
|
||||
description: "",
|
||||
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_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781803897980-hc5007ly.png"
|
||||
},
|
||||
{
|
||||
title: "Tech Platform UI",
|
||||
description: "Next-gen web design experience.",
|
||||
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_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781799895823-vzrt40vi.png"
|
||||
},
|
||||
{
|
||||
title: "Motion Identity",
|
||||
description: "Dynamic digital motion assets.",
|
||||
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_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781800015669-szffa47j.png"
|
||||
}
|
||||
];
|
||||
|
||||
type FeatureItem = {
|
||||
title: string;
|
||||
description: string;
|
||||
href?: string;
|
||||
} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never });
|
||||
|
||||
interface FeaturesImageBentoProps {
|
||||
tag: string;
|
||||
title: string;
|
||||
description: string;
|
||||
primaryButton?: { text: string; href: string };
|
||||
secondaryButton?: { text: string; href: string };
|
||||
items: [FeatureItem, FeatureItem, FeatureItem, FeatureItem, FeatureItem, FeatureItem];
|
||||
}
|
||||
|
||||
const PortfolioInline = () => {
|
||||
const gridClasses = [
|
||||
"md:col-span-2",
|
||||
"md:col-span-4",
|
||||
"md:col-span-3",
|
||||
"md:col-span-3",
|
||||
"md:col-span-4",
|
||||
"md:col-span-2",
|
||||
];
|
||||
|
||||
const staggerDelays = [
|
||||
0,
|
||||
0.1,
|
||||
0,
|
||||
0.1,
|
||||
0,
|
||||
0.1,
|
||||
];
|
||||
|
||||
export default function PortfolioSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="portfolio" data-section="portfolio">
|
||||
<SectionErrorBoundary name="portfolio">
|
||||
<FeaturesImageBento
|
||||
tag="Selected Work"
|
||||
title="Our Creative Portfolio"
|
||||
description="A curated collection of branding, UI, and packaging design projects."
|
||||
items={[
|
||||
{
|
||||
title: "Corporate Rebrand",
|
||||
description: "Global identity shift for tech firm.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/designer-work-office_158595-1206.jpg",
|
||||
},
|
||||
{
|
||||
title: "Logo Architecture",
|
||||
description: "Iconic marks for modern brands.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aquarius-zodiac-sign-red-background-horoscope-astrology-background-aquarius-red-horoscope_559531-11812.jpg",
|
||||
},
|
||||
{
|
||||
title: "Tech Platform UI",
|
||||
description: "Next-gen web design experience.",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=oet0tl",
|
||||
},
|
||||
{
|
||||
title: "Premium Packaging",
|
||||
description: "Luxury goods aesthetic design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-product-packaging-with-floral-pattern-set-remix-from-artworks-by-zhang-ruoai_53876-123072.jpg",
|
||||
},
|
||||
{
|
||||
title: "Motion Identity",
|
||||
description: "Dynamic digital motion assets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graphic-designer-working-from-home-moving-assets-3d-modeling-program_482257-122501.jpg",
|
||||
},
|
||||
{
|
||||
title: "Editorial Grid",
|
||||
description: "Print and digital magazine layouts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-messy-office-workspace-with-stationery_23-2150282035.jpg",
|
||||
},
|
||||
{
|
||||
title: "Spatial Branding",
|
||||
description: "Environmental and event graphics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-design-project-renovation-concept_53876-132188.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
<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-2">
|
||||
<div className="px-3 py-1 mb-1 text-sm card rounded w-fit">
|
||||
<p>{"Selected Work"}</p>
|
||||
</div>
|
||||
|
||||
<TextAnimation
|
||||
text={"Our Creative Portfolio"}
|
||||
variant="slide-up"
|
||||
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={"A curated collection of branding, UI, and packaging design projects."}
|
||||
variant="slide-up"
|
||||
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="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 2xl:h-120 overflow-hidden">
|
||||
<ImageOrVideo
|
||||
imageSrc={item.imageSrc}
|
||||
videoSrc={item.videoSrc}
|
||||
className="rounded group-hover:scale-105 transition-transform duration-500"
|
||||
/>
|
||||
|
||||
|
||||
</div>
|
||||
);
|
||||
|
||||
return (
|
||||
<ScrollReveal key={index} variant="fade" delay={staggerDelays[index]} className={cls("col-span-1 group", gridClasses[index])}>
|
||||
{item.href ? (
|
||||
<a href={item.href} className="block overflow-hidden rounded">
|
||||
{content}
|
||||
</a>
|
||||
) : (
|
||||
<div className="overflow-hidden rounded">
|
||||
{content}
|
||||
</div>
|
||||
)}
|
||||
</ScrollReveal>
|
||||
);
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
export default function PortfolioSection() {
|
||||
return (
|
||||
<div data-webild-section="portfolio" id="portfolio">
|
||||
<PortfolioInline />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ export default function SocialProofSection(): React.JSX.Element {
|
||||
return (
|
||||
<div data-webild-section="social-proof" id="social-proof">
|
||||
<SocialProofMarquee
|
||||
names={["Kaspi.kz","Beeline","Air Astana","ForteBank","Kcell","Magnum","Technodom","Chocofamily"]}
|
||||
names={["UCC", "Tansiq", "OldShahar", "Based UZB", "M.STEP", "Stabrini", "Kavestro", "Atirgul"]}
|
||||
tag="Trusted By"
|
||||
title="Our Partners & Clients"
|
||||
description="We've collaborated with industry leaders across Central Asia and beyond."
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
// 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={[
|
||||
{
|
||||
|
||||
@@ -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: "Yusupov 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.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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user