From cce6952c0d1c00b8bd95bce41146e6dc4c4b06e9 Mon Sep 17 00:00:00 2001 From: omkar342 Date: Sat, 2 Dec 2023 17:46:02 +0530 Subject: [PATCH] fix: Old screenshots on page are replaced by new once --- pages/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index.js b/pages/index.js index c029e10c7bd..95de556138b 100644 --- a/pages/index.js +++ b/pages/index.js @@ -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", @@ -77,7 +77,7 @@ 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", }, { @@ -85,7 +85,7 @@ export default function Home({ 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.",