From 5d24f356f8632d343547b777b50223406d342640 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 26 Jan 2026 18:15:29 +0200 Subject: [PATCH] Style: add blue button with linkedin text to ea --- src/app/page.tsx | 3 ++- src/components/sections/blog/BlogCardOne.tsx | 8 +------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 577af8d..7822371 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -207,7 +207,8 @@ export default function LandingPage() { } ]} ariaLabel="Blog section" - /> + + imageClassName="secondary-button text-background rounded-theme"/>
diff --git a/src/components/sections/blog/BlogCardOne.tsx b/src/components/sections/blog/BlogCardOne.tsx index 358c2aa..c456431 100644 --- a/src/components/sections/blog/BlogCardOne.tsx +++ b/src/components/sections/blog/BlogCardOne.tsx @@ -7,7 +7,6 @@ import Badge from "@/components/shared/Badge"; import OverlayArrowButton from "@/components/shared/OverlayArrowButton"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; -import { LinkedIn } from "lucide-react"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; @@ -138,11 +137,6 @@ const BlogCardItem = memo(({

{blog.authorName} - {blog.linkedinUrl && ( - - - - )}

{blog.date} @@ -251,4 +245,4 @@ const BlogCardOne = ({ BlogCardOne.displayName = "BlogCardOne"; -export default BlogCardOne; \ No newline at end of file +export default BlogCardOne;