Skip to content

Commit

Permalink
Merge pull request #404 from lFourl/chore/page-descriptions
Browse files Browse the repository at this point in the history
🔍add unique page descriptions
  • Loading branch information
UncleClapton committed Sep 24, 2023
2 parents 72b5808 + 3d09ba6 commit 4816880
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/acknowledgements.js
Expand Up @@ -79,6 +79,7 @@ function Acknowledgements () {
Acknowledgements.getPageMeta = () => {
return {
title: 'Acknowledgements',
description: 'Explore our Acknowledgements Page to see the incredible companies fueling the Fuel Rats\' lifesaving missions within \'Elite Dangerous\'. We extend our sincerest thanks to our corporate sponsors, whose generous support empowers us to reach stranded pilots across the galaxy and ensure no spaceship runs out of fuel. Discover the organizations that share our passion for community and gaming, and join us in celebrating their valuable contribution to our interstellar rescue endeavors.',
}
}

Expand Down
1 change: 1 addition & 0 deletions src/pages/blog/index.js
Expand Up @@ -64,6 +64,7 @@ Blogs.getPageMeta = () => {
return {
title: 'Blog',
key: 'blog-list',
description: 'Dive into the Fuel Rats Blog to explore thrilling tales of in-game rescues, updates, and insights from our adventurous team! Whether you’re a player seeking tips, a fan interested in our latest rescues, or just curious about our interstellar journeys, our blog offers a rich array of stories, advice, and news from the front lines of spaceship assistance. Discover the exciting world of Fuel Rats and join us in exploring the boundless gaming cosmos!',
}
}

Expand Down
1 change: 1 addition & 0 deletions src/pages/dispatch.js
Expand Up @@ -50,6 +50,7 @@ DispatchBoard.getPageMeta = () => {
className: styles.dispatchBoard,
title: 'Dispatch Board',
key: 'dispatch',
description: 'Access the Fuel Rats Internal Dispatch Portal to coordinate rapid and efficient in-game rescues. Here, our dedicated team of Fuel Rats can respond to distress calls, manage rescue missions, and ensure that every player stranded in the cosmos receives timely assistance. Efficiently navigate through requests and deploy help where it\'s needed most in the gaming universe!',
}
}

Expand Down
1 change: 1 addition & 0 deletions src/pages/donate/index.js
Expand Up @@ -24,6 +24,7 @@ function Donate ({ stripe }) {
Donate.getPageMeta = () => {
return {
title: 'Donate',
description: 'Support the Fuel Rats\' mission to aid spaceship pilots in our vast universe! Your generous donation helps us continue our in-game rescue services, ensuring no player is left stranded in space. Contribute today and fuel our journey to make the gaming experience enjoyable for everyone!',
}
}

Expand Down
1 change: 1 addition & 0 deletions src/pages/leaderboard.js
Expand Up @@ -15,6 +15,7 @@ function Leaderboard () {
Leaderboard.getPageMeta = () => {
return {
title: 'Leaderboard',
description: 'Explore the Fuel Rats Leaderboard and witness the daring rescues by elite players in the galaxy! Our leaderboard tracks in-game spaceship rescues, showcasing individual accomplishments and contributions of our top rescuers.',
}
}

Expand Down
1 change: 1 addition & 0 deletions src/pages/register.js
Expand Up @@ -113,6 +113,7 @@ Register.getPageMeta = () => {
return {
displayTitle: 'Become a Fuel Rat',
title: 'Register',
description: 'Join the elite team of rescuers in the gaming cosmos by registering with the Fuel Rats! Our registration page is your gateway to embark on thrilling rescue missions, interact with a community of passionate gamers, and make your mark in the interstellar gaming universe. Sign up to navigate through breathtaking adventures, enhance your gaming experience, and be a beacon of hope for stranded pilots across the galaxies!',
}
}

Expand Down

0 comments on commit 4816880

Please sign in to comment.