landing page of the main page and adaptive

This commit is contained in:
2024-05-03 03:59:48 +03:00
parent 94136c97e6
commit 1c6ef0f72c
7 changed files with 410 additions and 78 deletions

View File

@ -9,8 +9,8 @@ import Ellipse from "assets/images/EllipseIntro.svg";
import backgroundOpp from "assets/images/backgroundOpportunity.png";
import cat from "assets/images/cat.png";
import clue from "assets/images/clue.png";
import code1 from "assets/images/landingBackgroundCode1.png";
import code from "assets/images/landingBackgroundCode.png";
import codeWhite from "assets/images/landingBackgroundCodeWhite.png";
import reviewsImgMok from "assets/images/reviewsImgMok.png";
import flag from "assets/images/stackProjectsFlag.png";
import fly from "assets/images/stackProjectsFly.png";
@ -325,12 +325,12 @@ export const Stack = () => {
</div>
<img
className="reviews__code reviews__code--first"
src={code1}
src={codeWhite}
alt="code"
/>
<img
className="reviews__code reviews__code--second"
src={code1}
src={codeWhite}
alt="code"
/>
</div>