Bob AI (stub): Add a logos section featuring partner university emblems or

This commit is contained in:
kudinDmitriyUp
2026-06-15 17:20:56 +00:00
parent e74645112d
commit 8caac2cf9f

View File

@@ -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 ./<PageBase>/sections/<X>.tsx. Edit the section
// files directly. Non-block content (wrappers, non-inlinable sections) is
// preserved inline; extracted section blocks become <XSection/> 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 (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBillboardTiltedCarousel
tag="Study in Benin Republic"
title="Your Gateway to Quality Education"
description="Yeko Links Educational Consult guides you through your academic journey with seamless admission processes and expert support."
primaryButton={{
text: "Apply Now",
href: "/apply",
}}
secondaryButton={{
text: "Learn More",
href: "/#process",
}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/three-happy-enthusiastic-designers-discussing-buisness-ideas-upcoming-project-sitting-table-with-papers-bright-modern-library-comfort-teamwork-with-friends-startup-business-concept_176420-8295.jpg",
},
{
imageSrc: "https://storage.googleapis.com/webild/users/user_3FBKXcqfOykCOnsfhuF3xUXRdgJ/uploaded-1781543470332-pjst78qg.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/college-students-cramming-outdoor_23-2149649333.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-male-student-drinking-coffee-with-laptop-park_1303-16856.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/zwinger-palace-dresden-night_1398-2647.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/successful-african-american-male-student-holding-books-against-orange-background_93675-133555.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<>
<HeroSection />
<PartnerLogosSection />
<div id="process" data-section="process">
<SectionErrorBoundary name="process">
<FeaturesDetailedSteps
tag="Our Simple Process"
title="Get Started in 3 Steps"
description="We simplify your admission journey into universities in the Benin Republic."
steps={[
{
tag: "01",
title: "Consultation",
subtitle: "Get free advice",
description: "Speak with our consultants about your academic goals and choice of institution.",
imageSrc: "http://img.b2bpic.net/free-photo/working-new-project_1098-14101.jpg",
},
{
tag: "02",
title: "Application",
subtitle: "Submit details",
description: "Fill out your details on our secure platform and submit your required documents.",
imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-medium-shot_23-2148570657.jpg",
},
{
tag: "03",
title: "Admission",
subtitle: "Get accepted",
description: "We process your documentation and secure your admission letter from top universities.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-buildings-against-sky_1359-729.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<ProcessSection />
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialColumnMarqueeCards
tag="Success Stories"
title="What Students Say"
description="Join hundreds of happy students who started their journey with Yeko Links."
testimonials={[
{
name: "John Doe",
role: "Computer Science Student",
quote: "Yeko Links made everything so easy!",
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-students-with-documents_23-2147657324.jpg",
},
{
name: "Jane Smith",
role: "Business Admin Student",
quote: "Professional, fast and reliable service.",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6616.jpg",
},
{
name: "Amaka Okafor",
role: "Engineering Student",
quote: "I got my admission in record time.",
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-lady-student-pointing_171337-14789.jpg",
},
{
name: "Kofi Mensah",
role: "International Relations",
quote: "Fantastic consultancy support.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-student-girl-with-books-coffee_23-2151936274.jpg",
},
{
name: "Sarah Ade",
role: "Mass Comm Student",
quote: "Highly recommended for Benin admissions.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-student-dark-shirt-wearing-yellow-backpack-flexing-blue-wall_140725-42341.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<TestimonialsSection />
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqTabbedAccordion
tag="Support"
title="Common Questions"
description="Everything you need to know about studying in Benin Republic."
categories={[
{
name: "Admissions",
items: [
{
question: "Are your degrees accredited?",
answer: "Yes, we work only with accredited institutions.",
},
{
question: "What documents do I need?",
answer: "Usually your O'Level results and ID.",
},
],
},
]}
/>
</SectionErrorBoundary>
</div>
<FaqSection />
<div id="cta" data-section="cta">
<SectionErrorBoundary name="cta">
<ContactCta
tag="Ready to Start?"
text="Join other students in Benin Republic today."
primaryButton={{
text: "Apply Now",
href: "/apply",
}}
secondaryButton={{
text: "Contact Support",
href: "mailto:info@yekolinks.com",
}}
/>
</SectionErrorBoundary>
</div>
<CtaSection />
</>
);
}