diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..7bc17e7 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,211 @@ +--- +import Layout from "../layouts/Layout.astro"; +import Nav from "../components/site/Nav.astro"; +import Footer from "../components/site/Footer.astro"; +import { Home, Paintbrush, Phone, MapPin, ArrowRight } from "lucide-react"; +--- + + +