|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
|
|
|
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
|
|
|
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
|
|
|
|
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
|
|
|
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
|
|
|
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
|
|
|
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
|
|
|
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
|
|
|
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
|
|
|
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
|
|
|
@@ -39,23 +39,19 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroCarouselLogo
|
|
|
|
<HeroLogoBillboard
|
|
|
|
logoText="AMERICA STRONG"
|
|
|
|
logoText="AMERICA STRONG"
|
|
|
|
description="Decisive leadership eliminating global threats and restoring American strength on the world stage"
|
|
|
|
description="Decisive leadership eliminating global threats and restoring American strength on the world stage"
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Learn the Facts", href: "#achievements" },
|
|
|
|
{ text: "Learn the Facts", href: "#achievements" },
|
|
|
|
{ text: "Full Report", href: "https://example.com" },
|
|
|
|
{ text: "Full Report", href: "https://example.com" },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
slides={[
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
{
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/people-waiting-register-voting-united-states_23-2149096743.jpg"
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/people-waiting-register-voting-united-states_23-2149096743.jpg", imageAlt: "Presidential leadership address"},
|
|
|
|
imageAlt="Presidential leadership address"
|
|
|
|
{
|
|
|
|
mediaAnimation="opacity"
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/american-flag-painted-planks_23-2148143310.jpg?_wi=1", imageAlt: "American flag patriotic"},
|
|
|
|
frameStyle="card"
|
|
|
|
{
|
|
|
|
buttonAnimation="opacity"
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APZxmPw1SXapYImZaEdE0dbdPZ/uploaded-1772845509752-5i9u911p.jpg", imageAlt: "Global impact and influence"},
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
autoplayDelay={4000}
|
|
|
|
|
|
|
|
showDimOverlay={true}
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -63,7 +59,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}
|
|
|
|
|