import React from 'react'; import Hero from './Hero'; import { NavigationBar } from './navigation-bar'; import { Features } from './features'; import { ContactSection } from './ContactSection'; import { FooterSection } from './footer'; export function LandingPage() { return (
); }