From 7abcb06318ffb66e2c88a31688ce20d25f362b71 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 00:55:38 +0000 Subject: [PATCH] Switch to version 1: remove src/pages/HomePage/sections/Journeys.tsx --- src/pages/HomePage/sections/Journeys.tsx | 26 ------------------------ 1 file changed, 26 deletions(-) delete mode 100644 src/pages/HomePage/sections/Journeys.tsx diff --git a/src/pages/HomePage/sections/Journeys.tsx b/src/pages/HomePage/sections/Journeys.tsx deleted file mode 100644 index dd516bd..0000000 --- a/src/pages/HomePage/sections/Journeys.tsx +++ /dev/null @@ -1,26 +0,0 @@ -// 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 ( -
- -
- ); -}