Skip to content

Commit

Permalink
remove '
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudLun committed Mar 22, 2024
1 parent c8ca728 commit a85ed61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/narrative/Ending.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Ending = ({clickHandler}:Props) => {
<div className="relative w-full h-full">
<img src="/imgs/narrative_six.png" alt="" className="w-full h-[100vh]" />
<div className="absolute left-8 bottom-[11rem] px-5 py-7 max-w-[50rem] bg-black bg-opacity-[.65] rounded-lg">
<p className="font-semibold text-heading">FloodGen uses AI to generate photorealistic images of potential flooding scenarios to raise awareness, bolster community preparedness, and support local government's resilience strategies.</p>
<p className="font-semibold text-heading">FloodGen uses AI to generate photorealistic images of potential flooding scenarios to raise awareness, bolster community preparedness, and support local governments resilience strategies.</p>
</div>
<button className='absolute left-8 bottom-[5rem] px-5 py-4 text-semibold text-[1.25rem] bg-[#306DDD] rounded-[40px] cursor-pointer' onClick={clickHandler}>Explore Floodgen</button>
<img src='/logos/fg_logo_white_sm.png' className='absolute right-6 bottom-4 z-30 w-8 h-8' />
Expand Down

0 comments on commit a85ed61

Please sign in to comment.