diff --git a/app/routes/trippy-trails-template.jsx b/app/routes/trippy-trails-template.jsx index ae8f2f3..958ca8e 100644 --- a/app/routes/trippy-trails-template.jsx +++ b/app/routes/trippy-trails-template.jsx @@ -92,11 +92,13 @@ export default function LandingPage() { const { featuredCollections } = useLoaderData() return ( - -
- Hi! -
-
+
+ +
+ Hi! +
+
+
) }