Skip to content

Commit

Permalink
changed import image (#54)
Browse files Browse the repository at this point in the history
* changed import image

* added missing assets

---------

Co-authored-by: Anjali Jay Jain <[email protected]>
  • Loading branch information
michelleyeoh and JayJ104 authored Feb 9, 2025
1 parent c5bb265 commit 45e8499
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 18 deletions.
24 changes: 6 additions & 18 deletions app/(pages)/about-us/_components/Values/Values.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import styles from './Values.module.scss';
import Image from 'next/image';
import CowTada from '/public/aboutUs/Values/cow_tada.svg';
import FroggyTada from '/public/aboutUs/Values/froggy_tada.svg';
import BunnyTada from '/public/aboutUs/Values/bunny_tada.svg';

export default function Values() {
return (
Expand All @@ -14,12 +17,7 @@ export default function Values() {
grow in an inclusive environment.
</p>
</div>
<Image
src="/aboutUs/Values/cow_tada.svg"
alt="cow_tada"
width={175}
height={10}
/>
<Image src={CowTada} alt="cow tada" />
</div>
<div className={styles.valuesBoxLearning}>
<div>
Expand All @@ -29,12 +27,7 @@ export default function Values() {
experience and an opportunity to explore a new discipline.
</p>
</div>
<Image
src="/aboutUs/Values/froggy_tada.svg"
alt="cow_tada"
width={175}
height={10}
/>
<Image src={FroggyTada} alt="froggy tada" />
</div>
<div className={styles.valuesBoxProjects}>
<div>
Expand All @@ -44,12 +37,7 @@ export default function Values() {
benefit local and global communities.
</p>
</div>
<Image
src="/aboutUs/Values/bunny_tada.svg"
alt="cow_tada"
width={175}
height={10}
/>
<Image src={BunnyTada} alt="bunny tada" />
</div>
</div>
</div>
Expand Down
14 changes: 14 additions & 0 deletions public/aboutUs/Values/bunny_tada.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions public/aboutUs/Values/cow_tada.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions public/aboutUs/Values/froggy_tada.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 45e8499

Please sign in to comment.