From 1d9270130d1c6a2d14d0e9aa9b6235518b5171c5 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 18 Jun 2026 16:20:17 +0000 Subject: [PATCH] Bob AI (approx): Type: Div Text: "Our Experts Creative Team --- src/pages/HomePage.tsx | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3df2518..fd55839 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,41 +1,29 @@ // AUTO-GENERATED shell by per-section-migrate. -// Section bodies live in .//sections/.tsx. Edit the section +// Section bodies live in ./HomePage/sections/.tsx. Edit the section // files directly. Non-block content (wrappers, non-inlinable sections) is // preserved inline; extracted section blocks become 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-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 ( -<> - + <> + - - - - - - - - - - - - - - + + + + + + ); -} +} \ No newline at end of file -- 2.49.1