Bob AI: delete hero section
This commit is contained in:
@@ -7,7 +7,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 HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|
||||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||||
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
|
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -107,16 +106,6 @@ export default function TechAcademyPage() {
|
|||||||
<ContactForm
|
<ContactForm
|
||||||
useInvertedBackground="noInvert"
|
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">
|
</div> <div id="pricing_card_one" data-section="pricing_card_one">
|
||||||
<PricingCardOne
|
<PricingCardOne
|
||||||
carouselMode="auto"
|
carouselMode="auto"
|
||||||
|
|||||||
Reference in New Issue
Block a user