Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
muhaj authored Jun 18, 2023
1 parent 379a954 commit 64c3673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function HomePage() {
<h3 className="mb-1 font-medium text-lg">Original QR code</h3>
<Image
alt="Original photo of a room with roomGPT.io"
src="/original-pic.jpg"
src="/original-pic.png"
className="w-full object-cover h-96 rounded-2xl"
width={400}
height={400}
Expand All @@ -54,7 +54,7 @@ export default function HomePage() {
alt="Generated photo of a QR code with aiin.io"
width={400}
height={400}
src="/generated-pic-2.jpg"
src="/generated-pic-2.png"
className="w-full object-cover h-96 rounded-2xl sm:mt-0 mt-2"
/>
</div>
Expand Down

1 comment on commit 64c3673

@vercel
Copy link

@vercel vercel bot commented on 64c3673 Jun 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

aiqrcode – ./

aiqrcode.vercel.app
aiqrcode-muhaj.vercel.app
aiqrcode-git-main-muhaj.vercel.app

Please sign in to comment.