From 219f90b8f498d669b7e738c4963c8f646ff7f53c Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 15:23:48 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index e409dfb..9ba55e6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,16 +1,19 @@ import React from 'react'; +import { ThemeProvider } from './components/ui/ThemeProvider'; import NavbarStyleApple from './components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboard from './components/sections/hero/HeroBillboard'; import FeatureCardOne from './components/sections/feature/FeatureCardOne'; function App() { return ( -
- - - -
+ +
+ + + +
+
); } -export default App; \ No newline at end of file +export default App;