From 087c246759ab077f30677814b290eaebc09e74bc Mon Sep 17 00:00:00 2001 From: dheerajjha451 Date: Fri, 14 Jun 2024 07:02:45 +0530 Subject: [PATCH] add product hunt badge --- components/Footer.jsx | 6 +++--- components/Templates.jsx | 4 ++-- pages/index.js | 5 +++++ styles/globals.css | 1 + 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/components/Footer.jsx b/components/Footer.jsx index 604efd1..d72d1c3 100644 --- a/components/Footer.jsx +++ b/components/Footer.jsx @@ -1,6 +1,6 @@ import React from 'react'; import { Github } from 'lucide-react'; - +import Link from 'next/link'; const Footer = () => { const handleFeedbackClick = () => { window.location.href = 'mailto:dheerajjha451@gmail.com?subject=Feedback'; @@ -11,14 +11,14 @@ const Footer = () => {

© {new Date().getFullYear()} All rights reserved.

- - +

{ loading="lazy" />

-

+

{template.user.name}

@@ -121,7 +121,7 @@ const TemplateItem = React.memo(({ template }) => {
-
+

{template.framework}

diff --git a/pages/index.js b/pages/index.js index 317886e..181a649 100644 --- a/pages/index.js +++ b/pages/index.js @@ -84,6 +84,11 @@ export default function Home() { )}
+
+ + Design2Code - Your Hub for free Project Templates | Product Hunt + +
diff --git a/styles/globals.css b/styles/globals.css index ade41ab..0d20e92 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -143,6 +143,7 @@ color: #ffffff !important; } + @layer base { * { @apply border-border;