From d20357fa6abbf1b332b6ba48f9e52a984317fad4 Mon Sep 17 00:00:00 2001 From: zaidmukaddam Date: Tue, 20 Aug 2024 21:43:14 +0530 Subject: [PATCH] feat: added producthunt and peerlist embeds --- app/page.tsx | 118 +++++++++++++++++++++--------------- next.config.mjs | 23 +++++-- package.json | 1 - pnpm-lock.yaml | 84 +++++++++++-------------- public/Launch_SVG_Light.svg | 40 ++++++++++++ 5 files changed, 160 insertions(+), 106 deletions(-) create mode 100644 public/Launch_SVG_Light.svg diff --git a/app/page.tsx b/app/page.tsx index 45e5bb7..f83dce2 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -386,7 +386,7 @@ export default function Home() { const MapEmbed = memo(({ location, zoom = 15 }: { location: string, zoom?: number }) => { const apiKey = process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY; const mapUrl = `https://www.google.com/maps/embed/v1/place?key=${apiKey}&q=${encodeURIComponent(location)}&zoom=${zoom}`; - + return (