Bob AI: delete the button_text_underline section
This commit is contained in:
@@ -6,7 +6,6 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react";
|
||||
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 TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
@@ -82,14 +81,7 @@ export default function TechAcademyPage() {
|
||||
<ContactForm
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div> <div id="button_text_underline" data-section="button_text_underline">
|
||||
<ButtonTextUnderline
|
||||
text="Explore Our Services"
|
||||
scrollToSection={false}
|
||||
type="button"
|
||||
/>
|
||||
</div>
|
||||
<div id="navbar_layout_floating_inline" data-section="navbar_layout_floating_inline">
|
||||
</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: "" }}
|
||||
|
||||
Reference in New Issue
Block a user