From ed0dad5b374a18243ebd6af6037cb58b5019b47d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 00:55:47 +0000 Subject: [PATCH] Switch to version 2: added src/pages/HomePage/sections/Journeys.tsx --- src/pages/HomePage/sections/Journeys.tsx | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/pages/HomePage/sections/Journeys.tsx diff --git a/src/pages/HomePage/sections/Journeys.tsx b/src/pages/HomePage/sections/Journeys.tsx new file mode 100644 index 0000000..dd516bd --- /dev/null +++ b/src/pages/HomePage/sections/Journeys.tsx @@ -0,0 +1,26 @@ +// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this +// file as the canonical source for the "journeys" section. + +import React from 'react'; +import FeaturesRevealCardsBento from "@/components/sections/features/FeaturesRevealCardsBento"; + +export default function JourneysSection(): React.JSX.Element { + return ( +
+ +
+ ); +}