Merge version_13_1781799082967 into main #12

Merged
bender merged 2 commits from version_13_1781799082967 into main 2026-06-18 16:13:44 +00:00

View File

@@ -10,13 +10,13 @@ export default function AboutSection(): React.JSX.Element {
<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"
/>
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=""
/>
</SectionErrorBoundary>
</div>
);
}
}