Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azbl/665 Make Before and After Text on Image Actual Text #906

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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">
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.
Loading