+

+
GROW YOUR
+
BUSINESS
-
+
We do all the digital footprint for you,
-
+
so you can focus on what’s important!
-
-
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",
},
},