You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -109,19 +110,19 @@ export default async function Home() {
109
110
constnonCollapsibleTableContent=[
110
111
{
111
112
text: 'Terms Of Service',
112
-
href: '#example',
113
+
href: '#example-1',
113
114
},
114
115
{
115
116
text: 'Terms Of Service (“Terms”)',
116
-
href: '#example',
117
+
href: '#example-2',
117
118
},
118
119
{
119
120
text: 'What information do we collect?',
120
-
href: '#example',
121
+
href: '#example-3',
121
122
subItems: [
122
123
{
123
124
text: 'Information automatically collected',
124
-
href: '#example',
125
+
href: '#example-5',
125
126
},
126
127
],
127
128
},
@@ -134,7 +135,7 @@ export default async function Home() {
134
135
title: 'Android',
135
136
text: 'Android integration for apps and mobile browsers, including automated setup, per-app interception, and system-level certificate injection for complete visibility into emulators and rooted devices.',
136
137
link: {
137
-
href: '/example',
138
+
href: '/example-1',
138
139
target: '_blank',
139
140
},
140
141
},
@@ -143,7 +144,7 @@ export default async function Home() {
143
144
title: 'Javascript',
144
145
text: 'Android integration for apps and mobile browsers, including automated setup, per-app interception, and system-level certificate injection for complete visibility into emulators and rooted devices.',
145
146
link: {
146
-
href: '/example',
147
+
href: '/example-2',
147
148
target: '_blank',
148
149
},
149
150
},
@@ -155,28 +156,28 @@ export default async function Home() {
155
156
subitems: [
156
157
{
157
158
text: 'Standard checkout',
158
-
href: '#example',
159
+
href: '#example-1',
159
160
},
160
161
{
161
162
text: 'Internet transfer',
162
-
href: '#example',
163
+
href: '#example-2',
163
164
},
164
165
],
165
166
},
166
167
{
167
168
text: 'How to pay?',
168
-
href: '#example',
169
+
href: '#example-3',
169
170
},
170
171
{
171
172
text: 'Troubles with payment',
172
173
subitems: [
173
174
{
174
175
text: 'How to find your money',
175
-
href: '#example',
176
+
href: '#example-4',
176
177
},
177
178
{
178
179
text: 'My money has gone',
179
-
href: '#example',
180
+
href: '#example-5',
180
181
},
181
182
],
182
183
},
@@ -595,6 +596,21 @@ export default async function Home() {
<Statisticstitle="Why `*HTTP Toolkit*`?"text="Numbers that speak for themselves:"/>
599
+
<IntegrationCTA
600
+
$variant="hero"
601
+
title="Automatic setup and powerful integration for all your tools"
602
+
text="With deep integrations into a huge range of popular components & tools, HTTP Toolkit lets you intercept mobile apps, whole devices, bash scripts, entire Docker containers and more, so you can see & modify anything in just one click."
603
+
/>
604
+
<IntegrationCTA
605
+
$variant="cta"
606
+
title="Integrations"
607
+
text="Explore a vast array of integrations and applications designed to streamline your work, consolidate information, and enhance collaboration effortlessly. "
608
+
button={{
609
+
$small: true,
610
+
$variant: 'secondary',
611
+
children: 'See all integrations',
612
+
}}
613
+
/>
598
614
<IntegrationTextImage
599
615
title="HTTP Toolkit is a beautiful & open-source toolfor debugging, testing and building with HTTP(S)on Windows, Linux & Mac."
0 commit comments