Bob AI: add a team members section
This commit is contained in:
@@ -14,6 +14,7 @@ import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
|
|||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import Faq1 from '@/components/sections/faq/Faq1';
|
import Faq1 from '@/components/sections/faq/Faq1';
|
||||||
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||||
|
|
||||||
export default function TechAcademyPage() {
|
export default function TechAcademyPage() {
|
||||||
return (
|
return (
|
||||||
@@ -164,6 +165,20 @@ export default function TechAcademyPage() {
|
|||||||
title="Floral FAQs"
|
title="Floral FAQs"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="team_card_one" data-section="team_card_one">
|
||||||
|
<TeamCardOne
|
||||||
|
members={[{ name: "Jessica Bloom", role: "Lead Florist & Founder", image: "" }]}
|
||||||
|
carouselMode="auto"
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
|
animationType="none"
|
||||||
|
title="Meet Jessica Bloom"
|
||||||
|
description="Discover the passionate founder behind Jessica & Flowers and her journey in floral artistry."
|
||||||
|
tag="Team"
|
||||||
|
buttons={[{ label: "View Profile", href: "" }, { label: "Contact", href: "" }]}
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"
|
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user