From bd83cf406b21897f6f3731e06269e04f4f5e029d Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 09:00:49 +0000 Subject: [PATCH] Bob AI: Replace services carousel with 3 tiles linking to sub-pages --- src/pages/HomePage/sections/Hero.tsx | 26 ++++------ src/pages/HomePage/sections/Services.tsx | 61 ++++-------------------- 2 files changed, 18 insertions(+), 69 deletions(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index ad8f9d2..318050e 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -1,29 +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 (HeroBillboard). 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 ( -
- - + - -
+ ); } diff --git a/src/pages/HomePage/sections/Services.tsx b/src/pages/HomePage/sections/Services.tsx index c903f2d..94d4ae9 100644 --- a/src/pages/HomePage/sections/Services.tsx +++ b/src/pages/HomePage/sections/Services.tsx @@ -1,58 +1,17 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "services" section. +// Created by add_section_from_catalog (FeaturesTaggedCards). import React from 'react'; -import FeaturesMediaCarousel from '@/components/sections/features/FeaturesMediaCarousel'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import FeaturesTaggedCards from '@/components/sections/features/FeaturesTaggedCards'; export default function ServicesSection(): React.JSX.Element { return ( -
- - - -
+
+ +
); } -- 2.49.1