From bdb4fd279c8b0aae2e644ab6582253e88f6b28a9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 10:00:29 +0000 Subject: [PATCH] Switch to version 2: added src/pages/HomePage/sections/Hero.tsx --- src/pages/HomePage/sections/Hero.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..8c3817b --- /dev/null +++ b/src/pages/HomePage/sections/Hero.tsx @@ -0,0 +1,24 @@ +// 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 HeroBrand from '@/components/sections/hero/HeroBrand'; +import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; + +export default function HeroSection(): React.JSX.Element { + return ( +
+ + + +
+ ); +}