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