From 6d40960a8192424d4188be0ba207fc85ae8a370f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 00:55:45 +0000 Subject: [PATCH] Switch to version 2: added src/pages/HomePage/sections/About.tsx --- src/pages/HomePage/sections/About.tsx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/pages/HomePage/sections/About.tsx diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx new file mode 100644 index 0000000..7b06239 --- /dev/null +++ b/src/pages/HomePage/sections/About.tsx @@ -0,0 +1,20 @@ +// 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 AboutParallax from "@/components/sections/about/AboutParallax"; + +export default function AboutSection(): React.JSX.Element { + return ( +
+ +
+ ); +}