From 50fcd6fe3c75788d3293653a935be65fecb77ca2 Mon Sep 17 00:00:00 2001 From: Borja Soler Date: Fri, 13 Oct 2023 12:12:27 +0200 Subject: [PATCH 1/7] hello home new iteration, still work in progress --- components/Footer.jsx | 19 +- components/Navbar.jsx | 37 +- next.config.js | 3 + package-lock.json | 4203 ++++++++++++++++++++++----------- package.json | 1 + pages/api/hello.js | 2 +- sections/Hero.jsx | 102 +- styles/globals.css | 51 +- tailwind.config.js | 3 +- yarn.lock | 5178 ++++++++++++++++++++--------------------- 10 files changed, 5473 insertions(+), 4126 deletions(-) diff --git a/components/Footer.jsx b/components/Footer.jsx index dd52303..0e3ef8f 100644 --- a/components/Footer.jsx +++ b/components/Footer.jsx @@ -1,19 +1,30 @@ "use client"; const Footer = () => ( -