File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export default function CustomApp({
106
106
</ Link >
107
107
< Component { ...pageProps } />
108
108
{ /* <LiveStreamNotifier /> */ }
109
- < WebinarNotifier />
109
+ { /* <WebinarNotifier />*/ }
110
110
111
111
{ /* Global Site Tag (gtag.js) - Google Analytics */ }
112
112
< Script
Original file line number Diff line number Diff line change @@ -33,24 +33,24 @@ export function Hero(): ReactElement {
33
33
</ svg >
34
34
< div className = "mx-auto max-w-7xl px-6 pb-24 pt-32 lg:flex lg:px-8 lg:pt-56" >
35
35
< div className = "mx-auto max-w-2xl lg:mx-0 lg:-mt-12 lg:shrink-0" >
36
- < p >
37
- < a
38
- href = "https://bit.ly/40t8IMN"
39
- title = "See live event in details"
40
- className = "group/event-link inline-flex space-x-6"
41
- >
42
- < span className = "rounded-full bg-blue-600/10 px-3 py-1 text-sm/6 font-semibold text-blue-600 ring-1 ring-inset ring-blue-600/10 dark:bg-cyan-600/10 dark:text-cyan-600 dark:ring-cyan-600/10" >
43
- Live event
44
- </ span >
45
- < span className = "inline-flex items-center space-x-2 text-sm/6 font-medium" >
46
- < span > Webinar + live Q& A on January 22n d </ span >
47
- < ChevronRightIcon
48
- aria-hidden = "true"
49
- className = "size-5 transform transition-all group-hover/event-link:translate-x-1"
50
- />
51
- </ span >
52
- </ a >
53
- </ p >
36
+ { /* <p>*/ }
37
+ { /* <a*/ }
38
+ { /* href="https://bit.ly/40t8IMN"*/ }
39
+ { /* title="See live event in details"*/ }
40
+ { /* className="group/event-link inline-flex space-x-6"*/ }
41
+ { /* >*/ }
42
+ { /* <span className="rounded-full bg-blue-600/10 px-3 py-1 text-sm/6 font-semibold text-blue-600 ring-1 ring-inset ring-blue-600/10 dark:bg-cyan-600/10 dark:text-cyan-600 dark:ring-cyan-600/10">*/ }
43
+ { /* Live event*/ }
44
+ { /* </span>*/ }
45
+ { /* <span className="inline-flex items-center space-x-2 text-sm/6 font-medium">*/ }
46
+ { /* <span>Webinar + live Q&A on January 22nd</span>*/ }
47
+ { /* <ChevronRightIcon*/ }
48
+ { /* aria-hidden="true"*/ }
49
+ { /* className="size-5 transform transition-all group-hover/event-link:translate-x-1"*/ }
50
+ { /* />*/ }
51
+ { /* </span>*/ }
52
+ { /* </a>*/ }
53
+ { /* </p>*/ }
54
54
< SectionHeading
55
55
id = "get-speed-and-scale"
56
56
as = "h1"
You can’t perform that action at this time.
0 commit comments