Update src/app/search/page.tsx

This commit is contained in:
2026-06-11 10:39:44 +00:00
parent 1f4fdca75e
commit 7681813f85

View File

@@ -74,7 +74,7 @@ export default function SearchPage() {
title="Search World Cup Data" title="Search World Cup Data"
description="Quickly find matches, teams, players, or tournaments with our powerful search tools." description="Quickly find matches, teams, players, or tournaments with our powerful search tools."
mediaItems={[ mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043781.jpg", imageAlt: "Football players on a field" }, { imageSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043781.jpg?_wi=3", imageAlt: "Football players on a field" },
]} ]}
/> />
</div> </div>