Skip to content

Commit

Permalink
feat(various): minor content adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
fleven-kds committed Dec 4, 2023
1 parent 0c6bfe9 commit 726f9b7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/about-us_paid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Our journey is one of innovation, collaboration, and a relentless pursuit of exc
backgroundColor="accent"
style="symmetricGlow"
>
<Slider type="carousel" perView={2} gap={40} nav>
<Slider type="carousel" perView={2} gap={40} arrows nav>
<Image
alt="An artificial view inside our cool Agency"
src="/static/img/aboutus/01.jpg"
Expand Down
9 changes: 6 additions & 3 deletions src/disclaimer_paid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export default (props) => (
<Section
width="default"
style="symmetricGlow"
spaceBefore="small"
spaceAfter="small"
content={{
mode: "list",
align: "center",
Expand Down Expand Up @@ -73,19 +75,20 @@ export default (props) => (
headline={{
text: "Open Source vs. Premium Experience",
large: true,
width: "narrow",
}}
>
<ImageStory
layout="imageLeft"
text={`
## The two showcases in this demo represent the range of possibilities with kickstartDS
### The two showcases in this demo represent the range of possibilities with kickstartDS
###Premium Experience Demo
#### Premium Experience Demo
You're currently navigating the Premium Experience Demo, enriched by the integration of the [**paid** kickstartDS content component module](https://www.kickstartds.com/content-module/). This premium feature enhances your user experience, demonstrating the potential of a small investment.
It showcases how a modest monthly investment - akin to the cost of a developer hour - can significantly elevate the look and feel of your website or content-driven application.
### Open Source Demo
#### Open Source Demo
The other demo, built entirely using our [**open-source** modules](https://www.kickstartds.com/modules/), demonstrates the robust capabilities you can leverage at no cost. It stands as a testament to the value that kickstartDS can deliver even with zero investment.`}
image={{
src: "/static/img/deco/disclaimer-deco.png",
Expand Down
7 changes: 6 additions & 1 deletion src/index_paid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,12 @@ We empower your digital teams with the knowledge and skills to manage and evolve
/>
</Section>

<Section style="anchorGlow" width="wide">
<Section
spaceBefore="none"
spaceAfter="none"
style="anchorGlow"
width="wide"
>
<CtaPaid
fullWidth
largeHeadline
Expand Down
1 change: 1 addition & 0 deletions src/showcases_paid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export default (props) => (
</Section>

<Section
spaceBefore="small"
spaceAfter="none"
backgroundColor="accent"
style="anchorGlow"
Expand Down

0 comments on commit 726f9b7

Please sign in to comment.