mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
english about section
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
// noinspection HttpUrlsUsage,HtmlUnknownTarget
|
||||
|
||||
import Link from "next/link";
|
||||
import Image from "next/image";
|
||||
import Layout from "@/components/Layout";
|
||||
import bgImage from "@/public/images/map-bg.jpg";
|
||||
|
||||
export default function Home() {
|
||||
// noinspection HtmlUnknownTarget
|
||||
return (
|
||||
<Layout>
|
||||
<header className="grid h-[calc(100%-153px)] md:h-[calc(100%-173px)] place-items-center">
|
||||
|
||||
Reference in New Issue
Block a user