Update src/app/page.tsx

This commit is contained in:
2026-03-18 18:59:21 +00:00
parent 03a42a59ea
commit f050f6b1e4

View File

@@ -103,7 +103,7 @@ export default function LandingPage() {
<div id="organizations" data-section="organizations">
<ProductCardThree
title="Organizations & Structures"
description="Saddam Hussein built a complex organization to maintain power. Beyond governmental structures, he created youth organizations, cultural institutions, military branches, and intelligence agencies—all designed to penetrrate society and enforce regime loyalty."
description="Saddam Hussein built a complex organization to maintain power. Beyond governmental structures, he created youth organizations, cultural institutions, military branches, and intelligence agencies—all designed to penetrante society and enforce regime loyalty."
products={[
{ id: "baath", name: "Ba'ath Party", price: "Political Control", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=guslzl&_wi=1", imageAlt: "Ba'ath Party organizational structure" },
{ id: "republican-guard", name: "Republican Guard", price: "Military Force", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hvddj5&_wi=3", imageAlt: "Republican Guard elite military unit" },
@@ -195,6 +195,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Read More Details", href: "#fall-details" }]}
metricTitleClassName="text-5xl"
/>
</div>