diff --git a/public/fonts/pp-ed-ul.otf b/public/fonts/pp-ed-ul.otf new file mode 100644 index 0000000..59addeb Binary files /dev/null and b/public/fonts/pp-ed-ul.otf differ diff --git a/src/app/discover/page.tsx b/src/app/discover/page.tsx index a9d0090..c7900c9 100644 --- a/src/app/discover/page.tsx +++ b/src/app/discover/page.tsx @@ -1,12 +1,13 @@ 'use client'; -import { Search } from 'lucide-react'; +import { Globe2Icon } from 'lucide-react'; import { useEffect, useState } from 'react'; -import Link from 'next/link'; import { toast } from 'sonner'; import { cn } from '@/lib/utils'; +import SmallNewsCard from '@/components/Discover/SmallNewsCard'; +import MajorNewsCard from '@/components/Discover/MajorNewsCard'; -interface Discover { +export interface Discover { title: string; content: string; url: string; @@ -75,29 +76,34 @@ const Page = () => { return ( <>
- {item.content.slice(0, 100)}... -
-+ {item.content} +
++ {item.content} +
++ {item.content} +
+