Skip to content

Commit

Permalink
erase steps in methodology and change text in hero
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Sola authored and davidsingal committed Jun 30, 2023
1 parent e98ac49 commit 4f89e6a
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 243 deletions.
8 changes: 0 additions & 8 deletions marketing/src/containers/methodology/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import Hero from 'containers/methodology/hero';
import StayUpToDate from 'containers/methodology/stay-up-to-date';
import DataProviders from 'containers/methodology/data-providers';

import Steps from 'containers/methodology/steps';
import Step01 from 'containers/methodology/steps/01';
import Step02 from 'containers/methodology/steps/02';
import ContactUs from 'containers/methodology/contact-us';
import KnowMore from 'containers/methodology/know-more';

Expand Down Expand Up @@ -40,11 +37,6 @@ const Methodology: React.FC = () => {
<StayUpToDate />
<DataProviders />

<Steps>
<Step01 />
<Step02 />
</Steps>

<ContactUs />

<KnowMore />
Expand Down
3 changes: 2 additions & 1 deletion marketing/src/containers/methodology/hero/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ const Hero: React.FC = () => {
Analyze impacts with world-renowned datasets.
</h1>
<h2 className="text-2xl font-medium text-black font-display md:text-3xl">
Download our methodology and find out how LandGriffon works.
Our open-source and open-science software ensures total transparency to align
companies with nature standards and ESG regulations, such as SBTN and TNFD guidance.
</h2>

<div className="flex flex-col space-y-6 sm:flex-row sm:space-y-0 sm:space-x-6 xl:justify-between">
Expand Down
73 changes: 0 additions & 73 deletions marketing/src/containers/methodology/steps/01/component.tsx

This file was deleted.

1 change: 0 additions & 1 deletion marketing/src/containers/methodology/steps/01/index.ts

This file was deleted.

129 changes: 0 additions & 129 deletions marketing/src/containers/methodology/steps/02/component.tsx

This file was deleted.

1 change: 0 additions & 1 deletion marketing/src/containers/methodology/steps/02/index.ts

This file was deleted.

29 changes: 0 additions & 29 deletions marketing/src/containers/methodology/steps/component.tsx

This file was deleted.

1 change: 0 additions & 1 deletion marketing/src/containers/methodology/steps/index.ts

This file was deleted.

1 comment on commit 4f89e6a

@vercel
Copy link

@vercel vercel bot commented on 4f89e6a Jun 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landgriffon-marketing – ./marketing

landgriffon-marketing.vercel.app
landgriffon-marketing-vizzuality1.vercel.app
landgriffon-marketing-git-dev-vizzuality1.vercel.app

Please sign in to comment.