diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3c3c8e2..a1613b6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -29,11 +29,13 @@ const jetbrainsMono = JetBrains_Mono({ export const metadata: Metadata = { title: "Runly – Event Management for Run Clubs", description: "Runly simplifies run club management. Handle events, signups, and payments in one calm, minimal platform. Start free today.", keywords: "run club management, event scheduling, running groups, payment processing, community platform", metadataBase: new URL("https://runly.io"), alternates: { - canonical: "https://runly.io"}, + canonical: "https://runly.io" + }, openGraph: { title: "Runly – Event Management for Run Clubs", description: "Runly simplifies run club management. Handle events, signups, and payments in one calm, minimal platform.", url: "https://runly.io", siteName: "Runly", type: "website", images: [ { - url: "http://img.b2bpic.net/free-vector/running-workout-tracer-mobile-app_23-2148650970.jpg", alt: "Runly dashboard"}, + url: "http://img.b2bpic.net/free-vector/running-workout-tracer-mobile-app_23-2148650970.jpg", alt: "Runly dashboard" + }, ], }, twitter: { diff --git a/src/app/page.tsx b/src/app/page.tsx index 7afc498..880a863 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,9 +46,11 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/running-workout-tracer-mobile-app_23-2148650970.jpg", imageAlt: "Runly event management dashboard"}, + imageSrc: "http://img.b2bpic.net/free-vector/running-workout-tracer-mobile-app_23-2148650970.jpg", imageAlt: "Runly event management dashboard" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-athletic-women-having-fun-while-jogging-with-group-people-nature_637285-6597.jpg", imageAlt: "Run club community gathering"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-athletic-women-having-fun-while-jogging-with-group-people-nature_637285-6597.jpg", imageAlt: "Run club community gathering" + }, ]} rating={5} ratingText="Loved by run club organizers" @@ -66,7 +68,8 @@ export default function LandingPage() {