import Head from 'next/head' import Image from 'next/image' import classNames from 'classnames' import Nav from 'components/Nav/index' import Hero from 'components/Hero' import Benefits from 'components/Benefits' import HowItWorks from 'components/HowItWorks' import ShowcaseGallery from 'components/ShowcaseGallery' import Faq from 'components/Faq' import Footer from 'components/Footer' import styles from '../styles/index.module.css' const Background = () => { return (
) } const LightsTwo = () => (
) const Index = () => { return ( <>