diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx
index ae23900..48f4d1a 100644
--- a/src/pages/HomePage/sections/About.tsx
+++ b/src/pages/HomePage/sections/About.tsx
@@ -1,76 +1,19 @@
-/* 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 ImageOrVideo from "@/components/ui/ImageOrVideo";
-import Tag from "@/components/ui/Tag";
-import Card from "@/components/ui/Card";
+// Created by add_section_from_catalog (AboutMediaOverlay).
-const primaryButton = {
- text: "Our Story",
- href: "#"
-};
-const secondaryButton = {
- text: "Virtual Tour",
- href: "#"
-};
+import React from 'react';
+import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
-interface AboutTextProps {
- title: string;
- primaryButton?: { text: string; href: string };
- secondaryButton?: { text: string; href: string };
-}
-
-const AboutInline = () => {
- return (
-
-
-