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

This commit is contained in:
2026-06-14 20:48:08 +00:00
parent 347713464c
commit 5ec9baf100

View File

@@ -1,21 +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 AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function AboutSection(): React.JSX.Element {
return (
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutMediaOverlay
tag="Our Philosophy"
title="Handcrafted for Love"
description="At Hajati, we believe flowers represent the delicate and unfolding nature of a couple's journey. Each piece is designed to tell a unique story."
imageSrc="http://img.b2bpic.net/free-photo/craftswoman-using-blow-torch-workshop_107420-65295.jpg"
/>
</SectionErrorBoundary>
</div>
);
}