import React from 'react'; import HeroSection from './components/HeroSection'; import FeatureSection from './components/FeatureSection'; import SupportSection from './components/SupportSection'; const App: React.FC = () => { return (
{/* Navbar */}
{/* Footer / About Section */}
); }; export default App;