Bob AI: add hero section

This commit is contained in:
2026-01-31 16:00:48 +02:00
parent 1e96e1bda0
commit d8d35cd2d1

View File

@@ -7,6 +7,7 @@ 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';
export default function TechAcademyPage() { export default function TechAcademyPage() {
return ( return (
@@ -99,6 +100,16 @@ export default function TechAcademyPage() {
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
/> />
</div> </div>
<div id="hero_billboard" data-section="hero_billboard">
<HeroBillboard
title="Discover the Beauty"
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="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg" imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"