Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from aswathy-deriv/aswathy/principles
Browse files Browse the repository at this point in the history
Aswathy/Added the principle page
  • Loading branch information
mayuran-deriv authored Jan 4, 2024
2 parents 0bfa838 + 11f4f8a commit 6d01e2c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/pages/principles/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { BreakpointProvider, ThemeProvider, FluidContainer, Section } from '@der
import { PageLayout, Breadcrumbs } from '@deriv-com/components'
import Layout from 'features/components/templates/layout'
import HeroBanner from './hero-banner'
import Reliable from './reliable'
import MainRowNavigation from 'features/components/templates/navigation/main-nav'
import MainFooter from 'features/components/templates/footer'

Expand Down Expand Up @@ -32,6 +33,7 @@ const OurPrincipalsComponent = () => {
</Section>

<HeroBanner />
<Reliable />
</PageLayout>
<MainFooter />
</Layout>
Expand Down
27 changes: 27 additions & 0 deletions src/features/pages/principles/reliable/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import React from 'react'
import { Features } from '@deriv-com/blocks'
import { StaticImage } from 'gatsby-plugin-image'

const Reliable = () => {
return (
<>
<Features.ContentRight
title="Be reliable"
description="We provide secure and robust systems so you can trade with confidence. Whether settling contracts promptly, processing transactions efficiently, or offering responsive 24/7 customer support, we strive to be reliable at every step of your trading experience."
content={() => (
<StaticImage
src="../../../../images/migration/principle/reliable.png"
alt="hero bg image"
placeholder="none"
formats={['auto', 'webp']}
loading="eager"
/>
)}
>
<div></div>
</Features.ContentRight>
</>
)
}

export default Reliable
Binary file added src/images/migration/principle/reliable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d01e2c

Please sign in to comment.