Bob AI: delete the button_text_underline section

This commit is contained in:
2026-02-01 22:37:12 +02:00
parent 2a0e37f16f
commit 541cef7279

View File

@@ -6,7 +6,6 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react"; import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react";
import ContactForm from '@/components/form/ContactForm'; import ContactForm from '@/components/form/ContactForm';
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'; import FooterBase from '@/components/sections/footer/FooterBase';
import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TeamCardOne from '@/components/sections/team/TeamCardOne';
@@ -82,14 +81,7 @@ export default function TechAcademyPage() {
<ContactForm <ContactForm
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
/> />
</div> <div id="button_text_underline" data-section="button_text_underline"> </div> <div id="navbar_layout_floating_inline" data-section="navbar_layout_floating_inline">
<ButtonTextUnderline
text="Explore Our Services"
scrollToSection={false}
type="button"
/>
</div>
<div id="navbar_layout_floating_inline" data-section="navbar_layout_floating_inline">
<NavbarLayoutFloatingInline <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." }]} 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: "" }} button={{ text: "" }}