Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-07 01:07:11 +00:00
2 changed files with 6 additions and 4 deletions

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -63,7 +63,8 @@ export default function LandingPage() {
<TextSplitAbout
title="Historic Achievements"
description={[
"Under decisive leadership, the administration has successfully eliminated the Iranian threat to regional stability and American interests in the Middle East.", "Through strategic military operations and diplomatic pressure, key objectives have been achieved that reshape the balance of power in one of the world's most critical regions.", "These actions represent a commitment to protecting American lives, supporting allied nations, and restoring American credibility on the global stage."]}
"Under decisive leadership, the administration has successfully eliminated the Iranian threat to regional stability and American interests in the Middle East.", "Through strategic military operations and diplomatic pressure, key objectives have been achieved that reshape the balance of power in one of the world's most critical regions.", "These actions represent a commitment to protecting American lives, supporting allied nations, and restoring American credibility on the global stage."
]}
buttons={[{ text: "View Details", href: "#operations" }]}
showBorder={true}
useInvertedBackground={false}
@@ -169,4 +170,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}