From b6a6d9b3e9685c96cfe1d31d55bcbcffff361a80 Mon Sep 17 00:00:00 2001 From: krypton225 Date: Fri, 13 Jan 2023 14:06:03 +0200 Subject: [PATCH] EDIT routers paddings & margins --- src/components/FrequentlyAskedComponent.jsx | 2 -- src/routes/Contact.jsx | 4 ++-- src/routes/FAQ.jsx | 8 ++++++-- src/routes/Home.jsx | 4 +++- src/routes/Pricing.jsx | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/components/FrequentlyAskedComponent.jsx b/src/components/FrequentlyAskedComponent.jsx index f689ad1..90d401d 100644 --- a/src/components/FrequentlyAskedComponent.jsx +++ b/src/components/FrequentlyAskedComponent.jsx @@ -9,9 +9,7 @@ const FrequentlyAskedComponent = () => { - - ) } diff --git a/src/routes/Contact.jsx b/src/routes/Contact.jsx index 1e68293..4b08d04 100644 --- a/src/routes/Contact.jsx +++ b/src/routes/Contact.jsx @@ -2,8 +2,8 @@ import { ContactInfoComponent } from "../components"; const Contact = () => { return ( -
-
+
+
diff --git a/src/routes/FAQ.jsx b/src/routes/FAQ.jsx index 7b38e56..dd25a3c 100644 --- a/src/routes/FAQ.jsx +++ b/src/routes/FAQ.jsx @@ -1,7 +1,11 @@ +import { FrequentlyAskedComponent } from "../components"; + const FAQ = () => { return ( -
- FAQ +
+
+ +
) } diff --git a/src/routes/Home.jsx b/src/routes/Home.jsx index 47ca41b..db14bcb 100644 --- a/src/routes/Home.jsx +++ b/src/routes/Home.jsx @@ -1,4 +1,4 @@ -import { FrequentlyAskedComponent, PricingComponent } from "../components"; +import { ContactInfoComponent, FrequentlyAskedComponent, PricingComponent } from "../components"; import { FormLanding, @@ -41,6 +41,8 @@ const Home = () => { + +
diff --git a/src/routes/Pricing.jsx b/src/routes/Pricing.jsx index 2be22da..ba58a39 100644 --- a/src/routes/Pricing.jsx +++ b/src/routes/Pricing.jsx @@ -2,7 +2,7 @@ import { PricingComponent } from "../components"; const Pricing = () => { return ( -
+