Bob AI: remove the FAQ section

This commit is contained in:
2026-02-01 21:49:44 +02:00
parent 47b9fb287a
commit 946359904a

View File

@@ -10,7 +10,6 @@ import ContactForm from '@/components/form/ContactForm';
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterBase from '@/components/sections/footer/FooterBase';
import Faq1 from '@/components/sections/faq/Faq1';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import Hero4 from '@/components/sections/hero/Hero4';
import Testimonials1 from '@/components/sections/testimonial/Testimonials1';
@@ -125,13 +124,7 @@ export default function TechAcademyPage() {
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="faq_1" data-section="faq_1">
<Faq1
title="Common Questions"
/>
</div>
<div id="team_card_one" data-section="team_card_one">
</div> <div id="team_card_one" data-section="team_card_one">
<TeamCardOne
members={[{ name: "Jessica Bloom", role: "Lead Florist & Founder", image: "" }]}
carouselMode="auto"