4 Commits

Author SHA1 Message Date
a4afdbb14e Update src/app/page.tsx 2026-03-07 01:07:06 +00:00
d0e114324b Update src/app/layout.tsx 2026-03-07 01:07:05 +00:00
a99a2b3617 Merge version_1 into main
Merge version_1 into main
2026-03-07 01:05:23 +00:00
41c57b7ed8 Merge version_1 into main
Merge version_1 into main
2026-03-07 01:03:05 +00:00
2 changed files with 6 additions and 4 deletions

View File

@@ -22,7 +22,8 @@ const figtree = Figtree({
export const metadata: Metadata = { 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"), 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: { alternates: {
canonical: "https://example.com"}, canonical: "https://example.com"
},
openGraph: { 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: [ 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> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -63,7 +63,8 @@ export default function LandingPage() {
<TextSplitAbout <TextSplitAbout
title="Historic Achievements" title="Historic Achievements"
description={[ 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" }]} buttons={[{ text: "View Details", href: "#operations" }]}
showBorder={true} showBorder={true}
useInvertedBackground={false} useInvertedBackground={false}
@@ -169,4 +170,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }