Bob AI: delete the button_text_underline section
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo';
|
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
@@ -77,39 +76,6 @@ export default function TechAcademyPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="courses" data-section="courses">
|
|
||||||
<FeatureCardTwentyTwo
|
|
||||||
title="Our Popular Courses"
|
|
||||||
description="Comprehensive learning pathways designed by industry professionals to prepare you for real-world challenges"
|
|
||||||
tag="Courses"
|
|
||||||
tagIcon={BookOpen}
|
|
||||||
features={[
|
|
||||||
{
|
|
||||||
id: "1", title: "Full Stack Web Development: From Frontend to Backend Mastery", category: ["Web Development", "JavaScript", "React"],
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/person-front-computer-working-html_23-2150040428.jpg", imageAlt: "Web development course"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2", title: "Data Science & Machine Learning: Unlock Predictive Analytics Power", category: ["Data Science", "Python", "AI"],
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/programming-background-collage_23-2149901777.jpg", imageAlt: "Data science course"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3", title: "Cloud Computing with AWS: Build Scalable Infrastructure", category: ["Cloud", "AWS", "DevOps"],
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/person-front-computer-working-html_23-2150040416.jpg", imageAlt: "Cloud computing course"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4", title: "Cybersecurity Fundamentals: Protect Your Digital Assets", category: ["Security", "Networking", "Protection"],
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/person-front-computer-working-html_23-2150040428.jpg", imageAlt: "Cybersecurity course"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
buttons={[
|
|
||||||
{ text: "View All Courses", href: "#" }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardOne
|
<MetricCardOne
|
||||||
title="Our Impact by Numbers"
|
title="Our Impact by Numbers"
|
||||||
|
|||||||
Reference in New Issue
Block a user