File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const BgHelper: FC<{ className?: string }> = ({ className }) => {
1616 ) ;
1717} ;
1818
19- export const PhAnnouncement = ( ) => {
19+ export const Announcement = ( ) => {
2020 return (
2121 < div className = "relative isolate flex items-center justify-center flex-wrap gap-x-4 gap-y-1 overflow-hidden bg-gray-50 dark:bg-gray-800/50 px-2 py-2.5 after:pointer-events-none after:absolute after:inset-x-0 after:bottom-0 after:h-px after:bg-white/10" >
2222 < BgHelper className = "left-[max(-7rem,calc(50%-52rem))]" />
Original file line number Diff line number Diff line change @@ -6,13 +6,11 @@ import { CountryRankingSection } from './components/country-ranking-section';
66import { GlobalRankingSection } from './components/global-ranking-section' ;
77import InsightsCarousel from './components/insights-carousel' ;
88import { MessengerIntegrationSection } from './components/messenger-integration-section' ;
9- import { PhAnnouncement } from './components/ph-announcement' ;
109import { SearchProfile } from './components/search-profiile' ;
1110
1211export default function Home ( ) {
1312 return (
1413 < >
15- < PhAnnouncement />
1614 < div className = "border-b bg-linear-45 from-background to-80% to-landing-page-gradient-start-color" >
1715 < Header />
1816 < Page className = "p-0" >
You can’t perform that action at this time.
0 commit comments