-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
191 additions
and
17 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,157 @@ | ||
"use client"; | ||
import { Swiper, SwiperSlide } from "swiper/react"; | ||
import "swiper/css"; | ||
import "swiper/css/navigation"; | ||
|
||
export default function Practice() { | ||
return ( | ||
<div className="bg-black text-white"> | ||
<div className="container mx-auto -mt-20 pt-20 md:-mt-16 md:pt-16"> | ||
<header className="min-h-40 flex flex-col justify-around"> | ||
<p className="text-2xl">What we do</p> | ||
<p className="text-3xl"> | ||
Tianii is Social Al's most comprehensive systemintegrating advanced | ||
knowledge of China society. | ||
</p> | ||
</header> | ||
<div className="mt-8 mb-8"> | ||
<img src="/images/banner1.jpg" className="h-full w-full" alt="" /> | ||
</div> | ||
<div className="border-t pb-20"> | ||
<div className="flex justify-between pt-4 pb-4"> | ||
<p className="text-3xl">Prompt</p> | ||
<p className="text-lg underline underline-offset-8 underline-thickness-1"> | ||
View all updates | ||
</p> | ||
</div> | ||
<div className="grid grid-cols-4 gap-4"> | ||
<div> | ||
<img src="/images/prompt1.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
<div> | ||
<img src="/images/prompt2.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
<div> | ||
<img src="/images/prompt3.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
<div> | ||
<img src="/images/prompt4.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div className="border-t pb-20"> | ||
<div className="flex justify-between pt-4 pb-4"> | ||
<p className="text-3xl">Agent</p> | ||
<p className="text-lg underline underline-offset-8 underline-thickness-1"> | ||
View all updates | ||
</p> | ||
</div> | ||
<div className="grid grid-cols-4 gap-4"> | ||
<div> | ||
<img src="/images/prompt1.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
<div> | ||
<img src="/images/prompt2.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
<div> | ||
<img src="/images/prompt3.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
<div> | ||
<img src="/images/prompt4.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div className="border-t pb-20"> | ||
<div className="flex justify-between pt-4 pb-4"> | ||
<p className="text-3xl">zhishiku</p> | ||
<p className="text-lg underline underline-offset-8 underline-thickness-1"> | ||
View all updates | ||
</p> | ||
</div> | ||
<div className="grid grid-cols-4 gap-4"> | ||
<div> | ||
<img src="/images/prompt1.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
<div> | ||
<img src="/images/prompt2.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
<div> | ||
<img src="/images/prompt3.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
<div> | ||
<img src="/images/prompt4.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div className="border-t pb-20"> | ||
<div className="flex justify-between pt-4 pb-4"> | ||
<p className="text-3xl">AIgame</p> | ||
<p className="text-lg underline underline-offset-8 underline-thickness-1"> | ||
View all updates | ||
</p> | ||
</div> | ||
<div className="grid grid-cols-4 gap-4"> | ||
<div> | ||
<img src="/images/prompt1.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
<div> | ||
<img src="/images/prompt2.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
<div> | ||
<img src="/images/prompt3.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
<div> | ||
<img src="/images/prompt4.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div className="border-t pb-20"> | ||
<div className="flex justify-between pt-4 pb-4"> | ||
<p className="text-3xl">Finetune</p> | ||
<p className="text-lg underline underline-offset-8 underline-thickness-1"> | ||
View all updates | ||
</p> | ||
</div> | ||
<div className="grid grid-cols-4 gap-4"> | ||
<div> | ||
<img src="/images/prompt1.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
<div> | ||
<img src="/images/prompt2.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
<div> | ||
<img src="/images/prompt3.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
<div> | ||
<img src="/images/prompt4.jpg" className="w-full" alt="" /> | ||
<p className="text-base pt-2">此礼非礼,直击人心</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters