Update src/app/page.tsx

This commit is contained in:
2026-03-07 01:07:06 +00:00
parent d0e114324b
commit a4afdbb14e

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>
);
}
}