From 72e354b1ee1f32d70dd757facd0da8f563854ff1 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 03:32:05 +0000 Subject: [PATCH] Bob AI: Remodeled Our Companies section to use a reveal cards grid f --- src/pages/HomePage/sections/Companies.tsx | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/pages/HomePage/sections/Companies.tsx b/src/pages/HomePage/sections/Companies.tsx index 1612899..f07f6d8 100644 --- a/src/pages/HomePage/sections/Companies.tsx +++ b/src/pages/HomePage/sections/Companies.tsx @@ -1,22 +1,18 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "companies" section. +// Created by add_section_from_catalog (FeaturesRevealCards). import React from 'react'; -import FeaturesMediaCarousel from '@/components/sections/features/FeaturesMediaCarousel'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards'; export default function CompaniesSection(): React.JSX.Element { return ( -
- - + - -
+ ); } -- 2.49.1