diff --git a/web/components/Hero.tsx b/web/components/Hero.tsx index 2842339..a84c3ac 100644 --- a/web/components/Hero.tsx +++ b/web/components/Hero.tsx @@ -4,20 +4,20 @@ import Navbar from './Navbar' export default function Hero() { return ( -
+
{/* Blur absolute div */}
{/* Main content */}
-
+
Stop rewriting your React and{' '} Next.js code
Use our VSCode and Jetbrains snippets extension
- ) -} +} \ No newline at end of file diff --git a/web/pages/index.tsx b/web/pages/index.tsx index b4b1012..d94a1f7 100644 --- a/web/pages/index.tsx +++ b/web/pages/index.tsx @@ -6,7 +6,7 @@ import Working from '../components/Working' export default function Home() { return ( -
+
React & Next.js snippets @@ -19,4 +19,4 @@ export default function Home() {
) -} +} \ No newline at end of file