From 38de01297093374767f6c312dcc3af38709d2c7b Mon Sep 17 00:00:00 2001
From: Sadie <19538219+sadiejay@users.noreply.github.com>
Date: Tue, 17 Oct 2023 09:20:34 -0500
Subject: [PATCH] Adds cta without button
---
pages/summit.md | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/pages/summit.md b/pages/summit.md
index 027d54d5a..cc48c36fe 100644
--- a/pages/summit.md
+++ b/pages/summit.md
@@ -20,14 +20,12 @@ cta-one:
text: |-
Join us virtually to view new digital products and many more innovations from the TOP community.
More information is coming soon.
-
-
class: text-normal cta-one padding-x-5 tablet:padding-x-9
- primary:
+ custom:
text: RSVP to Attend
href: /topx-toolkit/phase-1
isExternal: true
- class: secondary
+ class: display-none
video-one:
class: highlight-video-section tablet:width-full
@@ -177,8 +175,8 @@ video-eight:
---
{% include hero.html %}
-
+{% assign section = page.cta-one %}
+{% include home/cta.html data=section %}