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 TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
@@ -81,44 +80,6 @@ export default function TechAcademyPage() {
|
|||||||
cardClassName="hover:scale-105 transition-transform duration-300"
|
cardClassName="hover:scale-105 transition-transform duration-300"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="testimonials" data-section="testimonials">
|
|
||||||
<TestimonialCardOne
|
|
||||||
title="What Our Students Say"
|
|
||||||
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">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardNine
|
<PricingCardNine
|
||||||
title="Flexible Pricing Plans"
|
title="Flexible Pricing Plans"
|
||||||
|
|||||||
Reference in New Issue
Block a user