File tree Expand file tree Collapse file tree 2 files changed +0
-35
lines changed
Expand file tree Collapse file tree 2 files changed +0
-35
lines changed Original file line number Diff line number Diff line change 11import { BlockStateTracker } from '@/components/block-state-tracker'
22import { BlockTimeExecutionTracker } from '@/components/block-time-tracker'
33import { BlogBanner } from '@/components/common/blog-banner'
4- import { DisclaimerBanner } from '@/components/common/disclaimer-banner'
54import { PageHeader } from '@/components/common/page-header'
65import { SectionSeparator } from '@/components/common/section-separator'
76import { HotAccountsBubbleMap } from '@/components/hot-accounts-bubble-map'
@@ -13,7 +12,6 @@ import { CornerDecorationsContainer } from '@/components/ui/corner-decorations-c
1312export default function Home ( ) {
1413 return (
1514 < div className = "min-h-screen text-white font-sans" >
16- < DisclaimerBanner />
1715 < BlogBanner />
1816 < main className = "py-6 px-4 max-w-7xl mx-auto sm:py-8 sm:px-6 md:py-12 flex flex-col" >
1917 { /* Sections container with continuous left/right borders */ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments