diff --git a/public/linkedin.svg b/public/linkedin.svg new file mode 100644 index 0000000..2877694 --- /dev/null +++ b/public/linkedin.svg @@ -0,0 +1,14 @@ + + + + + + + + \ No newline at end of file diff --git a/public/meetup.svg b/public/meetup.svg new file mode 100644 index 0000000..46cf693 --- /dev/null +++ b/public/meetup.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/public/tickets.svg b/public/tickets.svg new file mode 100644 index 0000000..b29a378 --- /dev/null +++ b/public/tickets.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/app/page.js b/src/app/page.js index 271e0fd..06f0b75 100644 --- a/src/app/page.js +++ b/src/app/page.js @@ -15,6 +15,7 @@ import StickerBanner from "@/components/sticker-banner/sticker-banner"; export default function Home() { return (
+ {/* //Header */}
@@ -450,6 +451,81 @@ export default function Home() {
+ {/* Footer */} +
); }