diff --git a/src/App.tsx b/src/App.tsx index a6a31b4..3fb6e54 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,21 +1,17 @@ import React from 'react'; -import NavbarStyleApple from './components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroBillboard from './components/sections/hero/HeroBillboard'; -import FeatureCardOne from './components/sections/feature/FeatureCardOne'; -import { Testimonial1 } from './components/sections/testimonial/Testimonial1'; -import CtaOne from './components/sections/cta/CtaOne'; -import FooterOne from './components/footer/FooterOne'; +import { ThemeProvider } from './components/ui/theme-provider'; function App() { return ( -
- - - - - - -
+ +
+
+

+ Edit src/App.tsx and save to reload. +

+
+
+
); }