@@ -4,10 +4,8 @@ import JourneyCards from "~/components/JourneyCards/JourneyCards.astro"
44import BaseLayout from " ~/layouts/BaseLayout.astro"
55
66import * as CONFIG from " ../config"
7- import { Typography } from " @chainlink/blocks"
8- import CardsWrapper from " ~/components/Cards/CardsWrapper.astro"
9- import type { ICard } from " ~/components/Cards/types"
107import Demos from " ~/components/Demos.astro"
8+ import { Typography } from " @chainlink/blocks"
119
1210const formattedContentTitle = ` ${CONFIG .PAGE .titleFallback } | ${CONFIG .SITE .title } `
1311---
@@ -22,21 +20,24 @@ const formattedContentTitle = `${CONFIG.PAGE.titleFallback} | ${CONFIG.SITE.titl
2220 <ProductTabs />
2321 </div >
2422 </div >
25-
26- <Demos />
27-
28- <div class =" recommended" >
29- <h4 >Recommended reading</h4 >
30- <h2 >We think you'd love to explore</h2 >
31- <div >
32- <a href =" /getting-started/conceptual-overview" >General</a >
33- <a href =" /resources/link-token-contracts" >Link Token Contracts</a >
34- <a href =" /ccip/getting-started" >Getting Started with CCIP</a >
35- <a href =" /ccip/directory" >CCIP Directory</a >
36- <a href =" /data-feeds/price-feeds/addresses" >Data Feed Addresses</a >
37- <a href =" /data-feeds/smartdata/addresses" >SmartData Feed Addresses</a >
38- <a href =" /data-streams/getting-started-hardhat" >Getting Started with Data Streams</a >
39- <a href =" /data-streams/crypto-streams" >Data Streams Addresses</a >
23+ <div class =" wrapper" >
24+ <JourneyCards />
25+
26+ <Demos />
27+
28+ <div class =" recommended" >
29+ <h4 >Recommended reading</h4 >
30+ <h2 >We think you'd love to explore</h2 >
31+ <div >
32+ <a href =" /getting-started/conceptual-overview" >General</a >
33+ <a href =" /resources/link-token-contracts" >Link Token Contracts</a >
34+ <a href =" /ccip/getting-started" >Getting Started with CCIP</a >
35+ <a href =" /ccip/directory" >CCIP Directory</a >
36+ <a href =" /data-feeds/price-feeds/addresses" >Data Feed Addresses</a >
37+ <a href =" /data-feeds/smartdata/addresses" >SmartData Feed Addresses</a >
38+ <a href =" /data-streams/getting-started-hardhat" >Getting Started with Data Streams</a >
39+ <a href =" /data-streams/crypto-streams" >Data Streams Addresses</a >
40+ </div >
4041 </div >
4142 </div >
4243 </main >
@@ -141,15 +142,6 @@ const formattedContentTitle = `${CONFIG.PAGE.titleFallback} | ${CONFIG.SITE.titl
141142 background-color: var(--blue-100);
142143 }
143144
144- .section-title {
145- font-size: 32px;
146- margin-bottom: var(--space-10x);
147- }
148-
149- .section {
150- margin: 0 var(--space-6x);
151- }
152-
153145 .wrapper {
154146 display: flex;
155147 flex-direction: column;
0 commit comments