Bob AI: delete hero section

This commit is contained in:
2026-02-01 21:03:03 +02:00
parent c6e4996632
commit 973e4e878a

View File

@@ -7,7 +7,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 HeroBillboard from '@/components/sections/hero/HeroBillboard';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -107,16 +106,6 @@ export default function TechAcademyPage() {
<ContactForm
useInvertedBackground="noInvert"
/>
</div>
<div id="hero_billboard" data-section="hero_billboard">
<HeroBillboard
title="Empowering innovation worldwide"
description="Explore our selection of exquisite flowers and arrangements designed to brighten your day."
background={{ variant: "plain" }}
tag="Flowers"
buttons={[{ label: "View Collections", href: "#" }, { label: "Contact Us", href: "#" }]}
imageSrc="https://placehold.co/600x400"
/>
</div> <div id="pricing_card_one" data-section="pricing_card_one">
<PricingCardOne
carouselMode="auto"