Bob AI: add navigation at the top
This commit is contained in:
@@ -11,6 +11,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
export default function TechAcademyPage() {
|
||||
return (
|
||||
@@ -144,6 +145,12 @@ export default function TechAcademyPage() {
|
||||
type="button"
|
||||
/>
|
||||
</div>
|
||||
<div id="navbar_layout_floating_inline" data-section="navbar_layout_floating_inline">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[{ title: "Explore Our Floral Art", description: "Dive into our gallery showcasing Jessica's unique floral designs and arrangements." }, { title: "Contact Our Team", description: "Reach out to our dedicated team for any questions about our services or upcoming events." }]}
|
||||
button={{ text: "" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"
|
||||
|
||||
Reference in New Issue
Block a user