Bob AI: remove section Recipes
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
@@ -51,39 +50,6 @@ export default function TechAcademyPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="courses" data-section="courses">
|
||||
<FeatureCardTwentyTwo
|
||||
title="Playfair Display"
|
||||
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">
|
||||
<MetricCardOne
|
||||
title="Our Impact by Numbers"
|
||||
|
||||
Reference in New Issue
Block a user