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 ( -
- - + - -
+ ); }