Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safenet landing page #498

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open

Safenet landing page #498

wants to merge 26 commits into from

Conversation

DiogoSoaress
Copy link
Member

@DiogoSoaress DiogoSoaress commented Nov 22, 2024

Copy link

github-actions bot commented Nov 22, 2024

Branch preview

✅ Deployed successfully in branch deployment:

https://safenet_landing_page--homepage.review.5afe.dev

@DiogoSoaress DiogoSoaress marked this pull request as ready for review November 28, 2024 17:39
},
{
step: 4,
text: 'Settles on user account with execution proof',
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
text: 'Settles on user account with execution proof',
text: 'Settles on user Account with execution proof',

<img src="/images/Safenet/Architecture/processor.png" alt="Safe processor" className={css.blockImage} />
<Typography className={css.blockTitle}>Processors</Typography>
<ul>
<li>Connect to user accounts and orchestrate optimal execution of transaction intents.</li>
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<li>Connect to user accounts and orchestrate optimal execution of transaction intents.</li>
<li>Connect to user Accounts and orchestrate optimal execution of transaction intents.</li>

</Grid>

<div className={css.buttonWrapper}>
<LinkButton>Read docs</LinkButton>
Copy link
Member

Choose a reason for hiding this comment

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

This is missing a link?

font-weight: 400;
}

/* to remove after ahving the asset*/
Copy link
Member

Choose a reason for hiding this comment

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

👀

}

.blockItem {
/* height: 300px; */
Copy link
Member

Choose a reason for hiding this comment

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

👀


const GradientChip = ({ caption, isUppercase }: { caption: string; isUppercase?: boolean }) => (
<div className={css.chip}>
<Typography className={`${css.caption} ${isUppercase ? css.uppercase : null}`}>{caption}</Typography>
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to pass null here?


const Metadata = () => {
const title = 'INTRODUCING SAFENET - NEW CHAIN ABSTRACTION PROTOCOL BY SAFE'
const description = 'Instant Cross-chain Transactions. Execution Guarantees. On any network.'
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
const description = 'Instant Cross-chain Transactions. Execution Guarantees. On any network.'
const description = 'Instant Cross-chain Transactions. Execution Guarantees. On Any Network.'

<Container className={css.container}>
<Typography className={css.title}>
<span className={css.titleGradient}>Safenet</span> is value-aligned <br />
with <span style={{ color: '#12ff80' }}>Safe</span>
Copy link
Member

Choose a reason for hiding this comment

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

Should "Safe" be italicised?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants