Skip to content

Commit caf58a1

Browse files
committed
remove announcement
1 parent df6c4cd commit caf58a1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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))]" />

app/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ import { CountryRankingSection } from './components/country-ranking-section';
66
import { GlobalRankingSection } from './components/global-ranking-section';
77
import InsightsCarousel from './components/insights-carousel';
88
import { MessengerIntegrationSection } from './components/messenger-integration-section';
9-
import { PhAnnouncement } from './components/ph-announcement';
109
import { SearchProfile } from './components/search-profiile';
1110

1211
export 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">

0 commit comments

Comments
 (0)