Skip to content

Commit 8a494ee

Browse files
committed
subheadline
1 parent f76a4ed commit 8a494ee

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

website/src/components/templates/promotionLive.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ const baseCode = `<div
1111
Setting up tracking easily
1212
</h2>
1313
<p class="py-6">
14-
Provident cupiditate voluptatem et in.
15-
</p>
14+
Click a button to trigger more events. </p>
1615
<button class="dui-btn dui-btn-primary">
1716
Get Started
1817
</button>
@@ -109,8 +108,7 @@ export const PromotionReady: React.FC = () => {
109108
Setting up tracking easily
110109
</h2>
111110
<p class="py-6">
112-
Provident cupiditate voluptatem et in.
113-
</p>
111+
Click a button to trigger more events. </p>
114112
<button data-elbaction="click:start" class="dui-btn dui-btn-primary">
115113
Get Started
116114
</button>

website/src/pages/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ export default function Home() {
1616
description="Open-source event data collection platform"
1717
>
1818
<Hero />
19-
<PromotionReady />
20-
<PromotionLive />
2119
<main>
2220
<Features />
2321
<PromotionLive />

0 commit comments

Comments
 (0)