Skip to content

Commit 4a56bc7

Browse files
authored
conf 2026 website: Update conf homepage photos to 2025 (#2313)
<!-- Thanks for making a pull request! Before submitting, please read our contributing guidelines: https://github.com/graphql/graphql.github.io/blob/source/CONTRIBUTING.md Have any questions? Feel free to ask in this PR or you can also find us on the #website channel on the GraphQL Slack (invite link available in CONTRIBUTING.md) --> For your consideration, I have updated the photos used on the new Conf 2026 website. Here are some screenshots: Kept the top image of a panel, but this is the AI panel from 2025 Dark mode <img width="1329" height="1380" alt="Screenshot 2026-01-21 at 16 17 18" src="https://github.com/user-attachments/assets/590e6e17-5943-4654-bbe4-89d32eb08f0d" /> Light mode <img width="1328" height="1378" alt="Screenshot 2026-01-21 at 16 16 51" src="https://github.com/user-attachments/assets/73ba3f0e-8ae2-437a-8c1b-05e3135f3153" /> Mobile view <img width="438" height="940" alt="Screenshot 2026-01-21 at 16 18 33" src="https://github.com/user-attachments/assets/be10625b-b35e-4a79-a22f-f07fb41395b1" /> Replaced the speaker image with one of the audience with hands up. If we don't like this I can find another speaker image, but I think one showing a crowded engaged audience is a good idea <img width="1328" height="1379" alt="Screenshot 2026-01-21 at 16 17 33" src="https://github.com/user-attachments/assets/8c5f1b48-e04b-49cc-a560-6330eb14d46b" /> <img width="1331" height="1383" alt="Screenshot 2026-01-21 at 16 17 52" src="https://github.com/user-attachments/assets/ad7787ca-1211-4a7a-93d2-834f063e944d" /> This image is hidden in mobile view as before.
1 parent 061fcb7 commit 4a56bc7

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

src/app/conf/2026/components/hero/hero-image.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Image from "next/image"
22

3-
import heroPhoto from "./hero-photo.jpeg"
3+
import heroPhoto from "./hero-photo.jpg"
44

55
export function HeroImage() {
66
return (
@@ -10,7 +10,7 @@ export function HeroImage() {
1010
placeholder="blur"
1111
width={1920}
1212
height={560}
13-
alt="five speakers at GraphQLConf 2024"
13+
alt="five speakers at GraphQLConf 2025"
1414
className="mx-auto h-[560px] w-[1920px] max-w-full object-cover"
1515
/>
1616
</div>
-528 KB
Binary file not shown.
645 KB
Loading
697 KB
Loading

src/app/conf/2026/components/register-today/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import NextImage from "next/image"
44
import { Button } from "../../../_design-system/button"
55
import { GET_TICKETS_LINK } from "../../links"
66

7-
import speakerImage from "./speaker.webp"
7+
import speakerImage from "./audience.jpg"
88

99
export interface RegisterTodayProps {
1010
className?: string
@@ -20,7 +20,7 @@ export function RegisterToday({ className }: RegisterTodayProps) {
2020
>
2121
<NextImage
2222
src={speakerImage}
23-
alt="GraphQL Conference"
23+
alt="GraphQL Conference audience"
2424
width="450"
2525
height="566"
2626
className="aspect-[312/392] w-full object-cover max-sm:hidden sm:aspect-[2] lg:aspect-[450/566] lg:h-[566px] lg:w-[450px]"
-135 KB
Binary file not shown.

0 commit comments

Comments
 (0)