Bob AI: remove the FAQ section
This commit is contained in:
@@ -8,7 +8,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react";
|
||||
import ContactForm from '@/components/form/ContactForm';
|
||||
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';
|
||||
@@ -118,20 +117,7 @@ export default function TechAcademyPage() {
|
||||
buttons={[{ label: "View Collections", href: "#" }, { label: "Contact Us", href: "#" }]}
|
||||
imageSrc="https://placehold.co/600x400"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq_base" data-section="faq_base">
|
||||
<FaqBase
|
||||
faqs={[{ question: "What types of flowers does Jessica & Flowers offer?", answer: "Jessica & Flowers offers a wide variety of fresh flowers including roses, lilies, orchids, and more, catering to all your floral needs." }, { question: "How can I place an order for flowers?", answer: "You can place an order for flowers by visiting our website and selecting the desired bouquet or arrangement. We also offer a quick and easy checkout process." }]}
|
||||
title="Your Trusted Partner"
|
||||
description="Find answers to common questions about our floral services and offerings."
|
||||
tag="Help"
|
||||
buttons={[{ label: "View Services", href: "#" }, { label: "Contact Us", href: "#" }]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing_card_one" data-section="pricing_card_one">
|
||||
</div> <div id="pricing_card_one" data-section="pricing_card_one">
|
||||
<PricingCardOne
|
||||
carouselMode="auto"
|
||||
animationType="none"
|
||||
|
||||
Reference in New Issue
Block a user