From d0e114324b69fdf3279501aaea4b9b199140ab2c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 01:07:05 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0e5cd00..fa0a10d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,7 +22,8 @@ const figtree = Figtree({ export const metadata: Metadata = { title: "Trump Administration - Iran Success", description: "Historic military and diplomatic success eliminating Iranian threat to American interests and regional stability", keywords: "Trump, Iran, military success, American leadership, Middle East", metadataBase: new URL("https://example.com"), alternates: { - canonical: "https://example.com"}, + canonical: "https://example.com" + }, openGraph: { title: "Trump Administration - Iran Success", description: "Historic military and diplomatic success eliminating Iranian threat to American interests and regional stability", url: "https://example.com", siteName: "Trump Administration", type: "website", images: [ { @@ -1422,4 +1423,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From a4afdbb14e4ee16e62a71d86c29536cd5bde63e3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 01:07:06 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e505f6..826d5b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,8 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1