Skip to content

Commit 4b4b9d0

Browse files
committed
Add browser extension and report button to homepage
1 parent 97a1e0c commit 4b4b9d0

File tree

13 files changed

+2417
-9
lines changed

13 files changed

+2417
-9
lines changed

app/page.tsx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,16 @@ export default function Home() {
132132
<Play className="w-5 h-5" />
133133
Kiểm tra kiến thức
134134
</motion.button>
135+
136+
<motion.button
137+
onClick={() => router.push('/report')}
138+
className="px-6 py-3 sm:px-8 sm:py-4 bg-red-600/20 hover:bg-red-600/30 border border-red-500/50 rounded-xl font-semibold text-red-400 hover:text-red-300 flex items-center justify-center gap-2"
139+
whileHover={{ scale: 1.02 }}
140+
whileTap={{ scale: 0.98 }}
141+
>
142+
<Shield className="w-5 h-5" />
143+
Báo cáo lừa đảo
144+
</motion.button>
135145
</div>
136146
</motion.div>
137147

@@ -409,6 +419,16 @@ export default function Home() {
409419
>
410420
Làm Quiz Trắc nghiệm
411421
</motion.button>
422+
423+
<motion.button
424+
onClick={() => router.push('/report')}
425+
className="px-6 py-3 sm:px-8 sm:py-4 bg-red-600/20 hover:bg-red-600/30 border border-red-500/50 rounded-xl font-semibold text-red-400 hover:text-red-300 flex items-center justify-center gap-2"
426+
whileHover={{ scale: 1.02 }}
427+
whileTap={{ scale: 0.98 }}
428+
>
429+
<Shield className="w-5 h-5" />
430+
Báo cáo lừa đảo
431+
</motion.button>
412432
</div>
413433
</div>
414434
</motion.div>

0 commit comments

Comments
 (0)