Skip to content

Commit 7527dcd

Browse files
Update text on hero-banner and features header
1 parent bd0dfad commit 7527dcd

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

src/components/features.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ export const Features = () => {
1919
<Box id={'features'} as='section'>
2020
<Container maxW='container.lg' centerContent>
2121
<Heading as='h1' size='2xl'>
22-
Features
22+
Key Features & Capabilities
2323
</Heading>
2424
<Text fontSize={'lg'}>
25-
Parcels provides a model for advecting particles with (if desired)
26-
highly custom behaviour on flow datasets.
25+
Parcels can be used to track passive and active particulates
26+
such as water, plankton, plastic, icebergs, and fish
27+
using data from flow datasets.
2728
</Text>
2829

2930
<SimpleGrid columns={{ base: 1, md: 2, lg: 4 }} spacing={8} my={8}>

src/components/hero-banner.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,9 @@ export const HeroBanner = () => {
3939
</Text>
4040
</Heading>
4141
<Text fontSize={'lg'}>
42-
The Ocean<strong>Parcels</strong> project develops{' '}
43-
<strong>Parcels</strong> (<strong>P</strong>robably{' '}
44-
<strong>A</strong> <strong>R</strong>eally <strong>C</strong>
45-
omputationally <strong>E</strong>fficient <strong>L</strong>
46-
agrangian <strong>S</strong>imulator), a set of Python classes and
42+
<strong>Parcels</strong> provides a set of Python classes and
4743
methods to create customisable particle tracking simulations using
48-
output from Ocean Circulation models. Parcels can be used to track
49-
passive and active particulates such as water, plankton, plastic
50-
and fish.
44+
gridded output from (ocean) circulation models.
5145
</Text>
5246
</Stack>
5347
<Stack flex={1} spacing={{ base: 10, md: 20 }}>

0 commit comments

Comments
 (0)