From 8995e451e787b1847b4502478315f9aa571ca21c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:50:45 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: { -- 2.49.1 From 1c9a49059f148a4b7d745374dea09476f6211b85 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:50:45 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 69 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 46 insertions(+), 23 deletions(-) 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() { -- 2.49.1