From 532ed40610f466e1685fb17df49eb54f33e1e1f2 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 4 Jun 2026 15:40:56 +0000 Subject: [PATCH] Bob AI: Reorder the 'case-studies-cards' section to appear before th --- src/pages/HomePage.tsx | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 5f26ef2..a7c1dc5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,22 +1,18 @@ -// AUTO-GENERATED shell by per-section-migrate. -// Section bodies live in .//sections/.tsx. Edit the section -// files directly; this shell only fixes render order. - import React from 'react'; import HomeSection from './HomePage/sections/Home'; import AboutSection from './HomePage/sections/About'; import ProductsSection from './HomePage/sections/Products'; +import HowItWorksSection from './HomePage/sections/HowItWorks'; import WhyUsSection from './HomePage/sections/WhyUs'; import TestimonialsSection from './HomePage/sections/Testimonials'; import SocialProofSection from './HomePage/sections/SocialProof'; +import PricingSection from './HomePage/sections/Pricing'; import FaqSection from './HomePage/sections/Faq'; +import NewsletterSection from './HomePage/sections/Newsletter'; +import CaseStudiesCardsSection from './HomePage/sections/CaseStudiesCards'; import ContactSection from './HomePage/sections/Contact'; - -import HowItWorksSection from './HomePage/sections/HowItWorks'; -import CaseStudiesCardsSection from './HomePage/sections/CaseStudiesCards'; -import PricingSection from './HomePage/sections/Pricing'; -import NewsletterSection from './HomePage/sections/Newsletter';export default function HomePage(): React.JSX.Element { +export default function HomePage(): React.JSX.Element { return ( <> @@ -29,8 +25,8 @@ import NewsletterSection from './HomePage/sections/Newsletter';export default fu + - ); -} +} \ No newline at end of file -- 2.49.1