Update src/app/page.tsx
This commit is contained in:
@@ -91,10 +91,10 @@ export default function LandingPage() {
|
||||
title: "Create a Session", description: "One click generates a unique session ID. You're instantly the Host. Share the link with your friend.", icon: Link2,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATXWRQnqkZ7hDXFqOzdW4QkTtS/minimalist-illustration-of-instant-conne-1772617625703-21d590af.png", imageAlt: "Session creation flow"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATXWRQnqkZ7hDXFqOzdW4QkTtS/minimalist-illustration-of-instant-conne-1772617625703-21d590af.png?_wi=1", imageAlt: "Session creation flow"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATXWRQnqkZ7hDXFqOzdW4QkTtS/minimalist-illustration-of-instant-conne-1772617625703-21d590af.png", imageAlt: "Link sharing"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATXWRQnqkZ7hDXFqOzdW4QkTtS/minimalist-illustration-of-instant-conne-1772617625703-21d590af.png?_wi=2", imageAlt: "Link sharing"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -102,10 +102,10 @@ export default function LandingPage() {
|
||||
title: "Friend Joins", description: "Your friend clicks the link and joins the session as a Listener. WebSocket connection establishes instantly.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATXWRQnqkZ7hDXFqOzdW4QkTtS/minimalist-illustration-of-instant-conne-1772617625703-21d590af.png", imageAlt: "Friend joining session"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATXWRQnqkZ7hDXFqOzdW4QkTtS/minimalist-illustration-of-instant-conne-1772617625703-21d590af.png?_wi=3", imageAlt: "Friend joining session"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATXWRQnqkZ7hDXFqOzdW4QkTtS/minimalist-illustration-of-instant-conne-1772617625703-21d590af.png", imageAlt: "Connected users"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATXWRQnqkZ7hDXFqOzdW4QkTtS/minimalist-illustration-of-instant-conne-1772617625703-21d590af.png?_wi=4", imageAlt: "Connected users"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -113,10 +113,10 @@ export default function LandingPage() {
|
||||
title: "Paste & Listen", description: "Paste a YouTube URL, hit Play. Both users hear the same audio in sync, with automatic drift correction every 2 seconds.", icon: Play,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATXWRQnqkZ7hDXFqOzdW4QkTtS/close-up-visualization-of-synchronized-a-1772617626517-39cbcaf2.png", imageAlt: "Synchronized playback"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATXWRQnqkZ7hDXFqOzdW4QkTtS/close-up-visualization-of-synchronized-a-1772617626517-39cbcaf2.png?_wi=1", imageAlt: "Synchronized playback"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATXWRQnqkZ7hDXFqOzdW4QkTtS/close-up-visualization-of-synchronized-a-1772617626517-39cbcaf2.png", imageAlt: "Playback controls"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATXWRQnqkZ7hDXFqOzdW4QkTtS/close-up-visualization-of-synchronized-a-1772617626517-39cbcaf2.png?_wi=2", imageAlt: "Playback controls"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user