From 22ab5afec9c4d2dbc88ed92ba175d0b864d066eb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 17:06:58 +0000 Subject: [PATCH] Switch to version 2: added src/pages/HomePage/sections/Hero.tsx --- src/pages/HomePage/sections/Hero.tsx | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/pages/HomePage/sections/Hero.tsx diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx new file mode 100644 index 0000000..ef7546c --- /dev/null +++ b/src/pages/HomePage/sections/Hero.tsx @@ -0,0 +1,29 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "hero" section. + +import React from 'react'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function HeroSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +}