From 5f0ea7a3e324ff603f67976b233a6d3123d6a76a Mon Sep 17 00:00:00 2001 From: Jack Zheng Date: Thu, 29 Jan 2026 19:51:35 -0800 Subject: [PATCH] feat: add Cheers to 10 Years component --- .../_components/cheers/cheers.tsx | 15 ++++++ app/(pages)/registration/page.tsx | 11 +++++ public/Images/cheers/cheers.svg | 49 +++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 app/(pages)/registration/_components/cheers/cheers.tsx create mode 100644 app/(pages)/registration/page.tsx create mode 100644 public/Images/cheers/cheers.svg diff --git a/app/(pages)/registration/_components/cheers/cheers.tsx b/app/(pages)/registration/_components/cheers/cheers.tsx new file mode 100644 index 0000000..54caa6d --- /dev/null +++ b/app/(pages)/registration/_components/cheers/cheers.tsx @@ -0,0 +1,15 @@ +import Image from 'next/image'; + +export default function TenYears() { + return ( +
+ Cheers to 10 years! +
+ ); +} diff --git a/app/(pages)/registration/page.tsx b/app/(pages)/registration/page.tsx new file mode 100644 index 0000000..7db7f1a --- /dev/null +++ b/app/(pages)/registration/page.tsx @@ -0,0 +1,11 @@ +import Cheers from './_components/cheers/cheers'; + +export default function Registration() { + return ( +
+

Registration

+ + +
+ ); +} diff --git a/public/Images/cheers/cheers.svg b/public/Images/cheers/cheers.svg new file mode 100644 index 0000000..d440c85 --- /dev/null +++ b/public/Images/cheers/cheers.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +