diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1e16b79..96933a1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -79,7 +79,7 @@ export default function AboutPage() { { value: "20+", title: "Years of Excellence" }, { value: "500+", title: "Players Developed" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-kids-football-field_23-2149270911.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-kids-football-field_23-2149270911.jpg?_wi=2" imageAlt="Elite Football Club Training Facility" useInvertedBackground={false} mediaAnimation="blur-reveal" @@ -96,42 +96,42 @@ export default function AboutPage() { id: "1", name: "David Martinez", role: "Head Coach", - imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-ball_1187-1688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-ball_1187-1688.jpg?_wi=2", imageAlt: "David Martinez", }, { id: "2", name: "Alex Thompson", role: "Forward", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-african-athlete-with-healthy-tanned-skin-confident-look-wearing-black-sportswear-squinting-his-eyes-while-resting-outdoors-listening-his-favourite-music-with-earphones_273609-1205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-african-athlete-with-healthy-tanned-skin-confident-look-wearing-black-sportswear-squinting-his-eyes-while-resting-outdoors-listening-his-favourite-music-with-earphones_273609-1205.jpg?_wi=2", imageAlt: "Alex Thompson", }, { id: "3", name: "Emma Richardson", role: "Midfielder", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball_23-2148773285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basketball_23-2148773285.jpg?_wi=2", imageAlt: "Emma Richardson", }, { id: "4", name: "Carlos Santos", role: "Defender", - imageSrc: "http://img.b2bpic.net/free-photo/male-american-football-player-uniform-field_23-2150034568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-american-football-player-uniform-field_23-2150034568.jpg?_wi=2", imageAlt: "Carlos Santos", }, { id: "5", name: "Jordan Lee", role: "Goalkeeper", - imageSrc: "http://img.b2bpic.net/free-photo/amateur-football-concept-with-goalkeeper_23-2147833417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/amateur-football-concept-with-goalkeeper_23-2147833417.jpg?_wi=2", imageAlt: "Jordan Lee", }, { id: "6", name: "Sofia Hernandez", role: "Assistant Coach", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg?_wi=2", imageAlt: "Sofia Hernandez", }, ]} diff --git a/src/app/join/page.tsx b/src/app/join/page.tsx index 6783f19..970bccd 100644 --- a/src/app/join/page.tsx +++ b/src/app/join/page.tsx @@ -80,7 +80,7 @@ export default function JoinPage() { "Our coaches are certified professionals with international experience, dedicated to developing each player's potential.", tags: ["Coaching", "Development"], imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-women-preparing-push-ups_23-2148355378.jpg", + "http://img.b2bpic.net/free-photo/beautiful-women-preparing-push-ups_23-2148355378.jpg?_wi=2", imageAlt: "Professional football coach training young players", }, { @@ -91,7 +91,7 @@ export default function JoinPage() { "Train on premium fields with modern equipment designed to enhance performance and ensure player safety.", tags: ["Facilities", "Safety"], imageSrc: - "http://img.b2bpic.net/free-photo/sporty-girl-scores-goal-into-goal-football-concept-girl-football-field_169016-68081.jpg", + "http://img.b2bpic.net/free-photo/sporty-girl-scores-goal-into-goal-football-concept-girl-football-field_169016-68081.jpg?_wi=2", imageAlt: "Professional soccer training facility field", }, { @@ -102,7 +102,7 @@ export default function JoinPage() { "Join a vibrant community of passionate football enthusiasts through tournaments, socials, and team-building events.", tags: ["Community", "Events"], imageSrc: - "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg", + "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg?_wi=4", imageAlt: "Football community tournament celebration crowd", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a088e29..ec5aec6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,52 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Source_Sans_3 } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Source_Sans_3 } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const sourceSans3 = Source_Sans_3({ variable: "--font-source-sans-3", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Elite Football Club - Professional Soccer Training & Community", + description: "Join Elite Football Club for professional football training, youth development, and community events. Featuring state-of-the-art facilities and expert coaching for all ages.", + keywords: "football club, soccer training, youth academy, football coaching, professional sports", + openGraph: { + title: "Elite Football Club - Professional Soccer Training & Community", + description: "Join Elite Football Club for professional football training, youth development, and community events. Featuring state-of-the-art facilities and expert coaching.", + type: "website", + siteName: "Elite Football Club", + images: [ + { + url: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg", + alt: "Elite Football Club Stadium", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Elite Football Club - Professional Soccer Training & Community", + description: "Join Elite Football Club for professional football training, youth development, and community events.", + images: ["http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16808.jpg"], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +55,9 @@ export default function RootLayout({ return ( - + {children}