From e49cfae1c2421feb0a27d68198ad1b5690aa1a82 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 17:50:17 +0000 Subject: [PATCH 1/7] Update src/pages/HomePage/sections/About.tsx --- src/pages/HomePage/sections/About.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index 20b753e..a8243a2 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -27,7 +27,7 @@ const AboutInline = () => { { />
- {"Y"} + {"Yusupovusupov"} {"Founder & Creative Director"}
From 373aa4c6b9e4d939618158204130fc8ce002e15c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 17:50:18 +0000 Subject: [PATCH 2/7] Update src/pages/HomePage/sections/Faq.tsx --- src/pages/HomePage/sections/Faq.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/Faq.tsx b/src/pages/HomePage/sections/Faq.tsx index 21ba86d..85a70b4 100644 --- a/src/pages/HomePage/sections/Faq.tsx +++ b/src/pages/HomePage/sections/Faq.tsx @@ -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?", From 15330d589d04df19671ab1cc4bb5424ed15dba58 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 17:50:18 +0000 Subject: [PATCH 3/7] Update src/pages/HomePage/sections/Hero.tsx --- src/pages/HomePage/sections/Hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index eced782..ec38eae 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -9,7 +9,7 @@ export default function HeroSection(): React.JSX.Element { Date: Thu, 18 Jun 2026 17:50:19 +0000 Subject: [PATCH 4/7] Update src/pages/HomePage/sections/Metrics.tsx --- src/pages/HomePage/sections/Metrics.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/Metrics.tsx b/src/pages/HomePage/sections/Metrics.tsx index e277041..d6dfe97 100644 --- a/src/pages/HomePage/sections/Metrics.tsx +++ b/src/pages/HomePage/sections/Metrics.tsx @@ -19,7 +19,7 @@ const metrics = [ }, { value: "4+", - title: "Years of Excellence", + title: "Yusupovears of Excellence", description: "Leading the regional creative sector.", } ]; From 68c29614a89bbe83dea1627b6a152d0aa26019a2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 17:50:20 +0000 Subject: [PATCH 5/7] Update src/pages/HomePage/sections/Team.tsx --- src/pages/HomePage/sections/Team.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/Team.tsx b/src/pages/HomePage/sections/Team.tsx index 1dcf171..034db3b 100644 --- a/src/pages/HomePage/sections/Team.tsx +++ b/src/pages/HomePage/sections/Team.tsx @@ -15,7 +15,7 @@ export default function Section(): React.JSX.Element { description="Meet the design minds driving innovation." members={[ { - name: "Ruslan Y.", + name: "Ruslan Yusupov.", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg", }, From bd39719489d9e485b766e7c32e10f091cc456bbe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 17:50:20 +0000 Subject: [PATCH 6/7] Update src/pages/HomePage/sections/Testimonials.tsx --- src/pages/HomePage/sections/Testimonials.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/Testimonials.tsx b/src/pages/HomePage/sections/Testimonials.tsx index a2c6431..89eae94 100644 --- a/src/pages/HomePage/sections/Testimonials.tsx +++ b/src/pages/HomePage/sections/Testimonials.tsx @@ -9,7 +9,7 @@ const testimonials = [ { name: "UCC", role: "CEO", - quote: "Yusupov Agency completely transformed our brand visibility.", + quote: "Yusupovusupov Agency completely transformed our brand visibility.", }, { name: "OldShahar", From 03708caae0d8cd1d7f294a5f026193aef7cad641 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 17:50:21 +0000 Subject: [PATCH 7/7] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 4e9641f..fcff082 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -14,7 +14,7 @@ import FaqSection from './HomePage/sections/Faq'; import ContactSection from './HomePage/sections/Contact'; -{/* webild-stub @2026-06-18T16:56:47.453Z: 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-18T16:56:47.453Z: 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 (