-
+
1. Takım
Üyelerine
- {/*
?
*/}
-

+
?
+ {/*
1000 TL */}
+ {/*
Alışveriş Kuponu */}
-
+
2. Takım
Üyelerine
- {/*
?
*/}
-

+
?
+ {/*
750 TL */}
+ {/*
Alışveriş Kuponu */}
3. Takım
Üyelerine
- {/*
?
*/}
-

+
?
+ {/*
500 TL */}
+ {/*
Alışveriş Kuponu */}
diff --git a/src/components/awards/awards.module.css b/src/components/awards/awards.module.css
index 71d9507..b38643e 100644
--- a/src/components/awards/awards.module.css
+++ b/src/components/awards/awards.module.css
@@ -26,31 +26,29 @@
}
.awardTitle {
- font-size: 28px;
+ font-size: 36px;
text-align: center;
- margin-bottom: 40px;
+ margin-bottom: 32px;
}
-.questionmark {
- font-size: 150px;
+.amount {
+ font-size: 96px;
+ font-weight: 700;
color: var(--templateColor);
+ line-height: 1;
}
-.questionmark1 {
- font-size: 200px;
- color: var(--templateColor);
-}
-
-.award2 > img {
- width: 150px;
-}
-
-.award1 > img {
- width: 200px;
+.couponLabel {
+ font-size: 20px;
+ margin-top: 8px;
+ text-align: center;
}
-.award3 > img {
- width: 150px;
+.perMemberNote {
+ font-size: 14px;
+ margin-top: 6px;
+ opacity: 0.7;
+ text-align: center;
}
@media screen and (max-width: 1280px) {
@@ -77,7 +75,11 @@
}
.awardTitle {
- font-size: 24px;
+ font-size: 30px;
+ }
+
+ .amount {
+ font-size: 80px;
}
}
@@ -87,6 +89,14 @@
}
.awardTitle {
- font-size: 20px;
+ font-size: 26px;
+ }
+
+ .amount {
+ font-size: 64px;
+ }
+
+ .couponLabel {
+ font-size: 18px;
}
}
diff --git a/src/components/calendar/Calendar.jsx b/src/components/calendar/Calendar.jsx
index d801297..e05488b 100644
--- a/src/components/calendar/Calendar.jsx
+++ b/src/components/calendar/Calendar.jsx
@@ -4,47 +4,47 @@ import styles from './calendar.module.css';
const calendar = [
{
time: '09 : 00',
- day: '13 Aralık 2025',
+ day: '9 Mayıs 2026',
title: 'Açılış(Etkinlik Başlangıcı)',
},
{
time: '13 : 00',
- day: '13 Aralık 2025',
+ day: '9 Mayıs 2026',
title: 'Öğle Arası',
},
{
time: '18 : 00',
- day: '13 Aralık 2025',
+ day: '9 Mayıs 2026',
title: 'Akşam Yemeği Molası',
},
{
time: '19 : 00',
- day: '13 Aralık 2025',
+ day: '9 Mayıs 2026',
title: 'Sabaha Kadar Etkinliğe Devam ',
},
{
time: '08 : 00',
- day: '14 Aralık 2025',
+ day: '10 Mayıs 2026',
title: '2. Gün: Kahvaltı Molası',
},
{
time: '12 : 00',
- day: '14 Aralık 2025',
+ day: '10 Mayıs 2026',
title: '2. Gün: Öğle Arası',
},
{
time: '15 : 00',
- day: '14 Aralık 2025',
+ day: '10 Mayıs 2026',
title: '2. Gün: Proje Sunumları ve Jürilerin Değerlendirmesi',
},
{
time: '17 : 00',
- day: '14 Aralık 2025',
+ day: '10 Mayıs 2026',
title: '2. Gün: Ödül Töreni',
},
{
time: '18 : 00',
- day: '14 Aralık 2025',
+ day: '10 Mayıs 2026',
title: '2. Gün: Kapanış',
},
];
@@ -95,7 +95,7 @@ const Calendar = () => {