From c2fa0de7acf9a8185219aa812dfa466083d17289 Mon Sep 17 00:00:00 2001 From: Akshit Garg Date: Sun, 2 Jun 2024 15:38:21 +0530 Subject: [PATCH] Added Premium Features Option --- src/App.js | 2 + src/Components/Footer.css | 151 ++++++++------- src/Components/Footer.js | 3 + .../footer_section/Pricing/pricing.css | 176 ++++++++++++++++++ .../footer_section/Pricing/pricing.js | 70 +++++++ 5 files changed, 333 insertions(+), 69 deletions(-) create mode 100644 src/Components/footer_section/Pricing/pricing.css create mode 100644 src/Components/footer_section/Pricing/pricing.js diff --git a/src/App.js b/src/App.js index 2d6bcb7b..335eabb2 100644 --- a/src/App.js +++ b/src/App.js @@ -8,6 +8,7 @@ import BlogPage from "./Components/footer_section/BlogPage/BlogPage" import FAQPage from "./Components/footer_section/FAQPage/FAQPage"; import Services from "./Components/footer_section/services/Services"; import ContactUs from "./Components/footer_section/ContactUs/contact_us"; +import Pricing from "./Components/footer_section/Pricing/pricing"; function App() { return ( @@ -22,6 +23,7 @@ function App() { } /> } /> } /> + } />