Skip to content

Commit

Permalink
feat(arrays): update properties
Browse files Browse the repository at this point in the history
  • Loading branch information
fleven-kds committed Jan 22, 2024
1 parent 7d590f0 commit a3cd22b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default (props) => (
style: "intext",
toggle: true,
}}
features={[
items={[
{
cta: {
label: "Read more",
Expand Down Expand Up @@ -128,7 +128,7 @@ export default (props) => (
<Logos
tagline="Orgs we've helped saving time & money"
align="center"
logos={[
items={[
{
alt: "Logo 1",
src: "/static/img/logos/logoipsum-212.svg",
Expand Down Expand Up @@ -236,7 +236,7 @@ We value efficiency without compromising quality. Our secret weapon? **kickstart
}}
>
<Testimonials
testimonials={[
items={[
{
image: {
src: "/static/img/people/author-emily.png",
Expand Down
2 changes: 1 addition & 1 deletion src/services.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default (props) => (
style: "link",
toggle: true,
}}
features={[
items={[
{
cta: {
label: "Read more",
Expand Down
2 changes: 1 addition & 1 deletion src/showcase-eco.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ We collaborated closely with EcoTech's brand team to set up a Design System that
`}
/>
<Testimonials
testimonials={[
items={[
{
image: {
src: "/static/img/people/author-emily.png",
Expand Down
2 changes: 1 addition & 1 deletion src/showcase-launchpad.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ We set up a content-driven Design System and a Sanity-powered website and landin
</Section>
<Section spaceBefore="small">
<Testimonials
testimonials={[
items={[
{
image: {
src: "/static/img/people/author-alex.png",
Expand Down
2 changes: 1 addition & 1 deletion src/showcase-techfusion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ We partnered with TechFusion to develop a tailored Design System using **kicksta
</Section>
<Section width="wide" spaceBefore="small" style="accentTransition">
<Testimonials
testimonials={[
items={[
{
image: {
src: "/static/img/people/author-john.png",
Expand Down
2 changes: 1 addition & 1 deletion src/showcases.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Welcome to our showcase of success stories. Here, you'll discover how we've part
>
<Logos
align="center"
logos={[
items={[
{
alt: "Logo 1",
src: "/static/img/logos/logoipsum-212.svg",
Expand Down

0 comments on commit a3cd22b

Please sign in to comment.