Skip to content

Commit 20e7cb9

Browse files
committed
Updated archetype more
1 parent 387d1fd commit 20e7cb9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

archetypes/landing-page.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ This is a short description about a product highlighting key values, mission, or
1414

1515
## Featured Content
1616

17-
[//]: # "Maximum of three items available to display."
18-
[//]: # "Each item should be less than 10 words for a description."
19-
[//]: # "If more than three items are placed here, they are not displayed."
20-
[//]: # "If there is one item, it will take full width and be the only item in the row."
21-
[//]: # "If there is two item, one item will take half width and there will be two cards in a row."
22-
[//]: # "If there is three item, there will be two rows, where first row has two equal-sized cards, and second row will have a full width card. Can we inversed in order to feature content."
17+
[//]: # "Maximum of three cards available to display."
18+
[//]: # "Each card should be less than 10 words for a description."
19+
[//]: # "If more than three cards are placed here, they are not displayed."
20+
[//]: # "If there is one card, it will take full width and be the only card in the row."
21+
[//]: # "If there is two cards, one card will take half width and there will be two cards in a row."
22+
[//]: # "If there is three cards, there will be two rows, where first row has two equal-sized cards, and second row will have a full width card. Can we inversed in order to feature content."
2323
{{<card-layout>}}
24-
{{<card-section showAsCards="true">}}
24+
{{<card-section showAsCards="true" isFeaturedSection="true">}}
2525
{{<card title="<some-title>">}}
2626
some-description
2727
{{</card>}}
28-
{{<card title="<some-title>" titleUrl="<some-url>" icon="<some-icon>">}}
28+
{{<card title="<some-title>" titleUrl="<some-url>" icon="<some-lucide-icon>">}}
2929
some-description
3030
{{</card>}}
3131
{{</card-section>}}
3232
{{</card-layout>}}
3333

3434
## Other Content
3535

36-
[//]: # "Provide any sort of additional supporting content you may want customers to see as well (e.g. pictures, diagrams, changelogs, etc.)"
36+
[//]: # "Provide any sort of additional supporting content you may want customers to see as well (e.g. more cards, diagrams, changelogs, etc.)"

0 commit comments

Comments
 (0)