From b67970bbdd766d1f7ae12b58ff01cead094c4cea Mon Sep 17 00:00:00 2001 From: Sujit <sujitkarki703@gmail.com> Date: Fri, 27 Sep 2024 22:12:42 +0545 Subject: [PATCH] feat(landing): add jamaica flying lab logo as a offical training partner --- .../LandingPage/ClientsAndPartners/index.tsx | 2 -- .../src/components/LandingPage/Footer/index.tsx | 11 +++++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/components/LandingPage/ClientsAndPartners/index.tsx b/src/frontend/src/components/LandingPage/ClientsAndPartners/index.tsx index 23b1a33d..546a97b7 100644 --- a/src/frontend/src/components/LandingPage/ClientsAndPartners/index.tsx +++ b/src/frontend/src/components/LandingPage/ClientsAndPartners/index.tsx @@ -3,7 +3,6 @@ import { motion } from 'framer-motion'; import worldBankLogo from '@Assets/images/LandingPage/WorldbankLogo.png'; import { fadeUpVariant } from '@Constants/animations'; import gfdrrLogo from '@Assets/images/GFDRR-logo.png'; -import JamaicaFlyingLabsLogo from '@Assets/images/LandingPage/JamaicaFlyingLabs_Logo.png'; import { FlexRow } from '@Components/common/Layouts'; export default function ClientAndPartners() { @@ -34,7 +33,6 @@ export default function ClientAndPartners() { > <Image src={worldBankLogo} alt="world bank logo" /> <Image src={gfdrrLogo} alt="gfdrrLogo" width={260} /> - <Image src={JamaicaFlyingLabsLogo} alt="gfdrrLogo" width={200} /> </FlexRow> </motion.div> </div> diff --git a/src/frontend/src/components/LandingPage/Footer/index.tsx b/src/frontend/src/components/LandingPage/Footer/index.tsx index 741b6bd4..66480d8d 100644 --- a/src/frontend/src/components/LandingPage/Footer/index.tsx +++ b/src/frontend/src/components/LandingPage/Footer/index.tsx @@ -1,7 +1,8 @@ /* eslint-disable no-unused-vars */ -import { Flex, FlexRow } from '@Components/common/Layouts'; -import Icon from '@Components/common/Icon'; +import { FlexRow } from '@Components/common/Layouts'; +// import Icon from '@Components/common/Icon'; import Image from '@Components/RadixComponents/Image'; +import JamaicaFlyingLabsLogo from '@Assets/images/LandingPage/JamaicaFlyingLabs_Logo.png'; import naxaLogo from '@Assets/images/LandingPage/Naxa-logo.png'; import hotLogo from '@Assets/images/LandingPage/HOT-logo.png'; import { Button } from '@Components/RadixComponents/Button'; @@ -57,6 +58,12 @@ export default function Footer() { <span className="naxatw-cursor-pointer">FAQs</span> <span className="naxatw-cursor-pointer">Cookies</span> </div> */} + <div className="naxatw-flex naxatw-w-[200px] naxatw-flex-col naxatw-items-start"> + <p className="naxatw-mt-2 naxatw-text-center naxatw-text-base naxatw-text-landing-grey"> + Official Training Partner + </p> + <Image src={JamaicaFlyingLabsLogo} alt="gfdrrLogo" width={200} /> + </div> </motion.div> <p className="naxatw-mt-2 naxatw-text-center naxatw-text-base naxatw-text-landing-grey"> © Drone Arial Tasking Manager. All Rights Reserved 2024