From 8caac2cf9f2ab614df6c73ca5964f4b8aa09a760 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 15 Jun 2026 17:20:56 +0000 Subject: [PATCH] Bob AI (stub): Add a logos section featuring partner university emblems or --- src/pages/HomePage.tsx | 181 ++++++----------------------------------- 1 file changed, 23 insertions(+), 158 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c55460d..bf4ee83 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,167 +1,32 @@ -import ContactCta from '@/components/sections/contact/ContactCta'; -import FaqTabbedAccordion from '@/components/sections/faq/FaqTabbedAccordion'; -import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps'; -import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel'; -import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +// AUTO-GENERATED shell by per-section-migrate. +// Section bodies live in .//sections/.tsx. Edit the section +// files directly. Non-block content (wrappers, non-inlinable sections) is +// preserved inline; extracted section blocks become refs. -export default function HomePage() { +import React from 'react'; +import HeroSection from './HomePage/sections/Hero'; +import ProcessSection from './HomePage/sections/Process'; +import TestimonialsSection from './HomePage/sections/Testimonials'; +import FaqSection from './HomePage/sections/Faq'; +import CtaSection from './HomePage/sections/Cta'; + + + +{/* webild-stub @2026-06-15T17:20:55.663Z: Add a logos section featuring partner university emblems or accreditation board badges to build immediate authority and trust for international students using the uploaded image: [https://storage.googleapis.com/webild/users/user_3FBKXcqfOyk */} + +import PartnerLogosSection from './HomePage/sections/PartnerLogos';export default function HomePage(): React.JSX.Element { return ( - <> -
- - - -
+<> + + -
- - - -
+ -
- - - -
+ -
- - - -
+ -
- - - -
+ ); }