Bob AI: add footer at the bottom
This commit is contained in:
@@ -12,6 +12,7 @@ import FaqBase from '@/components/sections/faq/FaqBase';
|
|||||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||||
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
|
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';
|
||||||
|
|
||||||
export default function TechAcademyPage() {
|
export default function TechAcademyPage() {
|
||||||
return (
|
return (
|
||||||
@@ -151,6 +152,12 @@ export default function TechAcademyPage() {
|
|||||||
button={{ text: "" }}
|
button={{ text: "" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="footer_base" data-section="footer_base">
|
||||||
|
<FooterBase
|
||||||
|
columns={[{ title: "Contact Us", description: "Have questions about our floral arrangements? Reach out to us for expert advice and assistance." }, { title: "Explore More", description: "Discover our floral classes, packages, and services designed to inspire and educate." }]}
|
||||||
|
copyrightText="© 2025 | Webild"
|
||||||
|
/>
|
||||||
|
</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