From 7fde7f20a849b6ff4c91cff3c40a7dd03e93c502 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:07:18 +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 2a77d2d..74b50f1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,9 +10,11 @@ const archivo = Archivo({ export const metadata: Metadata = { title: "Iron Fist Boxing Club | Professional Boxing Training in Banepa", description: "Iron Fist Boxing Club offers premier boxing training in Banepa, Nepal. Professional trainers, state-of-the-art facilities, and classes for all levels. Book your first session today!", keywords: "boxing, gym, Banepa, Nepal, training, fitness, champion", openGraph: { - title: "Iron Fist Boxing Club - Where Champions are Made", description: "Join Nepal's premier boxing club. Professional training, expert coaches, and a supportive community. 4.8-star rated.", url: "https://ironfistboxing.com", siteName: "Iron Fist Boxing Club", type: "website"}, + title: "Iron Fist Boxing Club - Where Champions are Made", description: "Join Nepal's premier boxing club. Professional training, expert coaches, and a supportive community. 4.8-star rated.", url: "https://ironfistboxing.com", siteName: "Iron Fist Boxing Club", type: "website" + }, twitter: { - card: "summary_large_image", title: "Iron Fist Boxing Club", description: "Premier boxing training in Banepa, Nepal. Expert trainers and world-class facilities."}, + card: "summary_large_image", title: "Iron Fist Boxing Club", description: "Premier boxing training in Banepa, Nepal. Expert trainers and world-class facilities." + }, }; export default function RootLayout({ -- 2.49.1 From c5d9667d680682df357448446219605ac6a1321d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:07:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bfe33bb..b2ce5d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,10 +82,12 @@ export default function HomePage() { slides={[ { imageSrc: - "http://img.b2bpic.net/free-photo/female-boxer-wearing-red-strap-wrist_107420-64993.jpg", imageAlt: "Boxing training in the ring"}, + "http://img.b2bpic.net/free-photo/female-boxer-wearing-red-strap-wrist_107420-64993.jpg", imageAlt: "Boxing training in the ring" + }, { imageSrc: - "http://img.b2bpic.net/free-photo/young-man-boxing-gloves-practicing-kickboxing-ring_74855-23866.jpg", imageAlt: "Professional boxers training"}, + "http://img.b2bpic.net/free-photo/young-man-boxing-gloves-practicing-kickboxing-ring_74855-23866.jpg", imageAlt: "Professional boxers training" + }, ]} autoplayDelay={4000} showDimOverlay={true} @@ -96,7 +98,8 @@ export default function HomePage() { @@ -148,7 +154,7 @@ export default function HomePage() {