Skip to content

Commit

Permalink
image first
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbristow committed Nov 26, 2024
1 parent a284cf2 commit fb8f6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const DibbsSection = memo(function DibbsSection() {
<ImageCard
imageUrl={`${basePath}/images/homepage-1.jpeg`}
imageAlt="Data Integration Building Blocks illustration"
imageFirst={false}
imageFirst={true}
imageStyle={{
transform: 'scale(1.4) translate(-8%, 3%)',
}}
Expand Down

0 comments on commit fb8f6e7

Please sign in to comment.