Skip to content

Commit

Permalink
Merge pull request #906 from AZBL/AZBL/665-make-before-and-after-text…
Browse files Browse the repository at this point in the history
…-on-image-actual-text

Azbl/665 Make Before and After Text on Image Actual Text
  • Loading branch information
CodeWritingCow authored Sep 25, 2024
2 parents 66b8ceb + 1b8dfdc commit b8e0886
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,18 @@ export default function TransformPropertyPage() {
improve the quality of life in the neighborhood.
</p>

<div className="grid grid-cols-1 md:grid-cols-1 gap-6 md:gap-10">
<div className="grid grid-cols-1 md:grid-cols-1 ">
<Image
src={beforeAfter}
alt={
'A Philadelphia lot before a clean up and the same lot, filled with trees and greenery after a clean up.'
}
alt=""
placeholder="blur"
className="w-full overflow-hidden rounded-[20px] aspect-video md:aspect-auto object-cover object-center"
aria-labelledby="caption-before-after-image"
/>
<p id="caption-before-after-image" className="text-md text-center">

Check warning on line 41 in src/app/(content-pages)/transform-property/TransformPropertyPage.tsx

View workflow job for this annotation

GitHub Actions / lint

Use `heading-*` or `body-*` classes instead of specific `text-` size classes
A Philadelphia lot before a clean up and the same lot, filled with
trees and greenery after a clean up.
</p>
</div>

<h2 className="heading-2xl font-bold mt-8 mb-6">Basic Interventions</h2>
Expand Down
Binary file modified src/images/beforeAfter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8e0886

Please sign in to comment.