diff --git a/src/app/(authenticated)/dashboard/page.tsx b/src/app/(authenticated)/dashboard/page.tsx index 65d158b9..88b959e1 100644 --- a/src/app/(authenticated)/dashboard/page.tsx +++ b/src/app/(authenticated)/dashboard/page.tsx @@ -166,10 +166,11 @@ export default function DashboardPage() { + {/* Seção de Notícias - Design Assertivo e Responsivo */} -
+ {/*
{/* Header da Seção com Design Melhorado */} -
+ {/*
@@ -183,24 +184,23 @@ export default function DashboardPage() {

{/* Linha decorativa */} -
+ {/*
-
{/* Container de Notícias com Design Aprimorado */} -
+ {/*
{/* Padding interno responsivo */} -
+ {/*
{/* Gradiente sutil na parte inferior */} -
+ {/*
{/* Espaçamento adicional para mobile */} -
+ {/*
{/* Footer com Redes Sociais */} diff --git a/src/components/dashboard/news-displ.tsx b/src/components/dashboard/news-displ.tsx index 27f05699..0553967f 100644 --- a/src/components/dashboard/news-displ.tsx +++ b/src/components/dashboard/news-displ.tsx @@ -43,35 +43,35 @@ export default function NewsDisplay() {
{ - // p.imageUrl ? - // {p.title} - // : - // p.author.imageUrl ? - //
- // {p.title} - //
- //
- //

- // {p.title} - //

- //
- //
- //
- // : + p.imageUrl ? + {p.title} + : + p.author.imageUrl ? +
+ {p.title} +
+
+

+ {p.title} +

+
+
+
+ :