Skip to content

Commit

Permalink
fix: roll back items properties
Browse files Browse the repository at this point in the history
  • Loading branch information
julrich committed Jan 26, 2024
1 parent ed29a59 commit e620281
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,
}}
items={[
feature={[
{
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"
items={[
logo={[
{
alt: "Logo 1",
src: "/static/img/logos/logoipsum-212.svg",
Expand Down Expand Up @@ -237,7 +237,7 @@ We value efficiency without compromising quality. Our secret weapon? **kickstart
}}
>
<Testimonials
items={[
testimonial={[
{
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,
}}
items={[
feature={[
{
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
items={[
testimonial={[
{
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
items={[
testimonial={[
{
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
items={[
testimonial={[
{
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"
items={[
logo={[
{
alt: "Logo 1",
src: "/static/img/logos/logoipsum-212.svg",
Expand Down

0 comments on commit e620281

Please sign in to comment.