- {tips.map((tip, index) => (
-
{TipCard(tip)}
+
+
+ While you are waiting...
+
+
+ {cards.map((card, index) => (
+
+ ))}
+
+
+ {cards.map((_, index) => (
+
))}
diff --git a/app/(pages)/judges/(app)/page.tsx b/app/(pages)/judges/(app)/page.tsx
index fa3bd330..596ed7da 100644
--- a/app/(pages)/judges/(app)/page.tsx
+++ b/app/(pages)/judges/(app)/page.tsx
@@ -23,17 +23,17 @@ export default function Judges() {
};
return (
- <>
+
-
- >
+
);
}
diff --git a/public/judges/landing/arrow.svg b/public/judges/landing/arrow.svg
new file mode 100644
index 00000000..2eeda650
--- /dev/null
+++ b/public/judges/landing/arrow.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/judges/landing/blue_flower.svg b/public/judges/landing/blue_flower.svg
new file mode 100644
index 00000000..ed55ddf0
--- /dev/null
+++ b/public/judges/landing/blue_flower.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/judges/landing/charge_phone.svg b/public/judges/landing/charge_phone.svg
new file mode 100644
index 00000000..ae060ec4
--- /dev/null
+++ b/public/judges/landing/charge_phone.svg
@@ -0,0 +1,9 @@
+
diff --git a/public/judges/landing/dark_circle.svg b/public/judges/landing/dark_circle.svg
new file mode 100644
index 00000000..d5390b1d
--- /dev/null
+++ b/public/judges/landing/dark_circle.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/judges/landing/greenFrog.svg b/public/judges/landing/greenFrog.svg
new file mode 100644
index 00000000..13090902
--- /dev/null
+++ b/public/judges/landing/greenFrog.svg
@@ -0,0 +1,27 @@
+
diff --git a/public/judges/landing/just_green.svg b/public/judges/landing/just_green.svg
new file mode 100644
index 00000000..54d5bea7
--- /dev/null
+++ b/public/judges/landing/just_green.svg
@@ -0,0 +1,17 @@
+
diff --git a/public/judges/landing/light_circle.svg b/public/judges/landing/light_circle.svg
new file mode 100644
index 00000000..ec59059a
--- /dev/null
+++ b/public/judges/landing/light_circle.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/judges/landing/mascots_around_couch.svg b/public/judges/landing/mascots_around_couch.svg
new file mode 100644
index 00000000..209e517e
--- /dev/null
+++ b/public/judges/landing/mascots_around_couch.svg
@@ -0,0 +1,263 @@
+
diff --git a/public/judges/landing/peeking_froggie.svg b/public/judges/landing/peeking_froggie.svg
new file mode 100644
index 00000000..f7ce61d3
--- /dev/null
+++ b/public/judges/landing/peeking_froggie.svg
@@ -0,0 +1,12 @@
+
diff --git a/public/judges/landing/pink.svg b/public/judges/landing/pink.svg
new file mode 100644
index 00000000..8dd1f016
--- /dev/null
+++ b/public/judges/landing/pink.svg
@@ -0,0 +1,29 @@
+
diff --git a/public/judges/landing/pink_cirlces.svg b/public/judges/landing/pink_cirlces.svg
new file mode 100644
index 00000000..78053d0b
--- /dev/null
+++ b/public/judges/landing/pink_cirlces.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/judges/landing/say_hi.svg b/public/judges/landing/say_hi.svg
new file mode 100644
index 00000000..ff0d644a
--- /dev/null
+++ b/public/judges/landing/say_hi.svg
@@ -0,0 +1,9 @@
+
diff --git a/public/judges/landing/snack.svg b/public/judges/landing/snack.svg
new file mode 100644
index 00000000..9f711781
--- /dev/null
+++ b/public/judges/landing/snack.svg
@@ -0,0 +1,106 @@
+
diff --git a/public/judges/landing/tempgreen.svg b/public/judges/landing/tempgreen.svg
new file mode 100644
index 00000000..251fb5c6
--- /dev/null
+++ b/public/judges/landing/tempgreen.svg
@@ -0,0 +1,18 @@
+
diff --git a/public/judges/landing/yellow.svg b/public/judges/landing/yellow.svg
new file mode 100644
index 00000000..3482da5e
--- /dev/null
+++ b/public/judges/landing/yellow.svg
@@ -0,0 +1,13 @@
+
diff --git a/tailwind.config.ts b/tailwind.config.ts
index 5b2a30cd..511ce70e 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -122,11 +122,21 @@ const config: Config = {
transform: 'translateX(-75%)',
},
},
+ 'spin': {
+ from: {
+ transform: 'rotate(0deg)',
+ },
+ to: {
+ transform: 'rotate(360deg)',
+ }
+ }
},
animation: {
'accordion-down': 'accordion-down 0.2s ease-out',
'accordion-up': 'accordion-up 0.2s ease-out',
moveClouds: 'moveClouds 30s linear infinite',
+ 'spinning-clockwise': 'spin 10s linear infinite',
+ 'spinning-counterclockwise': 'spin 10s linear infinite reverse',
},
fontFamily: {
jakarta: ['var(--font-jakarta)'],