Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-15 10:14:58 +00:00
6 changed files with 85 additions and 51 deletions

View File

@@ -95,7 +95,7 @@ export default function BreakingPage() {
handle: "Now",
testimonial: "Developing story: Major incident reported with live updates coming every minute as situation unfolds",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sale-word-clock-red-black-background_23-2148281055.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sale-word-clock-red-black-background_23-2148281055.jpg?_wi=2",
imageAlt: "urgent breaking news alert",
},
{
@@ -103,7 +103,7 @@ export default function BreakingPage() {
handle: "This Minute",
testimonial: "Official statements released regarding today's major developments - comprehensive coverage ongoing",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/gradient-breaking-news-background_23-2151146325.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-breaking-news-background_23-2151146325.jpg?_wi=2",
imageAlt: "latest breaking news update",
},
{
@@ -135,7 +135,7 @@ export default function BreakingPage() {
category: "URGENT",
title: "Government Announces Emergency Measures",
excerpt: "Officials hold press conference to address critical national issue with immediate action steps",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=3",
imageAlt: "breaking news politics announcement",
authorName: "David Martinez",
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-sale-word-clock-red-black-background_23-2148281055.jpg",
@@ -146,7 +146,7 @@ export default function BreakingPage() {
category: "DEVELOPING",
title: "International Crisis Situation Escalates",
excerpt: "Global response coordinated as international community addresses escalating situation with diplomatic efforts",
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg?_wi=3",
imageAlt: "breaking news international crisis",
authorName: "Lisa Anderson",
authorAvatar: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg",
@@ -157,7 +157,7 @@ export default function BreakingPage() {
category: "UPDATE",
title: "Stock Markets Respond to Breaking Developments",
excerpt: "Trading halted and resumed as investors process implications of major news announcement across sectors",
imageSrc: "http://img.b2bpic.net/free-photo/detail-glass-architectures_1359-932.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/detail-glass-architectures_1359-932.jpg?_wi=3",
imageAlt: "breaking business market news",
authorName: "Robert Chen",
authorAvatar: "http://img.b2bpic.net/free-photo/detail-glass-architectures_1359-932.jpg",

View File

@@ -99,7 +99,7 @@ const BusinessPage = () => {
handle: "Latest",
testimonial: "Critical story: Government announces new policies. Read full coverage in our special report.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sale-word-clock-red-black-background_23-2148281055.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sale-word-clock-red-black-background_23-2148281055.jpg?_wi=3",
imageAlt: "breaking news banner dramatic headline announcement",
},
{
@@ -107,7 +107,7 @@ const BusinessPage = () => {
handle: "International",
testimonial: "Major international developments affecting global markets and politics today.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg?_wi=7",
imageAlt: "world news globe international breaking news",
},
{
@@ -115,7 +115,7 @@ const BusinessPage = () => {
handle: "Business",
testimonial: "Markets respond to latest economic data. Expert analysis inside.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/detail-glass-architectures_1359-932.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/detail-glass-architectures_1359-932.jpg?_wi=4",
imageAlt: "business news stock market financial headlines",
},
]}
@@ -138,28 +138,28 @@ const BusinessPage = () => {
id: "politics-story",
title: "Politics in Focus",
description: "Comprehensive analysis of today's political developments and legislative updates",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=10",
imageAlt: "politics news parliament building government",
},
{
id: "world-story",
title: "Global Headlines",
description: "International news affecting your daily life and the world economy",
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg?_wi=8",
imageAlt: "world news globe international breaking news",
},
{
id: "business-story",
title: "Business & Markets",
description: "Stock market updates, business analysis, and economic indicators",
imageSrc: "http://img.b2bpic.net/free-photo/detail-glass-architectures_1359-932.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/detail-glass-architectures_1359-932.jpg?_wi=5",
imageAlt: "business news stock market financial headlines",
},
{
id: "sports-story",
title: "Sports Digest",
description: "Latest games, scores, and sports analysis from around the globe",
imageSrc: "http://img.b2bpic.net/free-psd/american-football-championship-template-design_23-2151107638.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/american-football-championship-template-design_23-2151107638.jpg?_wi=2",
imageAlt: "sports news football basketball game highlights",
},
]}
@@ -182,21 +182,21 @@ const BusinessPage = () => {
id: "tech",
name: "Technology",
price: "Latest",
imageSrc: "http://img.b2bpic.net/free-vector/realistic-cyber-monday-landing-page-template_23-2149120771.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/realistic-cyber-monday-landing-page-template_23-2149120771.jpg?_wi=2",
imageAlt: "technology news innovation tech headlines",
},
{
id: "lifestyle",
name: "Lifestyle",
price: "Trending",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-people-partying_23-2149739845.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-people-partying_23-2149739845.jpg?_wi=2",
imageAlt: "lifestyle news culture entertainment lifestyle",
},
{
id: "politics",
name: "Politics",
price: "Breaking",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=11",
imageAlt: "politics news parliament building government",
},
]}
@@ -220,7 +220,7 @@ const BusinessPage = () => {
category: "Breaking",
title: "Major Policy Shift Announced",
excerpt: "Government releases comprehensive new framework affecting millions of citizens",
imageSrc: "http://img.b2bpic.net/free-vector/news-concept-landing-page_52683-21322.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/news-concept-landing-page_52683-21322.jpg?_wi=3",
imageAlt: "viral news trending story popular headlines",
authorName: "Sarah Johnson",
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-sale-word-clock-red-black-background_23-2148281055.jpg",
@@ -231,7 +231,7 @@ const BusinessPage = () => {
category: "Business",
title: "Markets React to Economic Data",
excerpt: "Stock indices surge on positive quarterly earnings and consumer confidence reports",
imageSrc: "http://img.b2bpic.net/free-photo/newspaper-background-concept_23-2149501595.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/newspaper-background-concept_23-2149501595.jpg?_wi=3",
imageAlt: "top story headline most viewed news",
authorName: "Michael Chen",
authorAvatar: "http://img.b2bpic.net/free-photo/detail-glass-architectures_1359-932.jpg",
@@ -242,7 +242,7 @@ const BusinessPage = () => {
category: "International",
title: "Global Summit Concludes with Agreement",
excerpt: "World leaders reach consensus on climate and trade initiatives for coming year",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-breaking-news-background_23-2151146325.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-breaking-news-background_23-2151146325.jpg?_wi=4",
imageAlt: "news headline featured story news article",
authorName: "Emma Williams",
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-happy-people-partying_23-2149739845.jpg",

View File

@@ -1,24 +1,56 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Archivo } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Archivo } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const archivo = Archivo({
variable: "--font-archivo",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Ynet News - Breaking News, Headlines & Live Updates",
description: "Stay informed with Ynet News. Get breaking news, live updates, and latest headlines on politics, business, world, sports, technology, and lifestyle.",
keywords: "news, breaking news, headlines, latest news, world news, politics, business news, sports news, technology news",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Ynet News - Breaking News & Headlines",
description: "Your source for breaking news, live coverage, and in-depth reporting on global events",
type: "website",
siteName: "Ynet News",
images: [
{
url: "http://img.b2bpic.net/free-photo/front-view-sale-word-clock-red-black-background_23-2148281055.jpg",
alt: "Ynet News Breaking Headlines",
},
],
},
twitter: {
card: "summary_large_image",
title: "Ynet News - Breaking News & Updates",
description: "Latest headlines and breaking news coverage",
images: ["http://img.b2bpic.net/free-photo/front-view-sale-word-clock-red-black-background_23-2148281055.jpg"],
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +59,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${archivo.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +73,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -99,7 +99,7 @@ export default function HomePage() {
handle: "Latest",
testimonial: "Critical story: Government announces new policies. Read full coverage in our special report.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sale-word-clock-red-black-background_23-2148281055.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sale-word-clock-red-black-background_23-2148281055.jpg?_wi=1",
imageAlt: "breaking news banner dramatic headline announcement",
},
{
@@ -107,7 +107,7 @@ export default function HomePage() {
handle: "International",
testimonial: "Major international developments affecting global markets and politics today.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg?_wi=1",
imageAlt: "world news globe international breaking news",
},
{
@@ -115,7 +115,7 @@ export default function HomePage() {
handle: "Business",
testimonial: "Markets respond to latest economic data. Expert analysis inside.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/detail-glass-architectures_1359-932.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/detail-glass-architectures_1359-932.jpg?_wi=1",
imageAlt: "business news stock market financial headlines",
},
]}
@@ -138,28 +138,28 @@ export default function HomePage() {
id: "politics-story",
title: "Politics in Focus",
description: "Comprehensive analysis of today's political developments and legislative updates",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=1",
imageAlt: "politics news parliament building government",
},
{
id: "world-story",
title: "Global Headlines",
description: "International news affecting your daily life and the world economy",
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg?_wi=2",
imageAlt: "world news globe international breaking news",
},
{
id: "business-story",
title: "Business & Markets",
description: "Stock market updates, business analysis, and economic indicators",
imageSrc: "http://img.b2bpic.net/free-photo/detail-glass-architectures_1359-932.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/detail-glass-architectures_1359-932.jpg?_wi=2",
imageAlt: "business news stock market financial headlines",
},
{
id: "sports-story",
title: "Sports Digest",
description: "Latest games, scores, and sports analysis from around the globe",
imageSrc: "http://img.b2bpic.net/free-psd/american-football-championship-template-design_23-2151107638.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/american-football-championship-template-design_23-2151107638.jpg?_wi=1",
imageAlt: "sports news football basketball game highlights",
},
]}
@@ -182,21 +182,21 @@ export default function HomePage() {
id: "tech",
name: "Technology",
price: "Latest",
imageSrc: "http://img.b2bpic.net/free-vector/realistic-cyber-monday-landing-page-template_23-2149120771.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/realistic-cyber-monday-landing-page-template_23-2149120771.jpg?_wi=1",
imageAlt: "technology news innovation tech headlines",
},
{
id: "lifestyle",
name: "Lifestyle",
price: "Trending",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-people-partying_23-2149739845.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-people-partying_23-2149739845.jpg?_wi=1",
imageAlt: "lifestyle news culture entertainment lifestyle",
},
{
id: "politics",
name: "Politics",
price: "Breaking",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=2",
imageAlt: "politics news parliament building government",
},
]}
@@ -220,7 +220,7 @@ export default function HomePage() {
category: "Breaking",
title: "Major Policy Shift Announced",
excerpt: "Government releases comprehensive new framework affecting millions of citizens",
imageSrc: "http://img.b2bpic.net/free-vector/news-concept-landing-page_52683-21322.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/news-concept-landing-page_52683-21322.jpg?_wi=1",
imageAlt: "viral news trending story popular headlines",
authorName: "Sarah Johnson",
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-sale-word-clock-red-black-background_23-2148281055.jpg",
@@ -231,7 +231,7 @@ export default function HomePage() {
category: "Business",
title: "Markets React to Economic Data",
excerpt: "Stock indices surge on positive quarterly earnings and consumer confidence reports",
imageSrc: "http://img.b2bpic.net/free-photo/newspaper-background-concept_23-2149501595.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/newspaper-background-concept_23-2149501595.jpg?_wi=1",
imageAlt: "top story headline most viewed news",
authorName: "Michael Chen",
authorAvatar: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg",
@@ -242,7 +242,7 @@ export default function HomePage() {
category: "International",
title: "Global Summit Concludes with Agreement",
excerpt: "World leaders reach consensus on climate and trade initiatives for coming year",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-breaking-news-background_23-2151146325.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-breaking-news-background_23-2151146325.jpg?_wi=1",
imageAlt: "news headline featured story news article",
authorName: "Emma Williams",
authorAvatar: "http://img.b2bpic.net/free-photo/detail-glass-architectures_1359-932.jpg",

View File

@@ -95,7 +95,7 @@ const PoliticsPage = () => {
handle: "Breaking",
testimonial: "Latest government policy announcement affecting citizens nationwide. Full coverage and analysis available.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=4",
imageAlt: "Government policy news",
},
{
@@ -103,7 +103,7 @@ const PoliticsPage = () => {
handle: "Politics",
testimonial: "Election campaigns gain momentum with candidate debates and policy positions unveiled this week.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=5",
imageAlt: "Election news coverage",
},
{
@@ -111,7 +111,7 @@ const PoliticsPage = () => {
handle: "Parliament",
testimonial: "Parliament passes landmark legislation. Experts analyze implications for citizens and economy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=6",
imageAlt: "Parliament legislative news",
},
]}
@@ -134,21 +134,21 @@ const PoliticsPage = () => {
id: "policy-story",
title: "Government Policy Update",
description: "Comprehensive analysis of new government policies and their impact on citizens",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=7",
imageAlt: "Government policy coverage",
},
{
id: "election-story",
title: "Election Campaign News",
description: "Latest developments in the election campaign with candidate statements and voter reactions",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=8",
imageAlt: "Election campaign news",
},
{
id: "parliament-story",
title: "Parliament & Legislature",
description: "Recent votes, legislation, and parliamentary debates from the house and senate",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lightbox-still-life-arrangement_23-2149198446.jpg?_wi=9",
imageAlt: "Parliament legislative news",
},
]}

View File

@@ -95,7 +95,7 @@ const WorldPage = () => {
handle: "Breaking",
testimonial: "Major international developments unfolding. Live updates and analysis on the global situation.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg?_wi=4",
imageAlt: "International breaking news",
},
{
@@ -103,7 +103,7 @@ const WorldPage = () => {
handle: "International",
testimonial: "World leaders meet to discuss climate, trade, and security. Full coverage of negotiations.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg?_wi=5",
imageAlt: "Global summit news",
},
{
@@ -111,7 +111,7 @@ const WorldPage = () => {
handle: "Regional",
testimonial: "Significant developments in key regions worldwide. Expert analysis and correspondent reports.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/coronavirus-breaking-news-background_52683-50843.jpg?_wi=6",
imageAlt: "Regional news update",
},
]}
@@ -135,7 +135,7 @@ const WorldPage = () => {
category: "Breaking",
title: "International Crisis Develops",
excerpt: "Global community responds to significant international developments affecting multiple nations",
imageSrc: "http://img.b2bpic.net/free-vector/news-concept-landing-page_52683-21322.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/news-concept-landing-page_52683-21322.jpg?_wi=2",
imageAlt: "International breaking news",
authorName: "James Mitchell",
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-happy-people-partying_23-2149739845.jpg",
@@ -146,7 +146,7 @@ const WorldPage = () => {
category: "International",
title: "World Leaders Convene for Summit",
excerpt: "Heads of state gather to address global challenges and establish new international agreements",
imageSrc: "http://img.b2bpic.net/free-photo/newspaper-background-concept_23-2149501595.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/newspaper-background-concept_23-2149501595.jpg?_wi=2",
imageAlt: "World leaders summit",
authorName: "Elena Rodriguez",
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-happy-people-partying_23-2149739845.jpg",
@@ -157,7 +157,7 @@ const WorldPage = () => {
category: "Regional",
title: "Major Developments in Key Regions",
excerpt: "Significant events unfold across multiple continents affecting global markets and politics",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-breaking-news-background_23-2151146325.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-breaking-news-background_23-2151146325.jpg?_wi=3",
imageAlt: "Regional news coverage",
authorName: "Ahmed Hassan",
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-happy-people-partying_23-2149739845.jpg",