From 5b600a4c87adef731dd66569407274af8f6ff148 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 18 Jun 2026 10:14:03 +0000 Subject: [PATCH] Bob AI: The user attached the section/component ca --- src/pages/HomePage/sections/Hero.tsx | 43 ++++++++-------------------- 1 file changed, 12 insertions(+), 31 deletions(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 7140f9d..c15069c 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -1,38 +1,19 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "hero" section. +// Created by add_section_from_catalog (HeroBillboardCarousel). import React from 'react'; -import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; export default function HeroSection(): React.JSX.Element { return ( -
- - - -
+
+ +
); } -- 2.49.1