From 7aa4dd4b05f9926a5b3adffb1954d226e6a2df45 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 4 May 2026 11:25:05 +0000 Subject: [PATCH] Bob AI: Replace the existing 'about' section with the 'AboutFeatures --- src/App.tsx | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 33d15f9..2f68399 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,13 +1,30 @@ import { Routes, Route } from 'react-router-dom'; import Layout from './components/Layout'; import HomePage from './pages/HomePage'; +import AboutFeaturesSplit from './components/sections/about/AboutFeaturesSplit'; export default function App() { return ( }> - } /> + + +
+ +
+ + } />
); -} +} \ No newline at end of file -- 2.49.1