Bob AI: remove testimonials
This commit is contained in:
@@ -5,7 +5,6 @@ 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 TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
@@ -145,44 +144,6 @@ export default function TechAcademyPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="Our Feedbacks"
|
||||
description="Real success stories from graduates who transformed their careers"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Rodriguez", role: "Junior Developer", company: "Tech Startup Inc", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Lisa Wong", role: "Data Analyst", company: "Fortune 500 Corp", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg", imageAlt: "Lisa Wong"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Ahmed Hassan", role: "Cloud Engineer", company: "Global Tech Solutions", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5368.jpg", imageAlt: "Ahmed Hassan"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Rachel Green", role: "Full Stack Developer", company: "Digital Agency Pro", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/man-button-up-his-jacket-smiles_23-2148401389.jpg", imageAlt: "Rachel Green"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Michael Torres", role: "DevOps Engineer", company: "Cloud Infrastructure Co", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/handsome-young-man-posing_158595-3050.jpg", imageAlt: "Michael Torres"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Sophia Patel", role: "Machine Learning Engineer", company: "AI Innovation Labs", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-confident-businessman_107420-84879.jpg", imageAlt: "Sophia Patel"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
title="Flexible Pricing Plans"
|
||||
|
||||
Reference in New Issue
Block a user