From 5b7cac029bcbac6466939d2dfa3b18f5f8d40b60 Mon Sep 17 00:00:00 2001 From: goddonebianu Date: Wed, 8 Oct 2025 11:34:47 +0800 Subject: [PATCH] ... --- src/app/layout.tsx | 2 +- src/app/page.tsx | 45 ++++++++++++++++++++++++++------------------- 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4329c7e..8d6a370 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -34,7 +34,7 @@ function MyLink( } function Navbar() { return ( -
+
-
-
-

Learn Languages

-

Here is a very useful website to help you learn almost every language in the world, including artificial languages.

-
+
+
+

Learn Languages

+

Here is a very useful website to help you learn almost every language in the world, including constructed ones.

) @@ -29,7 +23,7 @@ function LinkArea( return ( + className={`h-32 md:h-64 flex justify-center items-center`}>

{name}

{description}

@@ -40,7 +34,7 @@ function LinkArea( function LinkGrid() { return ( -
+
- -
+function Fortune() { + return ( +

Stay hungry, stay foolish.

—— Steve Jobs
-
+ ); +} + +function Explore() { + return ( +
探索网站
- - ); + ); +} + +export default function Home() { + return ( + <> + + + + + ); }