File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed
packages/glenstack.com/src/components/landing Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -190,9 +190,28 @@ export const Footer: FC<{ noCTA?: boolean }> = ({ noCTA = false }) => {
190
190
</ div >
191
191
</ div >
192
192
< div className = "mt-12 border-t border-gray-200 pt-8" >
193
- < p className = "text-base text-gray-400 xl:text-center" >
194
- © 2021 Glenstack Ltd. All rights reserved.
195
- </ p >
193
+ < div className = "w-full text-sm font-light text-gray-400 lg:flex lg:justify-between lg:items-center" >
194
+ < span className = "block mb-2 lg:w-1/3 lg:my-0" >
195
+ ©2021 Glenstack Ltd. Made worldwide.
196
+ </ span > { " " }
197
+ < ul className = "lg:w-1/3 lg:text-center" >
198
+ < li className = "inline-block mb-0 mr-4 last:mr-0" >
199
+ { /* <a href="/privacy/">Privacy Policy</a>{" "} */ }
200
+ </ li >
201
+ < li className = "inline-block mb-0 mr-4 last:mr-0" >
202
+ { /* <a href="/terms/">Terms of Service</a>{" "} */ }
203
+ </ li >
204
+ </ ul > { " " }
205
+ < div className = "mt-6 lg:my-0 lg:w-1/3 lg:text-right" >
206
+ < a
207
+ href = "https://status.glenstack.com"
208
+ className = "inline-block lg:ml-auto"
209
+ >
210
+ < span className = "inline-block w-2 h-2 mr-1 rounded-full bg-green-500" > </ span > { " " }
211
+ < span > All Systems Operational</ span >
212
+ </ a >
213
+ </ div >
214
+ </ div >
196
215
</ div >
197
216
</ div >
198
217
</ footer >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const FooterCTA: FC = () => {
5
5
return (
6
6
< div className = "bg-indigo-900" >
7
7
< div className = "max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between" >
8
- < h2 className = "text-3xl font-extrabold tracking-tight text-white sm:text-4xl " >
8
+ < h2 className = "text-xl font-extrabold tracking-tight text-white sm:text-2xl " >
9
9
< span > Launching Summer, 2021.</ span >
10
10
</ h2 >
11
11
< div className = "mt-8 flex lg:mt-0 lg:flex-shrink-0" >
You can’t perform that action at this time.
0 commit comments