import { type NextPage } from "next"; import Head from "next/head"; import { RootLayout } from "~/components/RootLayout"; const Home: NextPage = () => { return ( <>
Creating software that looks and works great is our specialty at Sunrise. Our team of experts combines artistry and technical know-how to craft solutions that will make your business{" "} shine.
> ); }; // const Services = () => {} // const Projects = () => {} // const About = () => {} // const Contact = () => {}