Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "3.0.0",
"type": "module",
"packageManager": "pnpm@11.2.2+sha512.36e6621fad506178936455e70247b8808ef4ec25797a9f437a93281a020484e2607f6a469a22e982987c3dbb8866e3071514ab10a4a1749e06edcd1ec118436f",
"packageManager": "pnpm@11.21.0+sha512.521705bce689924eac72f5a3587122f362689ef6571e55ba80076fd637c11132ecffada26fad4ea79c485bfddbfd3d5a2a5b05805a77e893de71ec8a6cca3bb1",
"volta": {
"node": "24.1.0"
},
Expand Down
3 changes: 0 additions & 3 deletions src/pages/press/Press.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@
.assetIcon {
width: 56px;
height: 56px;
border-radius: var(--radius-sm);
object-fit: cover;
flex-shrink: 0;
box-shadow: var(--shadow-sm);
}

.assetInfo {
Expand Down
9 changes: 4 additions & 5 deletions src/pages/press/Press.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,17 @@ export default function Press() {
<div className={legalStyles.container}>
<h2>About Loungebird</h2>
<p>
Loungebird is the perfect pre-flight companion for travellers visiting the lounges at London Heathrow Terminal 5.
Designed to make every moment before departure more enjoyable; it brings useful lounge information together in
a simple, beautifully crafted experience.
Loungebird is the perfect pre-flight companion for visiting the lounges at London Heathrow Terminal 5.
It brings together useful lounge information, occupancy insights and personalised guidance in one simple app.
</p>
<p>
Whether planning ahead or already at the airport, Loungebird helps travellers get the best possible pre-departure experience.
Whether planning ahead or already at the airport, Loungebird helps travellers choose where to spend their time before departure.
</p>

<h2>Press Kit</h2>
<p>Featuring high-resolution screenshots and iconography.</p>
<div className={styles.assetGrid}>
<a href="https://assets.loungebird.app/press/v2/presskit.zip" download className={styles.assetCard}>
<a href="https://assets.loungebird.app/press/v3/presskit.zip" download className={styles.assetCard}>
<img src="/images/app-icon.png" alt="Loungebird app icon" className={styles.assetIcon} />
<span className={styles.assetInfo}>
<span className={styles.assetName}>Press Kit</span>
Expand Down