Skip to content

Commit

Permalink
fixes after 1st launch
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhabo committed Jun 19, 2024
1 parent 3175e6f commit b1963fd
Show file tree
Hide file tree
Showing 10 changed files with 111 additions and 27 deletions.
71 changes: 71 additions & 0 deletions public/images/big_feature_big_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/main_screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 32 additions & 18 deletions public/images/svg/fuel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/core/components/LandingPage/Features/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const featureCards = [
type: FeatureCardShapeTypes.Card,
badge: "Familiar tools",
imageSrc: "./images/img_feature_big_1.png",
imageLabel: "./images/svg/up_to_50x.svg",
article: {
header: "Leverage & Margin:",
title: {
Expand Down
2 changes: 1 addition & 1 deletion src/core/components/LandingPage/GateSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const GateSection = () => {
<SectionWrapper>
<div css={cssStyles.container}>
<Badge
content="Introducing Spark.fi"
content="Introducing Sprk.fi"
borderStyles={cssStyles.badge}
bgColor="transparent"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/core/components/LandingPage/GetStartedSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const GetStartedSection = () => {
Begin with a bespoke onboarding session to align our platform
capabilities with your trading methodologies.
</p>
<RegularTradeButton styles={cssStyles.linkButton} label="Launch trading" />
<RegularTradeButton styles={cssStyles.linkButton} label="Start trading" />
</main>

<div css={cssStyles.imageContainer}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const algorithmsAndAutomationHighlight =
export const tradingKeyAttributes = [
"Rich API",
"Simple onboarding",
"A reward system",
"Reward Program",
"Low / No fees",
"Native Assets",
"Native account abstraction",
Expand Down
6 changes: 3 additions & 3 deletions src/core/components/LandingPage/WhySparkSection/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const productDigits = [
{
title: "Deals / day",
numbers: "34",
title: "Trades",
numbers: "34,000,000",
mobileOrder: 1,
desktopOrder: 3,
},
Expand All @@ -12,7 +12,7 @@ export const productDigits = [
desktopOrder: 1,
},
{
title: "Volume / day",
title: "24h Volume",
numbers: "$30,983,728",
mobileOrder: 1,
desktopOrder: 2,
Expand Down
2 changes: 1 addition & 1 deletion src/core/constants/externalLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const externalLinks = {
discord: "https://discord.com/invite/rsZnUY3kgm",
medium: "https://medium.com/@compolabs",
bridgeTechnology: "https://app.fuel.network/bridge",
liquidityMiningProgramTechnology: "https://docs.sprk.fi/spark-dex/market-makers/market-making-on-spark",
liquidityMiningProgramTechnology: "https://docs.sprk.fi/spark-dex/market-makers/market-making-on-sparkgit",
faucetDevelopers: "https://app.sprk.fi/#/faucet",
termsOfUse: "https://drive.google.com/file/d/1VEWD0WIO1BqnFoP6O9sa2ILRKX_pvFbv/view",
sequencers:
Expand Down
2 changes: 1 addition & 1 deletion src/core/utils/pageSources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export enum SourceNames {
export const sourceLabelAnchorArray: ReadonlyArray<SelectOption<SourceNames>> =
[
{ href: SourceNames.Landing, label: "Spark landing" },
{ href: SourceNames.WhySpark, label: "Why spark" },
{ href: SourceNames.WhySpark, label: "Why Spark" },
{ href: SourceNames.TradingToolkit, label: "Trading Toolkit" },
{ href: SourceNames.Resources, label: "Resource Library" },
];

0 comments on commit b1963fd

Please sign in to comment.