@@ -35,7 +35,34 @@ function HomepageHeader() {
3535 </ div >
3636 </ div >
3737
38- < div className = "my-6 text-center" >
38+ < div className = "mb-4 mt-8 flex justify-center" >
39+ < div className = "flex flex-col gap-2" >
40+ < Link
41+ // to="/docs/intro"
42+ to = "https://app-tianji.msgbyte.com/"
43+ className = "cursor-pointer rounded-full bg-blue-500 px-8 py-3 text-lg font-bold text-white hover:bg-blue-800 hover:text-white hover:no-underline"
44+ data-tianji-event = "homepage-getstart"
45+ >
46+ Get Start in Cloud
47+ </ Link >
48+
49+ { /* <Link
50+ to={'https://github.com/msgbyte/tianji'}
51+ className="flex cursor-pointer items-center gap-2 rounded-full bg-zinc-800 px-8 py-3 text-lg font-bold text-white hover:bg-zinc-600 hover:text-white hover:no-underline"
52+ data-tianji-event="homepage-star"
53+ >
54+ <LuGithub />
55+ <span>Deploy in Local</span>
56+ </Link> */ }
57+ </ div >
58+ </ div >
59+
60+ < div className = "text-center font-bold" > Or</ div >
61+
62+ < div className = "my-3 mt-2 text-center" >
63+ < div className = "mb-2 text-center text-sm opacity-60" >
64+ Deploy by your self with Docker Compose
65+ </ div >
3966 { /* <Link
4067 className="button button--primary button--lg"
4168 to="mailto:moonrailgun@gmail.com?subject=I want to apply for Tianji early access account&body=Here is my account: <Here place your username>"
@@ -75,31 +102,13 @@ function HomepageHeader() {
75102 ASAP.
76103 </ small >
77104 </ div >
78-
79- < div className = "mb-16 flex justify-center gap-4" >
80- < Link
81- to = "/docs/intro"
82- className = "cursor-pointer rounded-full bg-blue-500 px-8 py-3 text-lg font-bold text-white hover:bg-blue-800 hover:text-white hover:no-underline"
83- data-tianji-event = "homepage-getstart"
84- >
85- Get Start
86- </ Link >
87- < Link
88- to = { 'https://github.com/msgbyte/tianji' }
89- className = "flex cursor-pointer items-center gap-2 rounded-full bg-zinc-800 px-8 py-3 text-lg font-bold text-white hover:bg-zinc-600 hover:text-white hover:no-underline"
90- data-tianji-event = "homepage-star"
91- >
92- < LuGithub />
93- < span > Star</ span >
94- </ Link >
95- </ div >
96105 </ header >
97106 ) ;
98107}
99108
100109function HomepageMain ( ) {
101110 return (
102- < main className = "container pb-8" >
111+ < main className = "container overflow-hidden pb-8" >
103112 { /* <div className="mb-8 mt-4 flex flex-wrap justify-around gap-2">
104113 <div className="checked-item rounded border border-solid border-gray-300 px-4 py-2">
105114 ✔ No cookies
0 commit comments