Switch to version 1: remove src/pages/HomePage/sections/About.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user