diff --git a/src/components/Banner.jsx b/src/components/Banner.jsx index 44a482d..3375c02 100644 --- a/src/components/Banner.jsx +++ b/src/components/Banner.jsx @@ -1,25 +1,51 @@ -import Link from 'next/link'; -import { ContainerPattern } from '@/components/ContainerPattern'; -import { Pattern } from '@/components/Pattern'; +import Link from 'next/link' +import { ContainerPattern } from '@/components/ContainerPattern' +import { Pattern } from '@/components/Pattern' export function Banner() { return ( -
+
- + - +

Launch into AOSSIE's open-source world through GSoC!

-

- Learn how to apply for an opportunity to work on open-source projects and gain real-world experience through Google Summer of Code. +

+ Learn how to apply for an opportunity to work on open-source + projects and gain real-world experience through Google Summer of + Code.

@@ -27,5 +53,5 @@ export function Banner() {
- ); + ) }