diff --git a/src/app/cultura/page.tsx b/src/app/cultura/page.tsx
new file mode 100644
index 0000000..ffb9fe7
--- /dev/null
+++ b/src/app/cultura/page.tsx
@@ -0,0 +1,99 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import BlogCardOne from '@/components/sections/blog/BlogCardOne';
+import SplitAbout from '@/components/sections/about/SplitAbout';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import { Newspaper, AlertCircle, Star, Palette, MapPin, Clock, MessageSquare } from 'lucide-react';
+
+export default function CulturePage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/deportes/page.tsx b/src/app/deportes/page.tsx
index 0e1dd41..1d10d38 100644
--- a/src/app/deportes/page.tsx
+++ b/src/app/deportes/page.tsx
@@ -5,7 +5,6 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
-import Link from 'next/link';
import { Newspaper, AlertCircle, Star, Trophy, MapPin, Clock, MessageSquare } from 'lucide-react';
export default function SportsPage() {
@@ -25,9 +24,12 @@ export default function SportsPage() {
@@ -91,4 +96,4 @@ export default function SportsPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/internacional/page.tsx b/src/app/internacional/page.tsx
new file mode 100644
index 0000000..f736fa8
--- /dev/null
+++ b/src/app/internacional/page.tsx
@@ -0,0 +1,99 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import BlogCardOne from '@/components/sections/blog/BlogCardOne';
+import SplitAbout from '@/components/sections/about/SplitAbout';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import { Newspaper, AlertCircle, Star, Globe, MapPin, Clock, MessageSquare } from 'lucide-react';
+
+export default function InternationalPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 6af1731..a2c26b6 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,50 +1,20 @@
import type { Metadata } from "next";
-import { Mulish } from "next/font/google";
+import { Inter } from "next/font/google";
import "./globals.css";
-import { ServiceWrapper } from "@/components/ServiceWrapper";
-import Tag from "@/tag/Tag";
-const mulish = Mulish({
- variable: "--font-mulish",
- subsets: ["latin"],
-});
+const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
- title: "NoticiasDigitales - Noticias Actualizadas",
- description: "Tu fuente confiable de noticias en deportes, tecnología, política, cultura e internacional. Mantente informado con reportajes de calidad.",
- keywords: "noticias, periodismo, actualidad, reportajes, deportes, tecnología, política, cultura, internacional",
- openGraph: {
- title: "NoticiasDigitales",
- description: "Tu fuente confiable de noticias en deportes, tecnología, política, cultura e internacional.",
- url: "https://noticiasdigitales.com",
- siteName: "NoticiasDigitales",
- type: "website",
- },
- twitter: {
- card: "summary_large_image",
- title: "NoticiasDigitales",
- description: "Noticias actualizadas y análisis profundo",
- },
- robots: {
- index: true,
- follow: true,
- },
-};
+ title: "NoticiasDigitales", description: "Tu fuente confiable de noticias de calidad"};
export default function RootLayout({
children,
-}: Readonly<{
+}: {
children: React.ReactNode;
-}>) {
+}) {
return (
-
-
-
-
- {children}
-
+
+ {children}
-
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 20f9740..b244113 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,9 +30,12 @@ export default function HomePage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Deportes", id: "/deportes" },
- { name: "Contacto", id: "/contact" }
+ { name: "Tecnología", id: "/tecnologia" },
+ { name: "Política", id: "/politica" },
+ { name: "Cultura", id: "/cultura" },
+ { name: "Internacional", id: "/internacional" }
]}
- button={{ text: "Suscribirse", href: "contact" }}
+ button={{ text: "Suscribirse", href: "/contact" }}
brandName="NoticiasDigitales"
/>
@@ -45,7 +48,7 @@ export default function HomePage() {
tagIcon={Newspaper}
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
- buttons={[{ text: "Leer Noticias", href: "#featured" }, { text: "Suscribirse", href: "contact" }]}
+ buttons={[{ text: "Leer Noticias", href: "#featured" }, { text: "Suscribirse", href: "/contact" }]}
buttonAnimation="slide-up"
dashboard={{
title: "Panel de Control Informativo", logoIcon: Newspaper,
@@ -74,16 +77,16 @@ export default function HomePage() {
tagIcon={Star}
tagAnimation="slide-up"
blogs={[
- { id: "1", category: "Tecnología", title: "Nueva Inteligencia Artificial Revoluciona la Industria Tech", excerpt: "Descubre cómo esta innovadora tecnología de IA está transformando sectores completos de la economía digital.", imageSrc: "http://img.b2bpic.net/free-photo/workers-using-ai-computing-simulation_482257-75500.jpg", imageAlt: "artificial intelligence AI technology innovation future", authorName: "María García", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", date: "25 Ene 2025" },
- { id: "2", category: "Deportes", title: "Histórica Victoria en el Campeonato Internacional", excerpt: "El equipo nacional logra una remontada espectacular en la final del torneo internacional más prestigioso.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-handball-players-holding-prize_23-2151155984.jpg?_wi=1", imageAlt: "sports victory champion trophy celebration winning", authorName: "Carlos López", authorAvatar: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", date: "24 Ene 2025" },
- { id: "3", category: "Política", title: "Nuevas Reformas Legislativas Aprobadas", excerpt: "El parlamento aprueba un paquete de reformas que buscan mejorar la transparencia y la participación ciudadana.", imageSrc: "http://img.b2bpic.net/free-photo/working-board-presentation-business-office_1262-2226.jpg", imageAlt: "politics reform government law parliament", authorName: "Elena Martínez", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", date: "24 Ene 2025" },
- { id: "4", category: "Cultura", title: "Gran Retrospectiva de Arte Contemporáneo Abre en Museo", excerpt: "Una exposición sin precedentes presenta 200 obras de artistas contemporáneos de todo el mundo.", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-stairs_400718-21.jpg", imageAlt: "art gallery museum exhibition contemporary", authorName: "Francisco Ruiz", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-reporter-preparing-interview_23-2149183573.jpg", date: "23 Ene 2025" },
- { id: "5", category: "Internacional", title: "Cumbres Internacionales Buscan Acuerdos sobre Clima", excerpt: "Líderes mundiales se reúnen para discutir estrategias conjuntas contra el cambio climático global.", imageSrc: "http://img.b2bpic.net/free-photo/overheating-planet-earth-global-warming-campaign-mixed-media_53876-104835.jpg", imageAlt: "climate environment global warming sustainability earth", authorName: "Diego Fernández", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-reporter-preparing-interview_23-2149183573.jpg", date: "23 Ene 2025" },
- { id: "6", category: "Tecnología", title: "Smartphones de Nueva Generación Rompen Récords de Ventas", excerpt: "Los últimos modelos de smartphones establecen nuevos estándares en velocidad, cámara y duración de batería.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-person-using-smartphone-tablet-computer-table_1262-16950.jpg", imageAlt: "smartphone mobile technology gadget device", authorName: "Sandra Morales", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", date: "22 Ene 2025" },
- { id: "7", category: "Deportes", title: "Atleta Rompe Récord Mundial en Natación", excerpt: "Una nadadora establece un nuevo récord mundial en la competencia de 200 metros mariposa.", imageSrc: "http://img.b2bpic.net/free-photo/men-standing-starting-blocks-preparing_171337-7557.jpg?_wi=1", imageAlt: "swimming swimmer pool competition athlete", authorName: "Roberto Sánchez", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-reporter-preparing-interview_23-2149183573.jpg", date: "22 Ene 2025" },
- { id: "8", category: "Política", title: "Nuevas Elecciones Municipales Atraen Mayor Participación", excerpt: "Los ciudadanos acuden masivamente a las urnas en las elecciones municipales de este año.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-poll-card-close-up_23-2148265491.jpg", imageAlt: "elections voting ballot democracy politics", authorName: "Valentina López", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", date: "21 Ene 2025" },
- { id: "9", category: "Cultura", title: "Festival de Cine Independiente Presenta 150 Películas", excerpt: "El evento cultural más importante del año presenta lo mejor del cine independiente de toda la región.", imageSrc: "http://img.b2bpic.net/free-vector/movie-banner_1284-8008.jpg", imageAlt: "cinema film festival movie actor entertainment", authorName: "Andrés Peña", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-reporter-preparing-interview_23-2149183573.jpg", date: "21 Ene 2025" },
- { id: "10", category: "Internacional", title: "Acuerdo Comercial Multinacional Beneficia a Economías", excerpt: "Cinco países firman un tratado de libre comercio que estimulará el crecimiento económico regional.", imageSrc: "http://img.b2bpic.net/free-photo/double-exposure-businessman-using-tablet-with-cityscape-financial-graph-blurred-buildi_1258-86778.jpg", imageAlt: "trade commerce business international economy", authorName: "Catalina Ruiz", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", date: "20 Ene 2025" }
+ { id: "1", category: "Tecnología", title: "Nueva Inteligencia Artificial Revoluciona la Industria Tech", excerpt: "Descubre cómo esta innovadora tecnología de IA está transformando sectores completos de la economía digital.", imageSrc: "http://img.b2bpic.net/free-photo/workers-using-ai-computing-simulation_482257-75500.jpg", imageAlt: "artificial intelligence AI technology innovation future", authorName: "María García", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", date: "25 Ene 2025", onBlogClick: () => window.location.href = '/tecnologia' },
+ { id: "2", category: "Deportes", title: "Histórica Victoria en el Campeonato Internacional", excerpt: "El equipo nacional logra una remontada espectacular en la final del torneo internacional más prestigioso.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-handball-players-holding-prize_23-2151155984.jpg?_wi=1", imageAlt: "sports victory champion trophy celebration winning", authorName: "Carlos López", authorAvatar: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", date: "24 Ene 2025", onBlogClick: () => window.location.href = '/deportes' },
+ { id: "3", category: "Política", title: "Nuevas Reformas Legislativas Aprobadas", excerpt: "El parlamento aprueba un paquete de reformas que buscan mejorar la transparencia y la participación ciudadana.", imageSrc: "http://img.b2bpic.net/free-photo/working-board-presentation-business-office_1262-2226.jpg", imageAlt: "politics reform government law parliament", authorName: "Elena Martínez", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", date: "24 Ene 2025", onBlogClick: () => window.location.href = '/politica' },
+ { id: "4", category: "Cultura", title: "Gran Retrospectiva de Arte Contemporáneo Abre en Museo", excerpt: "Una exposición sin precedentes presenta 200 obras de artistas contemporáneos de todo el mundo.", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-stairs_400718-21.jpg", imageAlt: "art gallery museum exhibition contemporary", authorName: "Francisco Ruiz", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-reporter-preparing-interview_23-2149183573.jpg", date: "23 Ene 2025", onBlogClick: () => window.location.href = '/cultura' },
+ { id: "5", category: "Internacional", title: "Cumbres Internacionales Buscan Acuerdos sobre Clima", excerpt: "Líderes mundiales se reúnen para discutir estrategias conjuntas contra el cambio climático global.", imageSrc: "http://img.b2bpic.net/free-photo/overheating-planet-earth-global-warming-campaign-mixed-media_53876-104835.jpg", imageAlt: "climate environment global warming sustainability earth", authorName: "Diego Fernández", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-reporter-preparing-interview_23-2149183573.jpg", date: "23 Ene 2025", onBlogClick: () => window.location.href = '/internacional' },
+ { id: "6", category: "Tecnología", title: "Smartphones de Nueva Generación Rompen Récords de Ventas", excerpt: "Los últimos modelos de smartphones establecen nuevos estándares en velocidad, cámara y duración de batería.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-person-using-smartphone-tablet-computer-table_1262-16950.jpg", imageAlt: "smartphone mobile technology gadget device", authorName: "Sandra Morales", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", date: "22 Ene 2025", onBlogClick: () => window.location.href = '/tecnologia' },
+ { id: "7", category: "Deportes", title: "Atleta Rompe Récord Mundial en Natación", excerpt: "Una nadadora establece un nuevo récord mundial en la competencia de 200 metros mariposa.", imageSrc: "http://img.b2bpic.net/free-photo/men-standing-starting-blocks-preparing_171337-7557.jpg?_wi=1", imageAlt: "swimming swimmer pool competition athlete", authorName: "Roberto Sánchez", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-reporter-preparing-interview_23-2149183573.jpg", date: "22 Ene 2025", onBlogClick: () => window.location.href = '/deportes' },
+ { id: "8", category: "Política", title: "Nuevas Elecciones Municipales Atraen Mayor Participación", excerpt: "Los ciudadanos acuden masivamente a las urnas en las elecciones municipales de este año.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-poll-card-close-up_23-2148265491.jpg", imageAlt: "elections voting ballot democracy politics", authorName: "Valentina López", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", date: "21 Ene 2025", onBlogClick: () => window.location.href = '/politica' },
+ { id: "9", category: "Cultura", title: "Festival de Cine Independiente Presenta 150 Películas", excerpt: "El evento cultural más importante del año presenta lo mejor del cine independiente de toda la región.", imageSrc: "http://img.b2bpic.net/free-vector/movie-banner_1284-8008.jpg", imageAlt: "cinema film festival movie actor entertainment", authorName: "Andrés Peña", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-reporter-preparing-interview_23-2149183573.jpg", date: "21 Ene 2025", onBlogClick: () => window.location.href = '/cultura' },
+ { id: "10", category: "Internacional", title: "Acuerdo Comercial Multinacional Beneficia a Economías", excerpt: "Cinco países firman un tratado de libre comercio que estimulará el crecimiento económico regional.", imageSrc: "http://img.b2bpic.net/free-photo/double-exposure-businessman-using-tablet-with-cityscape-financial-graph-blurred-buildi_1258-86778.jpg", imageAlt: "trade commerce business international economy", authorName: "Catalina Ruiz", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", date: "20 Ene 2025", onBlogClick: () => window.location.href = '/internacional' }
]}
animationType="slide-up"
textboxLayout="default"
@@ -127,11 +130,11 @@ export default function HomePage() {
useInvertedBackground={false}
animationType="slide-up"
features={[
- { id: "1", title: "Deportes - Cobertura Completa de Eventos", tags: ["Deportes", "En Vivo"], imageSrc: "http://img.b2bpic.net/free-photo/female-athlete_654080-1593.jpg?_wi=1", imageAlt: "Sección de Deportes" },
- { id: "2", title: "Tecnología - Innovación y Futuro", tags: ["Tech", "Innovación"], imageSrc: "http://img.b2bpic.net/free-photo/laptop-data-center-facility-with-artificial-intelligence-simulation_482257-122221.jpg", imageAlt: "Sección de Tecnología" },
- { id: "3", title: "Política - Análisis Político", tags: ["Política", "Análisis"], imageSrc: "http://img.b2bpic.net/free-photo/voting-rights-american-election_23-2151841503.jpg", imageAlt: "Sección de Política" },
- { id: "4", title: "Cultura - Arte y Entretenimiento", tags: ["Cultura", "Entretenimiento"], imageSrc: "http://img.b2bpic.net/free-photo/cinema-concept-with-reel-tickets_23-2147989027.jpg", imageAlt: "Sección de Cultura" },
- { id: "5", title: "Internacional - Mundo Global", tags: ["Internacional", "Global"], imageSrc: "http://img.b2bpic.net/free-vector/world-tourism-day-background-with-landmarks-transport_23-2148254689.jpg", imageAlt: "Sección de Internacional" }
+ { id: "1", title: "Deportes - Cobertura Completa de Eventos", tags: ["Deportes", "En Vivo"], imageSrc: "http://img.b2bpic.net/free-photo/female-athlete_654080-1593.jpg?_wi=1", imageAlt: "Sección de Deportes", onFeatureClick: () => window.location.href = '/deportes' },
+ { id: "2", title: "Tecnología - Innovación y Futuro", tags: ["Tech", "Innovación"], imageSrc: "http://img.b2bpic.net/free-photo/laptop-data-center-facility-with-artificial-intelligence-simulation_482257-122221.jpg", imageAlt: "Sección de Tecnología", onFeatureClick: () => window.location.href = '/tecnologia' },
+ { id: "3", title: "Política - Análisis Político", tags: ["Política", "Análisis"], imageSrc: "http://img.b2bpic.net/free-photo/voting-rights-american-election_23-2151841503.jpg", imageAlt: "Sección de Política", onFeatureClick: () => window.location.href = '/politica' },
+ { id: "4", title: "Cultura - Arte y Entretenimiento", tags: ["Cultura", "Entretenimiento"], imageSrc: "http://img.b2bpic.net/free-photo/cinema-concept-with-reel-tickets_23-2147989027.jpg", imageAlt: "Sección de Cultura", onFeatureClick: () => window.location.href = '/cultura' },
+ { id: "5", title: "Internacional - Mundo Global", tags: ["Internacional", "Global"], imageSrc: "http://img.b2bpic.net/free-vector/world-tourism-day-background-with-landmarks-transport_23-2148254689.jpg", imageAlt: "Sección de Internacional", onFeatureClick: () => window.location.href = '/internacional' }
]}
/>
@@ -167,4 +170,4 @@ export default function HomePage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/politica/page.tsx b/src/app/politica/page.tsx
new file mode 100644
index 0000000..6da7278
--- /dev/null
+++ b/src/app/politica/page.tsx
@@ -0,0 +1,99 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import BlogCardOne from '@/components/sections/blog/BlogCardOne';
+import SplitAbout from '@/components/sections/about/SplitAbout';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import { Newspaper, AlertCircle, Star, Scale, MapPin, Clock, MessageSquare } from 'lucide-react';
+
+export default function PoliticsPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/tecnologia/page.tsx b/src/app/tecnologia/page.tsx
index cd0b01d..788c13d 100644
--- a/src/app/tecnologia/page.tsx
+++ b/src/app/tecnologia/page.tsx
@@ -3,12 +3,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
-import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
+import SplitAbout from '@/components/sections/about/SplitAbout';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
-import Link from 'next/link';
-import { Newspaper, AlertCircle, Zap, Layers, Brain, Lightbulb } from 'lucide-react';
+import { Newspaper, AlertCircle, Star, Cpu, MapPin, Clock, MessageSquare } from 'lucide-react';
-export default function TechPage() {
+export default function TechnologyPage() {
return (
-
-
+
);
-}
\ No newline at end of file
+}