@@ -34,13 +34,13 @@ const customers = [
3434 alt : "BBC" ,
3535 className : clsFullWhite ,
3636 } ,
37- {
38- src : "assets/images/external-logos/braze.png" ,
37+ {
38+ src : "assets/images/external-logos/braze.png" ,
3939 alt : "Braze" ,
4040 className : clsFullWhite ,
4141 } ,
42- {
43- src : "assets/images/external-logos/phresia.png" ,
42+ {
43+ src : "assets/images/external-logos/phresia.png" ,
4444 alt : "Phresia" ,
4545 className : clsFullWhite ,
4646 } ,
@@ -68,14 +68,17 @@ export default function SDKPage() {
6868 </div>
6969 </BadgeLink> */ }
7070 < h1 className = { cn ( styles . h1 ) } >
71- The embeddable drag-and-drop builder
71+ Embed an AI-powered visual editor in your app.
7272 </ h1 >
7373 < p className = { cn ( styles . p ) } >
74- Seamlessly integrate and create within your application.
74+ White-label, no-code editor that integrates seamlessly into your
75+ stack.
7576 < br />
76- Open-source, customizable, white-label, no-code, visual editor for:
77+ Build with AI, drag & drop , or code .
7778 < br />
78- < b > Emails</ b > , < b > Landing Pages</ b > , and < b > Webpages</ b >
79+ For < b className = "text-white" > Emails</ b > ,{ " " }
80+ < b className = "text-white" > Landing Pages</ b > , and{ " " }
81+ < b className = "text-white" > Webpages</ b > .
7982 </ p >
8083
8184 < div className = "flex flex-row gap-[16px] flex-wrap items-center justify-center pt-[50px] pb-[50px]" >
@@ -93,27 +96,27 @@ export default function SDKPage() {
9396 < Tabs
9497 tabs = { [
9598 {
96- id : "editorImage " ,
97- label : "HTML/Website Builder" ,
99+ id : "editorImage3 " ,
100+ label : "Newsletter Builder" ,
98101 content : (
99102 < WindowShell >
100103 < img
101104 className = "w-full"
102- src = "/assets/images/html_builder .webp"
103- alt = "GrapesJS Studio SDK Webpage Demo"
105+ src = "/assets/images/newsletter .webp"
106+ alt = "GrapesJS Studio SDK Email/Newsletter Demo"
104107 />
105108 </ WindowShell >
106109 ) ,
107110 } ,
108111 {
109- id : "editorImage3 " ,
110- label : "Newsletter Builder" ,
112+ id : "editorImage " ,
113+ label : "HTML/Website Builder" ,
111114 content : (
112115 < WindowShell >
113116 < img
114117 className = "w-full"
115- src = "/assets/images/newsletter .webp"
116- alt = "GrapesJS Studio SDK Email/Newsletter Demo"
118+ src = "/assets/images/html_builder .webp"
119+ alt = "GrapesJS Studio SDK Webpage Demo"
117120 />
118121 </ WindowShell >
119122 ) ,
@@ -323,7 +326,7 @@ export default function SDKPage() {
323326 < div className = "flex flex-col gap-[8px] p-[32px] flex-1" >
324327 < h4 className = { styles . h4 } > Responsive design</ h4 >
325328 < p className = { cn ( styles . p ) } >
326- All the tools you need to allow your uses to create content
329+ All the tools you need to allow your users to create content
327330 that looks great on any device.
328331 </ p >
329332 </ div >
@@ -437,9 +440,9 @@ export default function SDKPage() {
437440 </ div >
438441
439442 < h3 className = { cn ( styles . h1 ) } > Plans that fit your scale</ h3 >
440- < p className = { cn ( styles . p , "mb-10" ) } >
443+ { /* <p className={cn(styles.p, "mb-10")}>
441444 Simple, transparent pricing that grows with you.
442- </ p >
445+ </p> */ }
443446
444447 < Pricing />
445448 </ section >
@@ -478,7 +481,7 @@ export default function SDKPage() {
478481 alt = "Phreesia logo"
479482 />
480483 </ a >
481- < a
484+ { /* <a
482485 className={styles.sponsorLink}
483486 href="https://veepn.com/vpn-apps/download-vpn-for-pc/"
484487 >
@@ -488,7 +491,7 @@ export default function SDKPage() {
488491 src="/assets/images/logo_veepn.png"
489492 alt="Download the Best Windows VPN for PC"
490493 />
491- </ a >
494+ </a> */ }
492495 </ div >
493496 < div className = { styles . specialHeadingContainer } >
494497 < h2 className = { styles . h2 } id = "sponsors" >
0 commit comments