Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -248,4 +249,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user