diff --git a/components/landing-page/blog/BlogCard.tsx b/components/landing-page/blog/BlogCard.tsx index 03902fe0d..4126704a0 100644 --- a/components/landing-page/blog/BlogCard.tsx +++ b/components/landing-page/blog/BlogCard.tsx @@ -3,9 +3,7 @@ import { CardContent, CardFooter, CardHeader, - CardTitle, } from '@/components/ui/card'; -import { Clock } from 'lucide-react'; import Link from 'next/link'; import Image from 'next/image'; import React from 'react'; @@ -24,18 +22,9 @@ const BlogCard = ({ blog }: { blog: Blog }) => { return ( - - {blog.category} -
{ />
- -

+ + +
+ + {blog.category} + + {blog.date} +
+

{blog.title}

-

+

{blog.excerpt}

- -
-
- - {blog.date} -
- - Continue Reading - -
+ + + + Continue reading + right icon + ); diff --git a/components/landing-page/blog/BlogSection.tsx b/components/landing-page/blog/BlogSection.tsx index 8699744fb..1fe17b7ae 100644 --- a/components/landing-page/blog/BlogSection.tsx +++ b/components/landing-page/blog/BlogSection.tsx @@ -332,7 +332,7 @@ const BlogSection = () => { ) : (
diff --git a/public/Blog main.png b/public/Blog main.png new file mode 100644 index 000000000..29dabb18b Binary files /dev/null and b/public/Blog main.png differ diff --git a/public/right.svg b/public/right.svg new file mode 100644 index 000000000..2d14cb933 --- /dev/null +++ b/public/right.svg @@ -0,0 +1,3 @@ + + +