From 0988aa732043ba070748a901914032ff23bf7640 Mon Sep 17 00:00:00 2001 From: Emre Date: Tue, 30 Sep 2025 19:22:33 +0300 Subject: [PATCH] footer --- src/App.jsx | 3 + src/components/Footer.jsx | 116 +++++++++++++++++++++++++++++++++ src/components/ForYou.jsx | 2 +- src/components/Foundations.jsx | 2 +- src/components/Manifesto.jsx | 2 +- src/components/referral.jsx | 18 ++--- src/index.css | 87 +++++++++++++++++++++++++ 7 files changed, 213 insertions(+), 17 deletions(-) create mode 100644 src/components/Footer.jsx diff --git a/src/App.jsx b/src/App.jsx index 295f04e..4e61839 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -8,6 +8,7 @@ import ForYou from './components/ForYou'; import CallToAction from './components/CallToAction'; import MembershipOptions from './components/MembershipOptions'; import Referral from './components/referral'; +import Footer from './components/Footer'; const Home = () => (
@@ -34,6 +35,8 @@ function App() { } /> } /> +
+