Switch to version 1: remove src/pages/HomePage/sections/About.tsx

This commit is contained in:
2026-06-25 11:07:39 +00:00
parent e85c225f21
commit da9354f716

View File

@@ -1,18 +0,0 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "about" section.
import React from 'react';
import AboutText from '@/components/sections/about/AboutText';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function AboutSection(): React.JSX.Element {
return (
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutText
title="Crafting the soul of your home. MID Design brings professional expertise to every corner of your project in Lebanon, ensuring meticulous attention to detail and curated design concepts."
/>
</SectionErrorBoundary>
</div>
);
}