Skip to content

Commit 658c035

Browse files
brian033claude
andcommitted
content: remove Research Themes section from home page
Redundant with the dedicated research page. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 465e20a commit 658c035

2 files changed

Lines changed: 0 additions & 32 deletions

File tree

src/components/sections/ResearchFocusStrip.tsx

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/pages/HomePage.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import { HomeHeroSection } from "../components/sections/HomeHeroSection";
22
import { ProjectHighlightGrid } from "../components/sections/ProjectHighlightGrid";
3-
import { ResearchFocusStrip } from "../components/sections/ResearchFocusStrip";
43
import { TimelinePreviewSection } from "../components/sections/TimelinePreviewSection";
54

65
export function HomePage() {
76
return (
87
<>
98
<HomeHeroSection />
10-
<ResearchFocusStrip />
119
<ProjectHighlightGrid />
1210
<TimelinePreviewSection />
1311
</>

0 commit comments

Comments
 (0)