Skip to content

Commit

Permalink
add: Screenshot 3 Added
Browse files Browse the repository at this point in the history
  • Loading branch information
shamim29 committed Jun 11, 2024
1 parent 92b434b commit b62da7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/app/components/silentscream2page/SS2Screenshots.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ import Image from "next/image";
import { Fragment, useState } from "react";
import Screenshot1 from "/public/assets/ss2-game-page/ss2-screenshots/ss2-ss-01.png";
import Screenshot2 from "/public/assets/ss2-game-page/ss2-screenshots/ss2-ss-02.png";
import Screenshot3 from "/public/assets/ss2-game-page/ss2-screenshots/ss2-ss-03.png";
import SS2GameSSModal from "./SS2GameSSModal";

const screenshots = [
{ src: Screenshot1, alt: "Silent Scream 2 Screenshot 1" },
{ src: Screenshot2, alt: "Silent Scream 2 Screenshot 2" },
{ src: Screenshot1, alt: "Silent Scream 2 Screenshot 3" },
{ src: Screenshot3, alt: "Silent Scream 2 Screenshot 3" },
{ src: Screenshot1, alt: "Silent Scream 2 Screenshot 4" },
{ src: Screenshot1, alt: "Silent Scream 2 Screenshot 5" },
{ src: Screenshot1, alt: "Silent Scream 2 Screenshot 6" },
Expand Down

0 comments on commit b62da7c

Please sign in to comment.