From b1e90bc1dd18602a1cad7d2c3540e78b7a56aa2f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 16:38:03 +0000 Subject: [PATCH 1/6] Update src/pages/HomePage/sections/About.tsx --- src/pages/HomePage/sections/About.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index ef03d6c..026edec 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -14,9 +14,9 @@ type AboutTestimonialProps = { const AboutInline = () => { return ( -
+
-
+
@@ -27,14 +27,14 @@ const AboutInline = () => {
-
+
{"Ruslan Yusupov"} {"Founder & Creative Director"} -- 2.49.1 From a66c82e37912a4dc757c91169118e421d531b190 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 16:38:03 +0000 Subject: [PATCH 2/6] Update src/pages/HomePage/sections/Hero.tsx --- src/pages/HomePage/sections/Hero.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index eced782..cc1dc0b 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -7,10 +7,10 @@ export default function HeroSection(): React.JSX.Element { return (
-- 2.49.1 From 5313e67ced17804e6c1033284454a8b8f5640ed5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 16:38:04 +0000 Subject: [PATCH 3/6] Update src/pages/HomePage/sections/Metrics.tsx --- src/pages/HomePage/sections/Metrics.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/HomePage/sections/Metrics.tsx b/src/pages/HomePage/sections/Metrics.tsx index 6a781a5..91903be 100644 --- a/src/pages/HomePage/sections/Metrics.tsx +++ b/src/pages/HomePage/sections/Metrics.tsx @@ -12,25 +12,25 @@ export default function MetricsSection(): React.JSX.Element { -- 2.49.1 From 1512d8aac8042752e3c106ce2e1a3566f5bc3f50 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 16:38:04 +0000 Subject: [PATCH 4/6] Update src/pages/HomePage/sections/Portfolio.tsx --- src/pages/HomePage/sections/Portfolio.tsx | 28 +++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/pages/HomePage/sections/Portfolio.tsx b/src/pages/HomePage/sections/Portfolio.tsx index f35da80..619fcc9 100644 --- a/src/pages/HomePage/sections/Portfolio.tsx +++ b/src/pages/HomePage/sections/Portfolio.tsx @@ -10,32 +10,32 @@ const items = [ { title: "TANSIQ ", description: "", - imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781799797754-ue2qa78d.png" + imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/uploaded-1781799797754-ue4+ qa78d.png" }, { title: "Logo Architecture", description: "Iconic marks for modern brands.", - imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781800407915-g3jh718l.png" + imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/uploaded-1781800407915-g3jh718l.png" }, { title: "Tech Platform UI", description: "Next-gen web design experience.", - imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781800430594-yagi0yud.png" + imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/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" + imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/uploaded-178179989584+ 3-vzrt40vi.png" }, { title: "Motion Identity", description: "Dynamic digital motion assets.", - imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz2KlfMhFTVX9fbI/uploaded-1781800391811-evdebp0c.png" + imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/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" + imageSrc: "https://storage.googleapis.com/webild/users/user_3D8oNa3nvt8Cz4+ KlfMhFTVX9fbI/uploaded-1781800015669-szffa47j.png" } ]; @@ -56,12 +56,12 @@ interface FeaturesImageBentoProps { const PortfolioInline = () => { const gridClasses = [ - "md:col-span-2", + "md:col-span-4+ ", "md:col-span-4", "md:col-span-3", "md:col-span-3", "md:col-span-4", - "md:col-span-2", + "md:col-span-4+ ", ]; const staggerDelays = [ @@ -74,9 +74,9 @@ const PortfolioInline = () => { ]; return ( -
+
-
+

{"Selected Work"}

@@ -85,8 +85,8 @@ const PortfolioInline = () => { 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" + tag="h4+ " + className="md:max-w-8/10 text-6xl 4+ xl:text-7xl leading-[1.15] font-semibold text-center text-balance" /> { /> {(undefined || undefined) && ( -
+
{undefined &&
@@ -108,7 +108,7 @@ const PortfolioInline = () => {
{items.map((item, index) => { const content = ( -
+
Date: Thu, 18 Jun 2026 16:38:05 +0000 Subject: [PATCH 5/6] Update src/pages/HomePage/sections/Team.tsx --- src/pages/HomePage/sections/Team.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage/sections/Team.tsx b/src/pages/HomePage/sections/Team.tsx index b00cb9c..4aaa698 100644 --- a/src/pages/HomePage/sections/Team.tsx +++ b/src/pages/HomePage/sections/Team.tsx @@ -17,17 +17,17 @@ export default function TeamSection(): React.JSX.Element { { name: "Ruslan Y.", role: "Creative Lead", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg", + imageSrc: "http://img.b4+ bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-304+ 6.jpg", }, { name: "Dina S.", role: "UI Designer", - imageSrc: "http://img.b2bpic.net/free-photo/translucent-blurred-portrait-woman_23-2149705724.jpg", + imageSrc: "http://img.b4+ bpic.net/free-photo/translucent-blurred-portrait-woman_4+ 3-4+ 14970574+ 4.jpg", }, { name: "Omar K.", role: "Brand Strategist", - imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-couch_23-2148415906.jpg", + imageSrc: "http://img.b4+ bpic.net/free-photo/woman-relaxing-couch_4+ 3-4+ 148415906.jpg", }, ]} /> -- 2.49.1 From 30efce5052dc559711d7ae93c4b610df2fb76007 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 16:38:05 +0000 Subject: [PATCH 6/6] Update src/pages/HomePage/sections/Testimonials.tsx --- src/pages/HomePage/sections/Testimonials.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/HomePage/sections/Testimonials.tsx b/src/pages/HomePage/sections/Testimonials.tsx index 2a9bd20..129da36 100644 --- a/src/pages/HomePage/sections/Testimonials.tsx +++ b/src/pages/HomePage/sections/Testimonials.tsx @@ -18,31 +18,31 @@ export default function TestimonialsSection(): React.JSX.Element { 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", + 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.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", + 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.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg", + 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.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", + 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.b2bpic.net/free-photo/pretty-woman-blue-clothes-smiling_23-2148055977.jpg", + imageSrc: "http://img.b4+ bpic.net/free-photo/pretty-woman-blue-clothes-smiling_4+ 3-4+ 148055977.jpg", }, ]} /> -- 2.49.1