From 6b70fac4eb42288e6f4c73fc548319029ff2fbe8 Mon Sep 17 00:00:00 2001 From: Devdit Date: Tue, 21 May 2024 08:25:44 +0700 Subject: [PATCH] fix(frontend) : Changed logo into new ones and fix typo --- public/image/new_logo/ICON-HT.svg | 18 ++++++++++ public/image/new_logo/LOGO-HT.svg | 25 ++++++++++++++ public/image/new_logo/LOGO.svg | 47 ++++++++++++++++++++++++++ public/image/new_logo/TULISAN-HT.svg | 24 +++++++++++++ public/image/new_logo/TULISAN.svg | 33 ++++++++++++++++++ src/app/(main)/auth/login/page.tsx | 4 +-- src/app/(main)/auth/register/page.tsx | 4 +-- src/app/(main)/components/Hero.tsx | 6 ++-- src/app/(main)/components/Juri.tsx | 2 +- src/app/(main)/components/Kategori.tsx | 10 +++--- src/app/components/global/Footer.tsx | 8 ++--- 11 files changed, 164 insertions(+), 17 deletions(-) create mode 100644 public/image/new_logo/ICON-HT.svg create mode 100644 public/image/new_logo/LOGO-HT.svg create mode 100644 public/image/new_logo/LOGO.svg create mode 100644 public/image/new_logo/TULISAN-HT.svg create mode 100644 public/image/new_logo/TULISAN.svg diff --git a/public/image/new_logo/ICON-HT.svg b/public/image/new_logo/ICON-HT.svg new file mode 100644 index 0000000..eba5577 --- /dev/null +++ b/public/image/new_logo/ICON-HT.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + diff --git a/public/image/new_logo/LOGO-HT.svg b/public/image/new_logo/LOGO-HT.svg new file mode 100644 index 0000000..4363b9e --- /dev/null +++ b/public/image/new_logo/LOGO-HT.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + diff --git a/public/image/new_logo/LOGO.svg b/public/image/new_logo/LOGO.svg new file mode 100644 index 0000000..1a467be --- /dev/null +++ b/public/image/new_logo/LOGO.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/image/new_logo/TULISAN-HT.svg b/public/image/new_logo/TULISAN-HT.svg new file mode 100644 index 0000000..d68e819 --- /dev/null +++ b/public/image/new_logo/TULISAN-HT.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + diff --git a/public/image/new_logo/TULISAN.svg b/public/image/new_logo/TULISAN.svg new file mode 100644 index 0000000..ffa0842 --- /dev/null +++ b/public/image/new_logo/TULISAN.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/app/(main)/auth/login/page.tsx b/src/app/(main)/auth/login/page.tsx index 1e2b272..60260aa 100644 --- a/src/app/(main)/auth/login/page.tsx +++ b/src/app/(main)/auth/login/page.tsx @@ -69,8 +69,8 @@ export default function Login() { />

- Buktikan Kemampuanmu - Bersama Antareja + Kami Tunggu Tim Kalian di + Antareja Season 2

Sudah siap menjadi pemenang Antareja? diff --git a/src/app/(main)/auth/register/page.tsx b/src/app/(main)/auth/register/page.tsx index 6dcef38..bd8e284 100644 --- a/src/app/(main)/auth/register/page.tsx +++ b/src/app/(main)/auth/register/page.tsx @@ -54,8 +54,8 @@ export default function Register() { />

- Buktikan Kemampuanmu - Bersama Antareja + Kami Tunggu Tim Kalian di + Antareja Season 2

Sudah siap menjadi pemenang Antareja? diff --git a/src/app/(main)/components/Hero.tsx b/src/app/(main)/components/Hero.tsx index e0f8bd4..70c96d6 100644 --- a/src/app/(main)/components/Hero.tsx +++ b/src/app/(main)/components/Hero.tsx @@ -46,7 +46,7 @@ export default function Hero() {

logo Antareja merupakan tokoh pewayangan yang memiliki sifat rela berkorban dan memiliki rasa percaya yang besar.
-
Sedangkan Jaware mamiliki makna sang juara yang dipandang - hebat. Inti dibalik semua usnur Antareja adalah barisan yang +
Sedangkan Jawara mamiliki makna sang juara yang dipandang + hebat. Inti dibalik semua unsur Antareja adalah barisan yang beraksi dengan penuh semangat dan percaya bahwa menjadi sang pemenang yang dipadang hebat.

diff --git a/src/app/(main)/components/Juri.tsx b/src/app/(main)/components/Juri.tsx index 077ff11..cbee3b0 100644 --- a/src/app/(main)/components/Juri.tsx +++ b/src/app/(main)/components/Juri.tsx @@ -5,7 +5,7 @@ import Image from "next/image"; const dummy = { image: "/image/juri1.png", - name: "Adi prasetyo utomo", + name: "Adi Prasetyo Utomo", title: "Juri", }; diff --git a/src/app/(main)/components/Kategori.tsx b/src/app/(main)/components/Kategori.tsx index 6f7d0f4..e89e044 100644 --- a/src/app/(main)/components/Kategori.tsx +++ b/src/app/(main)/components/Kategori.tsx @@ -7,11 +7,11 @@ export default function Kategori() {
- -

Kategori Perlombaan

+ +

Jenjang Perlombaan

Antareja 2024

-

Antareja memiliki 2 kategori perlombaan

+

Antareja memiliki 2 Jenjang perlombaan

@@ -25,7 +25,7 @@ export default function Kategori() { Rp 400.000 - Kategori SMP Paskibra + Paskibra Jenjang SMP
@@ -45,7 +45,7 @@ export default function Kategori() { Rp 400.000 - Kategori SMA Paskibra + Paskibra Jenjang SMA
diff --git a/src/app/components/global/Footer.tsx b/src/app/components/global/Footer.tsx index df9fa1b..4e4f76f 100644 --- a/src/app/components/global/Footer.tsx +++ b/src/app/components/global/Footer.tsx @@ -42,11 +42,11 @@ export default function Footer() {
logo

Website resmi LKBB Antareja tingkat Jawa Timur yang