@@ -16,21 +16,21 @@ defineProps<{
16
16
</script >
17
17
18
18
<template >
19
- <div className =" top-section" >
19
+ <div class =" top-section" >
20
20
<Hero />
21
21
<!-- <h3>Battle-tested by cutting-edge teams</h3>
22
22
<WCUsedBy />-->
23
23
<!-- <TestimonialCardList /> -->
24
24
</div >
25
25
26
- <div className =" section" >
26
+ <div class =" section" >
27
27
<!-- <img src="/img/features/elements-01-nodeLIGHT-02-DARK.png" /> -->
28
28
<h2 >At a glance:</h2 >
29
29
<!-- <p>More text</p> -->
30
30
<FeaturesCardList />
31
31
</div >
32
32
33
- <div className =" section love" >
33
+ <div class =" section love" >
34
34
<div class =" icon" data-v-6f4cd6f0 =" " >
35
35
<svg
36
36
xmlns =" http://www.w3.org/2000/svg"
@@ -67,17 +67,17 @@ defineProps<{
67
67
>
68
68
</div >
69
69
70
- <!-- <div className ="final-section"> -->
71
- <div className =" section" >
72
- <div className =" features-small" >
73
- <div className =" feature" >
70
+ <!-- <div class ="final-section"> -->
71
+ <div class =" section" >
72
+ <div class =" features-small" >
73
+ <div class =" feature" >
74
74
<h2 >Programmable</h2 >
75
75
<p >
76
76
BlockNote exposes an extensive API so you can integrate BlockNote into
77
77
your app and add functionality to the editor.
78
78
</p >
79
79
</div >
80
- <div className =" feature" >
80
+ <div class =" feature" >
81
81
<h2 >Proven tech</h2 >
82
82
<p >
83
83
BlockNote builds on top of Prosemirror and TipTap (two awesome open
@@ -86,7 +86,7 @@ defineProps<{
86
86
power their text-editing products.
87
87
</p >
88
88
</div >
89
- <div className =" feature" >
89
+ <div class =" feature" >
90
90
<h2 >React components</h2 >
91
91
<p >
92
92
BlockNote is built for React and exposes easy-to-use components.
@@ -98,7 +98,7 @@ defineProps<{
98
98
</div >
99
99
<!-- </div> -->
100
100
101
- <!-- <div className ="section">
101
+ <!-- <div class ="section">
102
102
<h2>
103
103
Epic
104
104
<strong>Headline</strong>
0 commit comments