diff --git a/src/App.tsx b/src/App.tsx new file mode 100644 index 0000000..e409dfb --- /dev/null +++ b/src/App.tsx @@ -0,0 +1,16 @@ +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'; + +function App() { + return ( +
+ + + +
+ ); +} + +export default App; \ No newline at end of file