Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: Old screenshots on page are replaced by new once
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar342 committed Dec 2, 2023
1 parent 56ca28a commit cce6952
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function Home({
description:
"Let people easily discover you and your links to your social accounts and content. Find out how many times your Profile has been viewed and your links clicked.",
imageSrc:
"https://user-images.githubusercontent.com/624760/217969141-08ba9803-6bd5-4f6e-89ab-03e04124c3c2.png",
"https://user-images.githubusercontent.com/70514712/287446257-c893fa30-742d-4dd1-8cb1-3c0fd6ffd6c2.png",
imageAlt:
PROJECT_NAME +
" screenshot of the bio and social links in example profile",
Expand All @@ -77,15 +77,15 @@ export default function Home({
description:
"Make your Profile discoverable with tags that describe you.",
imageSrc:
"https://user-images.githubusercontent.com/84538727/215545233-86355c96-21d7-48f9-a641-6f0884f8098d.png",
"https://user-images.githubusercontent.com/70514712/286847648-901fa975-1f72-4a6d-8f4c-838b59371336.png",
imageAlt: PROJECT_NAME + " screenshot of the tags in example profile",
},
{
name: "Search by Tags",
description:
"Search Profiles not just by name but also by tags. This is a great way to connect with people and grow your network.",
imageSrc:
"https://user-images.githubusercontent.com/83087385/234587034-baaf983f-1a91-4d2c-b28c-e9f4c9bb9509.png",
"https://user-images.githubusercontent.com/73095526/285527203-ffe8b30a-c4e8-4f49-aaca-f63e0097e65d.png",
imageAlt:
PROJECT_NAME +
" screenshot of search page using tags for searching profiles.",
Expand Down

0 comments on commit cce6952

Please sign in to comment.