From 45e8499f0d02d768e8597b7a0f180c8b7a307af8 Mon Sep 17 00:00:00 2001 From: michelleyeoh <74385095+michelleyeoh@users.noreply.github.com> Date: Sun, 9 Feb 2025 14:35:20 -0800 Subject: [PATCH] changed import image (#54) * changed import image * added missing assets --------- Co-authored-by: Anjali Jay Jain <116294517+JayJ104@users.noreply.github.com> --- .../about-us/_components/Values/Values.tsx | 24 +++++------------ public/aboutUs/Values/bunny_tada.svg | 14 ++++++++++ public/aboutUs/Values/cow_tada.svg | 27 +++++++++++++++++++ public/aboutUs/Values/froggy_tada.svg | 14 ++++++++++ 4 files changed, 61 insertions(+), 18 deletions(-) create mode 100644 public/aboutUs/Values/bunny_tada.svg create mode 100644 public/aboutUs/Values/cow_tada.svg create mode 100644 public/aboutUs/Values/froggy_tada.svg diff --git a/app/(pages)/about-us/_components/Values/Values.tsx b/app/(pages)/about-us/_components/Values/Values.tsx index 80e19e7..cb5f798 100644 --- a/app/(pages)/about-us/_components/Values/Values.tsx +++ b/app/(pages)/about-us/_components/Values/Values.tsx @@ -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 ( @@ -14,12 +17,7 @@ export default function Values() { grow in an inclusive environment.

- cow_tada + cow tada
@@ -29,12 +27,7 @@ export default function Values() { experience and an opportunity to explore a new discipline.

- cow_tada + froggy tada
@@ -44,12 +37,7 @@ export default function Values() { benefit local and global communities.

- cow_tada + bunny tada
diff --git a/public/aboutUs/Values/bunny_tada.svg b/public/aboutUs/Values/bunny_tada.svg new file mode 100644 index 0000000..011bcd0 --- /dev/null +++ b/public/aboutUs/Values/bunny_tada.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/public/aboutUs/Values/cow_tada.svg b/public/aboutUs/Values/cow_tada.svg new file mode 100644 index 0000000..c654d2a --- /dev/null +++ b/public/aboutUs/Values/cow_tada.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/aboutUs/Values/froggy_tada.svg b/public/aboutUs/Values/froggy_tada.svg new file mode 100644 index 0000000..9da2463 --- /dev/null +++ b/public/aboutUs/Values/froggy_tada.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +