diff --git a/public/images/audience/1.jpg b/public/images/audience/1.jpg deleted file mode 100644 index 9368e18..0000000 Binary files a/public/images/audience/1.jpg and /dev/null differ diff --git a/public/images/audience/2.jpg b/public/images/audience/2.jpg deleted file mode 100644 index fc351e3..0000000 Binary files a/public/images/audience/2.jpg and /dev/null differ diff --git a/public/images/audience/3.jpg b/public/images/audience/3.jpg deleted file mode 100644 index 683a17f..0000000 Binary files a/public/images/audience/3.jpg and /dev/null differ diff --git a/public/images/audience/4.jpg b/public/images/audience/4.jpg deleted file mode 100644 index 2018bff..0000000 Binary files a/public/images/audience/4.jpg and /dev/null differ diff --git a/public/images/audience/5.jpg b/public/images/audience/5.jpg deleted file mode 100644 index 4b97274..0000000 Binary files a/public/images/audience/5.jpg and /dev/null differ diff --git a/public/images/audience/6.jpg b/public/images/audience/6.jpg deleted file mode 100644 index a8708f2..0000000 Binary files a/public/images/audience/6.jpg and /dev/null differ diff --git a/public/images/audience/7.jpg b/public/images/audience/7.jpg deleted file mode 100644 index b47800d..0000000 Binary files a/public/images/audience/7.jpg and /dev/null differ diff --git a/public/images/audience/8.jpg b/public/images/audience/8.jpg deleted file mode 100644 index 46f426e..0000000 Binary files a/public/images/audience/8.jpg and /dev/null differ diff --git a/public/images/audiences/1.jpg b/public/images/audiences/1.jpg deleted file mode 100644 index 0ab2043..0000000 Binary files a/public/images/audiences/1.jpg and /dev/null differ diff --git a/public/images/audiences/2.jpg b/public/images/audiences/2.jpg deleted file mode 100644 index f160747..0000000 Binary files a/public/images/audiences/2.jpg and /dev/null differ diff --git a/public/images/audiences/3.jpg b/public/images/audiences/3.jpg deleted file mode 100644 index 7c7fe03..0000000 Binary files a/public/images/audiences/3.jpg and /dev/null differ diff --git a/public/images/audiences/4.jpg b/public/images/audiences/4.jpg deleted file mode 100644 index ba4dbe1..0000000 Binary files a/public/images/audiences/4.jpg and /dev/null differ diff --git a/public/images/audiences/5.jpg b/public/images/audiences/5.jpg deleted file mode 100644 index 897c024..0000000 Binary files a/public/images/audiences/5.jpg and /dev/null differ diff --git a/public/images/audiences/6.jpg b/public/images/audiences/6.jpg deleted file mode 100644 index 4bf567e..0000000 Binary files a/public/images/audiences/6.jpg and /dev/null differ diff --git a/public/images/audiences/7.jpg b/public/images/audiences/7.jpg deleted file mode 100644 index 4c9ae2b..0000000 Binary files a/public/images/audiences/7.jpg and /dev/null differ diff --git a/public/images/audiences/8.jpg b/public/images/audiences/8.jpg deleted file mode 100644 index 93fcf3d..0000000 Binary files a/public/images/audiences/8.jpg and /dev/null differ diff --git a/public/images/mediakit/logo_dark.zip b/public/images/mediakit/logo_dark.zip new file mode 100644 index 0000000..61b48ba Binary files /dev/null and b/public/images/mediakit/logo_dark.zip differ diff --git a/public/images/mediakit/logo_dark/logo_dark.png b/public/images/mediakit/logo_dark/logo_dark.png new file mode 100644 index 0000000..aa56882 Binary files /dev/null and b/public/images/mediakit/logo_dark/logo_dark.png differ diff --git a/public/images/mediakit/logo_dark/logo_dark.svg b/public/images/mediakit/logo_dark/logo_dark.svg new file mode 100644 index 0000000..49f769e --- /dev/null +++ b/public/images/mediakit/logo_dark/logo_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/mediakit/logo_dark/logomark.png b/public/images/mediakit/logo_dark/logomark.png new file mode 100644 index 0000000..66e8364 Binary files /dev/null and b/public/images/mediakit/logo_dark/logomark.png differ diff --git a/public/images/mediakit/logo_dark/logomark.svg b/public/images/mediakit/logo_dark/logomark.svg new file mode 100644 index 0000000..405441f --- /dev/null +++ b/public/images/mediakit/logo_dark/logomark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/mediakit/logo_light.zip b/public/images/mediakit/logo_light.zip new file mode 100644 index 0000000..d0d0005 Binary files /dev/null and b/public/images/mediakit/logo_light.zip differ diff --git a/public/images/mediakit/logo_light/logo.png b/public/images/mediakit/logo_light/logo.png new file mode 100644 index 0000000..a6b5987 Binary files /dev/null and b/public/images/mediakit/logo_light/logo.png differ diff --git a/public/images/mediakit/logo_light/logo.svg b/public/images/mediakit/logo_light/logo.svg new file mode 100644 index 0000000..069a14f --- /dev/null +++ b/public/images/mediakit/logo_light/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/mediakit/logo_light/logomark.png b/public/images/mediakit/logo_light/logomark.png new file mode 100644 index 0000000..66e8364 Binary files /dev/null and b/public/images/mediakit/logo_light/logomark.png differ diff --git a/public/images/mediakit/logo_light/logomark.svg b/public/images/mediakit/logo_light/logomark.svg new file mode 100644 index 0000000..405441f --- /dev/null +++ b/public/images/mediakit/logo_light/logomark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index dc367e0..6f43a8f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,6 +12,7 @@ const StoragePage = lazy(() => import('./pages/storage/StoragePage')); const GpuPage = lazy(() => import('./pages/gpu/GpuPage')); const PodsPage = lazy(() => import('./pages/pods/PodsPage')); const NodesPage = lazy(() => import('./pages/nodes/NodesPage')); +const MediaPage = lazy(() => import('./pages/mediakit/MediaPage')); function ScrollToTop() { const { pathname, hash } = useLocation(); @@ -49,6 +50,7 @@ function App() { } /> } /> } /> + } /> diff --git a/src/assets/fonts/Mulish.zip b/src/assets/fonts/Mulish.zip new file mode 100644 index 0000000..ef12cc1 Binary files /dev/null and b/src/assets/fonts/Mulish.zip differ diff --git a/src/assets/fonts/Mulish/Mulish-Italic-VariableFont_wght.ttf b/src/assets/fonts/Mulish/Mulish-Italic-VariableFont_wght.ttf new file mode 100644 index 0000000..3311705 Binary files /dev/null and b/src/assets/fonts/Mulish/Mulish-Italic-VariableFont_wght.ttf differ diff --git a/src/assets/fonts/Mulish/Mulish-VariableFont_wght.ttf b/src/assets/fonts/Mulish/Mulish-VariableFont_wght.ttf new file mode 100644 index 0000000..c3a1681 Binary files /dev/null and b/src/assets/fonts/Mulish/Mulish-VariableFont_wght.ttf differ diff --git a/src/assets/fonts/Mulish/OFL.txt b/src/assets/fonts/Mulish/OFL.txt new file mode 100644 index 0000000..95574ba --- /dev/null +++ b/src/assets/fonts/Mulish/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2016 The Mulish Project Authors (https://github.com/googlefonts/mulish) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/src/assets/fonts/Mulish/README.txt b/src/assets/fonts/Mulish/README.txt new file mode 100644 index 0000000..e065ce5 --- /dev/null +++ b/src/assets/fonts/Mulish/README.txt @@ -0,0 +1,79 @@ +Mulish Variable Font +==================== + +This download contains Mulish as both variable fonts and static fonts. + +Mulish is a variable font with this axis: + wght + +This means all the styles are contained in these files: + Mulish/Mulish-VariableFont_wght.ttf + Mulish/Mulish-Italic-VariableFont_wght.ttf + +If your app fully supports variable fonts, you can now pick intermediate styles +that aren’t available as static fonts. Not all apps support variable fonts, and +in those cases you can use the static font files for Mulish: + Mulish/static/Mulish-ExtraLight.ttf + Mulish/static/Mulish-Light.ttf + Mulish/static/Mulish-Regular.ttf + Mulish/static/Mulish-Medium.ttf + Mulish/static/Mulish-SemiBold.ttf + Mulish/static/Mulish-Bold.ttf + Mulish/static/Mulish-ExtraBold.ttf + Mulish/static/Mulish-Black.ttf + Mulish/static/Mulish-ExtraLightItalic.ttf + Mulish/static/Mulish-LightItalic.ttf + Mulish/static/Mulish-Italic.ttf + Mulish/static/Mulish-MediumItalic.ttf + Mulish/static/Mulish-SemiBoldItalic.ttf + Mulish/static/Mulish-BoldItalic.ttf + Mulish/static/Mulish-ExtraBoldItalic.ttf + Mulish/static/Mulish-BlackItalic.ttf + +Get started +----------- + +1. Install the font files you want to use + +2. Use your app's font picker to view the font family and all the +available styles + +Learn more about variable fonts +------------------------------- + + https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts + https://variablefonts.typenetwork.com + https://medium.com/variable-fonts + +In desktop apps + + https://theblog.adobe.com/can-variable-fonts-illustrator-cc + https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts + +Online + + https://developers.google.com/fonts/docs/getting_started + https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide + https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts + +Installing fonts + + MacOS: https://support.apple.com/en-us/HT201749 + Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux + Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows + +Android Apps + + https://developers.google.com/fonts/docs/android + https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts + +License +------- +Please read the full license text (OFL.txt) to understand the permissions, +restrictions and requirements for usage, redistribution, and modification. + +You can use them in your products & projects – print or digital, +commercial or otherwise. + +This isn't legal advice, please consider consulting a lawyer and see the full +license for all details. diff --git a/src/assets/fonts/Mulish/static/Mulish-Black.ttf b/src/assets/fonts/Mulish/static/Mulish-Black.ttf new file mode 100644 index 0000000..83890ad Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-Black.ttf differ diff --git a/src/assets/fonts/Mulish/static/Mulish-BlackItalic.ttf b/src/assets/fonts/Mulish/static/Mulish-BlackItalic.ttf new file mode 100644 index 0000000..7c5f8d7 Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-BlackItalic.ttf differ diff --git a/src/assets/fonts/Mulish/static/Mulish-Bold.ttf b/src/assets/fonts/Mulish/static/Mulish-Bold.ttf new file mode 100644 index 0000000..4e2128d Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-Bold.ttf differ diff --git a/src/assets/fonts/Mulish/static/Mulish-BoldItalic.ttf b/src/assets/fonts/Mulish/static/Mulish-BoldItalic.ttf new file mode 100644 index 0000000..fd3fa6c Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-BoldItalic.ttf differ diff --git a/src/assets/fonts/Mulish/static/Mulish-ExtraBold.ttf b/src/assets/fonts/Mulish/static/Mulish-ExtraBold.ttf new file mode 100644 index 0000000..294b6ff Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-ExtraBold.ttf differ diff --git a/src/assets/fonts/Mulish/static/Mulish-ExtraBoldItalic.ttf b/src/assets/fonts/Mulish/static/Mulish-ExtraBoldItalic.ttf new file mode 100644 index 0000000..efad956 Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-ExtraBoldItalic.ttf differ diff --git a/src/assets/fonts/Mulish/static/Mulish-ExtraLight.ttf b/src/assets/fonts/Mulish/static/Mulish-ExtraLight.ttf new file mode 100644 index 0000000..f0bcd01 Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-ExtraLight.ttf differ diff --git a/src/assets/fonts/Mulish/static/Mulish-ExtraLightItalic.ttf b/src/assets/fonts/Mulish/static/Mulish-ExtraLightItalic.ttf new file mode 100644 index 0000000..081b8c2 Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-ExtraLightItalic.ttf differ diff --git a/src/assets/fonts/Mulish/static/Mulish-Italic.ttf b/src/assets/fonts/Mulish/static/Mulish-Italic.ttf new file mode 100644 index 0000000..c8f608d Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-Italic.ttf differ diff --git a/src/assets/fonts/Mulish/static/Mulish-Light.ttf b/src/assets/fonts/Mulish/static/Mulish-Light.ttf new file mode 100644 index 0000000..5398817 Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-Light.ttf differ diff --git a/src/assets/fonts/Mulish/static/Mulish-LightItalic.ttf b/src/assets/fonts/Mulish/static/Mulish-LightItalic.ttf new file mode 100644 index 0000000..721cb56 Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-LightItalic.ttf differ diff --git a/src/assets/fonts/Mulish/static/Mulish-Medium.ttf b/src/assets/fonts/Mulish/static/Mulish-Medium.ttf new file mode 100644 index 0000000..94cea5a Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-Medium.ttf differ diff --git a/src/assets/fonts/Mulish/static/Mulish-MediumItalic.ttf b/src/assets/fonts/Mulish/static/Mulish-MediumItalic.ttf new file mode 100644 index 0000000..0c03d6b Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-MediumItalic.ttf differ diff --git a/src/assets/fonts/Mulish/static/Mulish-Regular.ttf b/src/assets/fonts/Mulish/static/Mulish-Regular.ttf new file mode 100644 index 0000000..acf9664 Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-Regular.ttf differ diff --git a/src/assets/fonts/Mulish/static/Mulish-SemiBold.ttf b/src/assets/fonts/Mulish/static/Mulish-SemiBold.ttf new file mode 100644 index 0000000..d45ae78 Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-SemiBold.ttf differ diff --git a/src/assets/fonts/Mulish/static/Mulish-SemiBoldItalic.ttf b/src/assets/fonts/Mulish/static/Mulish-SemiBoldItalic.ttf new file mode 100644 index 0000000..406a403 Binary files /dev/null and b/src/assets/fonts/Mulish/static/Mulish-SemiBoldItalic.ttf differ diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 413306b..3af8502 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -30,6 +30,9 @@ export function Footer() { Nodes + + Media Kit +
diff --git a/src/pages/mediakit/MediaColors.tsx b/src/pages/mediakit/MediaColors.tsx new file mode 100644 index 0000000..7ba478c --- /dev/null +++ b/src/pages/mediakit/MediaColors.tsx @@ -0,0 +1,137 @@ +'use client' + +import { Eyebrow, H3, P, H4, CT, CP } from '@/components/Texts' + +const logo_light = [ + { + id: "logomark_svg", + title: "Logomark (SVG)", + image: "/images/mediakit/logo_light/logomark.svg", + }, + { + id: "logomark_png", + title: "Logomark (PNG)", + image: "/images/mediakit/logo_light/logomark.png", + }, + { + id: "logo_svg", + title: "Logo (SVG)", + image: "/images/mediakit/logo_light/logo.svg", + }, + { + id: "logo_png", + title: "Logo (PNG)", + image: "/images/mediakit/logo_light/logo.png", + }, +] + +const logo_dark = [ + { + id: "logomark_svg", + title: "Logomark (SVG)", + image: "/images/mediakit/logo_dark/logomark.svg", + }, + { + id: "logomark_png", + title: "Logomark (PNG)", + image: "/images/mediakit/logo_dark/logomark.png", + }, + { + id: "logo_svg", + title: "Logo (SVG)", + image: "/images/mediakit/logo_dark/logo_dark.svg", + }, + { + id: "logo_png", + title: "Logo (PNG)", + image: "/images/mediakit/logo_dark/logo_dark.png", + }, +] + +export function MediaColors() { + return ( +
+ {/* TOP LINE */} +
+
+ {/* Inner padding */} +
+

+ Colors +

+ {/* primary */} +

+ Primary Colors + +

+ +
+
+
+ Dark Gray + Primary background for dark surfaces and key sections. +
+
+

Hex: #111111

+
+ +
+
+ White + Base surface color for light areas and content blocks. +
+
+

Hex: #ffffff

+
+ +
+
+ Vivid Azure + Accent color used for highlights, links, and actions. +
+
+

Hex: #22d3ee

+
+
+ +

+ Secondary Colors +

+ +
+
+
+ Deep Gray + Supporting background for overlays and dark UI elements. +
+
+

Hex: #121212

+
+ +
+
+ Soft White + Subtle light background for sections and cards. +
+
+

Hex: #fdfdfd

+
+ +
+
+ Dark Azure + Secondary accent color for highlights and focus states. +
+
+

Hex: #06B6D4

+
+
+
+ + + {/* ✅ Bottom horizontal line with spacing */} +
+
+
+ ) +} diff --git a/src/pages/mediakit/MediaHero.tsx b/src/pages/mediakit/MediaHero.tsx new file mode 100644 index 0000000..4106659 --- /dev/null +++ b/src/pages/mediakit/MediaHero.tsx @@ -0,0 +1,186 @@ +'use client' + +import { H3, H4, P } from '@/components/Texts' + +const logo_light = [ + { + id: 'logomark_svg', + title: 'Logomark (SVG)', + image: '/images/mediakit/logo_light/logomark.svg', + }, + { + id: 'logomark_png', + title: 'Logomark (PNG)', + image: '/images/mediakit/logo_light/logomark.png', + }, + { + id: 'logo_svg', + title: 'Logo (SVG)', + image: '/images/mediakit/logo_light/logo.svg', + }, + { + id: 'logo_png', + title: 'Logo (PNG)', + image: '/images/mediakit/logo_light/logo.png', + }, +] + +const logo_dark = [ + { + id: 'logomark_svg', + title: 'Logomark (SVG)', + image: '/images/mediakit/logo_dark/logomark.svg', + }, + { + id: 'logomark_png', + title: 'Logomark (PNG)', + image: '/images/mediakit/logo_dark/logomark.png', + }, + { + id: 'logo_svg', + title: 'Logo (SVG)', + image: '/images/mediakit/logo_dark/logo_dark.svg', + }, + { + id: 'logo_png', + title: 'Logo (PNG)', + image: '/images/mediakit/logo_dark/logo_dark.png', + }, +] + +export function MediaHero() { + return ( +
+
+
+
+

+ Media Kit +

+

+ Download official Mycelium logos for light and dark backgrounds in SVG and PNG formats. +

+ +

+ Mycelium Logos (Light) + + + + + + +

+ +
+
+ {logo_light.map((item) => ( +
+ {item.title} +
+

+ {item.title} + + + + + + +

+
+
+ ))} +
+
+ +

+ Mycelium Logos (Dark) + + + + + + +

+ +
+
+ {logo_dark.map((item) => ( +
+ {item.title} +
+

+ {item.title} + + + + + + +

+
+
+ ))} +
+
+
+
+
+
+
+
+ ) +} diff --git a/src/pages/mediakit/MediaPage.tsx b/src/pages/mediakit/MediaPage.tsx new file mode 100644 index 0000000..df9ff93 --- /dev/null +++ b/src/pages/mediakit/MediaPage.tsx @@ -0,0 +1,23 @@ +import React from 'react'; +import { AnimatedSection } from '@/components/AnimatedSection'; +import { MediaHero } from './MediaHero'; +import { MediaColors } from './MediaColors'; +import { MediaType } from './MediaType'; + +const MediaPage: React.FC = () => { + return ( + <> + + + + + + + + + + + ); +}; + +export default MediaPage; diff --git a/src/pages/mediakit/MediaType.tsx b/src/pages/mediakit/MediaType.tsx new file mode 100644 index 0000000..9549f62 --- /dev/null +++ b/src/pages/mediakit/MediaType.tsx @@ -0,0 +1,26 @@ +'use client' + +import { H3, P, H4 } from '@/components/Texts' + +export function MediaType() { + return ( +
+ {/* Boxed container */} +
+ {/* Inner padding */} +
+
+

+ Typography +

+
+
+
+ {/* ✅ Bottom horizontal line with spacing */} +
+
+
+ ) +}