Skip to content

Commit

Permalink
refactor: rename hero section wave vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 19, 2024
1 parent 30e8e54 commit 86bf518
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 18 deletions.
5 changes: 2 additions & 3 deletions src/app/components/HeroSection.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
"use client";

import Image from "next/image";
import imageVectorOrangeDesktop from "@/assets/images/home/hero-section-vector-orange-desktop.svg";
import imageVectorGreenDesktop from "@/assets/images/home/hero-section-vector-green-desktop.svg";
import imageVectorOrangeMobile from "@/assets/images/home/hero-section-vector-orange-mobile.svg";
import imageVectorOrange from "@/assets/images/home/hero-section-vector-orange.svg";
import imageVectorGreen from "@/assets/images/home/hero-section-vector-green.svg";
import imageSpeakerDesktop from "@/assets/images/home/hero-section-speaker-desktop.png";
import imageSpeakerOneMobile from "@/assets/images/home/hero-section-speaker-1-mobile.png";
import imageSpeakerTwoMobile from "@/assets/images/home/hero-section-speaker-2-mobile.png";
Expand Down
Binary file not shown.
15 changes: 0 additions & 15 deletions src/assets/images/home/hero-section-vector-orange-mobile.svg

This file was deleted.

0 comments on commit 86bf518

Please sign in to comment.