Bob AI: remove Hero Billboard Scroll section

This commit is contained in:
2026-01-28 23:13:40 +02:00
parent b6b16d7cd2
commit f47aefab93

View File

@@ -2,7 +2,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import SplitAbout from '@/components/sections/about/SplitAbout';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
@@ -39,33 +38,6 @@ export default function HomePage() {
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="TechAcademy"
description="Master in-demand IT skills with expert instructors, hands-on projects, and real-world industry experience"
buttons={[
{ text: "Start Learning", href: "/courses" },
{ text: "Explore Courses", href: "/courses" }
]}
slides={[
{
imageSrc: "https://img.b2bpic.net/free-photo/programming-background-with-html-text_23-2150040420.jpg",
imageAlt: "Coding and programming learning environment"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/html-css-collage-concept_23-2150061960.jpg",
imageAlt: "Web development and digital technology"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/working-code_1098-19858.jpg",
imageAlt: "Online learning and education platform"
}
]}
autoplayDelay={5000}
showDimOverlay={true}
/>
</div>
<div id="about" data-section="about">
<SplitAbout
title="Empowering the Next Generation of Tech Professionals"