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 (
+
+
+
+ );
+}
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 (
+
+ );
+}
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 @@
+