@@ -14,10 +14,10 @@ import onaWordmark from "../images/ona-wordmark.svg";
1414const  onaBanner  =  { 
1515    type : "Introducing" , 
1616    title : "ONA" , 
17-     subtitle : "The privacy-first software engineering agent ." , 
17+     subtitle : "Parallel SWE agents in the cloud, sandboxed or high-autonomy ." , 
1818    ctaText : "Get early access" , 
1919    learnMoreText : "Learn more" , 
20-     link : "https://www.gitpod.io/solutions/ai " , 
20+     link : "https://ona.com/stories/gitpod-classic-payg-sunset " , 
2121} ; 
2222
2323interface  OnaBannerProps  { 
@@ -92,28 +92,18 @@ export const OnaBanner: React.FC<OnaBannerProps> = ({ compact = false }) => {
9292                </ div > 
9393
9494                < p  className = "text-white text-base font-semibold leading-tight text-left" > 
95-                     The privacy-first software engineering agent 
95+                     Parallel SWE agents in the cloud, sandboxed or high-autonomy. 
9696                </ p > 
9797
98-                 { ! onaClicked  ? ( 
99-                     < button 
100-                         onClick = { handleOnaBannerClick } 
101-                         className = "bg-white/20 backdrop-blur-sm text-white font-medium py-1 px-3 rounded-full hover:bg-white/30 transition-colors border border-white/20 inline-flex items-center gap-2 text-sm w-fit" 
102-                     > 
103-                         { onaBanner . ctaText } 
104-                         < span  className = "font-bold" > →</ span > 
105-                     </ button > 
106-                 )  : ( 
107-                     < a 
108-                         href = { onaBanner . link } 
109-                         target = "_blank" 
110-                         rel = "noopener noreferrer" 
111-                         className = "bg-white/20 backdrop-blur-sm text-white font-medium py-1 px-3 rounded-full hover:bg-white/30 transition-colors border border-white/20 inline-flex items-center gap-2 text-sm w-fit" 
112-                     > 
113-                         { onaBanner . learnMoreText } 
114-                         < span  className = "font-bold" > →</ span > 
115-                     </ a > 
116-                 ) } 
98+                 < a 
99+                     href = { onaBanner . link } 
100+                     target = "_blank" 
101+                     rel = "noopener noreferrer" 
102+                     className = "bg-white/20 backdrop-blur-sm text-white font-medium py-1 px-3 rounded-full hover:bg-white/30 transition-colors border border-white/20 inline-flex items-center gap-2 text-sm w-fit" 
103+                 > 
104+                     { onaBanner . learnMoreText } 
105+                     < span  className = "font-bold" > →</ span > 
106+                 </ a > 
117107            </ div > 
118108        ) ; 
119109    } 
0 commit comments