From 5a6c747aa1001199b713ca0f16da33b754cf6ca6 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 18 Jun 2026 16:00:14 +0000 Subject: [PATCH] Bob AI: Replaced hero section with HeroTiltedCards layout --- src/pages/HomePage/sections/Hero.tsx | 53 +++++++--------------------- 1 file changed, 12 insertions(+), 41 deletions(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 4afa6eb..5bbb1c0 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -1,48 +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 (HeroTiltedCards). import React from 'react'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards'; export default function HeroSection(): React.JSX.Element { return ( -
- - - -
+
+ +
); } -- 2.49.1