Skip to content

Commit

Permalink
modified formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Feb 5, 2024
1 parent 2666b7c commit 7f0b68c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions app/(landing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ export default function Page() {
<GenericSection title="FAQ" color="bg-gray-900">
<FAQ />
<Image
src="/landing/wand-cats-combined.png"
alt="bottom image"
layout="responsive"
object-fit= "cover"
style={{
width: '100%',
height: 'auto',
}}
width={500}
height={300}
/>
src="/landing/wand-cats-combined.png"
alt="bottom image"
layout="responsive"
object-fit="cover"
style={{
width: '100%',
height: 'auto',
}}
width={500}
height={300}
/>
</GenericSection>
</div>
</main>
Expand Down

0 comments on commit 7f0b68c

Please sign in to comment.