diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index a469b25..98e85fc 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -1,23 +1,41 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "about" section. +/* eslint-disable */ +// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body +import Button from "@/components/ui/Button"; +import TextAnimation from "@/components/ui/TextAnimation"; -import React from 'react'; -import AboutText from '@/components/sections/about/AboutText'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +interface AboutTextProps { + title: string; + primaryButton?: { text: string; href: string }; + secondaryButton?: { text: string; href: string }; +} -export default function AboutSection(): React.JSX.Element { +const AboutInline = () => { return ( -