From f827ef18aecf1e230ce70a3186c401aa24f94c13 Mon Sep 17 00:00:00 2001 From: FernandoVideiraDesktop <03.pleaser-minster@icloud.com> Date: Sat, 13 Apr 2024 11:11:29 +0100 Subject: [PATCH] Hero WIP --- src/Components/Hero/Hero.tsx | 32 ++++++++++++++++---------------- src/routes/Home.tsx | 4 ++-- tailwind.config.js | 3 +++ 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/src/Components/Hero/Hero.tsx b/src/Components/Hero/Hero.tsx index 4886ddd..2567c1e 100644 --- a/src/Components/Hero/Hero.tsx +++ b/src/Components/Hero/Hero.tsx @@ -5,27 +5,27 @@ import { FaChevronDown } from "react-icons/fa"; const Hero = () => { return ( -
-
- hero +
+
+ hero
-
-
- hero -

GROW YOUR

-

- BUSINESS -

-
+
+ hero +

GROW YOUR

+

BUSINESS

-

+

We do all the digital footprint for you,

-

+

so you can focus on what’s important!

-
-
@@ -33,7 +33,7 @@ const Hero = () => {
diff --git a/src/routes/Home.tsx b/src/routes/Home.tsx index 5872be1..8be6931 100644 --- a/src/routes/Home.tsx +++ b/src/routes/Home.tsx @@ -1,6 +1,6 @@ import React from "react"; -import Navbar from "../components/Navbar/Navbar"; -import Hero from "../components/Hero/Hero"; +import Navbar from "../Components/Navbar/Navbar"; +import Hero from "../Components/Hero/Hero"; const Home = () => { return ( diff --git a/tailwind.config.js b/tailwind.config.js index ceb1627..9cddb91 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -14,8 +14,11 @@ export default { baijam: ['"Bai Jamjuree"', "sans-serif"], }, spacing: { + "4-75": "4.75rem", 8: "8rem", + "13-62": "13.625rem", 20: "12rem", + 21: "21rem", 22: "22rem", }, },