diff --git a/src/components/Banner.tsx b/src/components/Banner.tsx new file mode 100644 index 0000000..8dfc69f --- /dev/null +++ b/src/components/Banner.tsx @@ -0,0 +1,28 @@ +import { XMarkIcon } from '@heroicons/react/20/solid' + +export function Banner() { + return ( +
+ ThreeFold is going commercial! + + Read our + 2025 Summer Round Up → + +
+{description}
diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index d2756bb..a567811 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,10 +1,12 @@ import { Footer } from '@/components/Footer' import { Header } from '@/components/Header' +import { Banner } from '@/components/Banner' export function Layout({ children }: { children: React.ReactNode }) { return ( <>+
ThreeFold is a fully operational, decentralized internet infrastructure – deployed locally, scalable globally, and owned and powered by the people.
-