Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b48a6b3e9 | |||
| 17c07459a0 | |||
| 1575d2277f | |||
| 57c87b95a1 | |||
| 7a71b3908a | |||
| 4a1cd30a7d | |||
| 44a9da4db1 | |||
| ed96880a27 | |||
| 2aa71b25f7 | |||
| e14660e8b8 | |||
| 4c36b481d0 | |||
| 68522adbaa | |||
| 9d047658b7 | |||
| 77ed925967 | |||
| 4a90cfdf7c | |||
| 2409e8b2e9 |
@@ -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,18 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroLogoBillboard
|
||||||
logoText="AMERICA STRONG"
|
logoText="FREEDOM BABYYY"
|
||||||
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={[
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APZxmPw1SXapYImZaEdE0dbdPZ/uploaded-1772846027807-v5qp0s3d.jpg"
|
||||||
{
|
imageAlt="Presidential leadership address"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-waiting-register-voting-united-states_23-2149096743.jpg", imageAlt: "Presidential leadership address"},
|
background={{ variant: "plain" }}
|
||||||
{
|
mediaAnimation="slide-up"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/american-flag-painted-planks_23-2148143310.jpg?_wi=1", imageAlt: "American flag patriotic"},
|
frameStyle="card"
|
||||||
{
|
|
||||||
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>
|
||||||
|
|
||||||
@@ -78,11 +73,11 @@ export default function LandingPage() {
|
|||||||
tag="Operations"
|
tag="Operations"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Precision Targeting", description: "Advanced military capabilities eliminated high-value threats with unprecedented accuracy", imageSrc: "http://img.b2bpic.net/free-photo/american-military-personnel-supervising-cyber-warfare-high-tech-office_482257-105284.jpg", imageAlt: "Military operation precision"},
|
title: "Precision Targeting", description: "Advanced military capabilities eliminated high-value threats with unprecedented accuracy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APZxmPw1SXapYImZaEdE0dbdPZ/uploaded-1772846118635-b4horno5.png", imageAlt: "Military operation precision"},
|
||||||
{
|
{
|
||||||
title: "Regional Stability", description: "Actions have restored balance and deterred further aggression in the Middle East", imageSrc: "http://img.b2bpic.net/free-photo/successful-connected-business-people_53876-13592.jpg?_wi=2", imageAlt: "Regional stability achieved"},
|
title: "Regional Stability", description: "Actions have restored balance and deterred further aggression in the Middle East", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APZxmPw1SXapYImZaEdE0dbdPZ/uploaded-1772846143748-eqmd3tyd.jpg", imageAlt: "Regional stability achieved"},
|
||||||
{
|
{
|
||||||
title: "Allied Support", description: "Strengthened partnerships with key regional allies to ensure lasting security", imageSrc: "http://img.b2bpic.net/free-photo/american-flag-painted-planks_23-2148143310.jpg?_wi=2", imageAlt: "American leadership"},
|
title: "Allied Support", description: "Strengthened partnerships with key regional allies to ensure lasting security", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APZxmPw1SXapYImZaEdE0dbdPZ/uploaded-1772846173115-zjtyan3v.jpg", imageAlt: "American leadership"},
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -119,13 +114,13 @@ export default function LandingPage() {
|
|||||||
tag="Endorsements"
|
tag="Endorsements"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Dr. James Mitchell", role: "Defense Policy Expert", testimonial: "This decisive action represents a turning point in Middle Eastern security policy, demonstrating American resolve and capability.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955285.jpg", imageAlt: "Dr. James Mitchell"},
|
id: "1", name: "Kim Jun Un", role: "Supreme Leader - North Korea", testimonial: "I didn't get invited to this war :(((( Big Kim just wanted to have fun and use my new nuclear warheads ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APZxmPw1SXapYImZaEdE0dbdPZ/uploaded-1772846275727-kp2jylid.jpg", imageAlt: "Kim Jun Un"},
|
||||||
{
|
{
|
||||||
id: "2", name: "General Michael Harrison", role: "Military Strategist", testimonial: "The precision and execution of these operations exemplify the strength of American military power and strategic planning.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-old-person-portrait_23-2149254444.jpg", imageAlt: "General Michael Harrison"},
|
id: "2", name: "Joe Biden", role: "Former US President", testimonial: "When Trump told me he wanted to bomb Iran I got confused so I Ran to Epstein's Island to relax and let off some steam", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APZxmPw1SXapYImZaEdE0dbdPZ/uploaded-1772846375865-sdprre2r.webp", imageAlt: "Joe Biden"},
|
||||||
{
|
{
|
||||||
id: "3", name: "Ambassador Sarah Chen", role: "International Relations", testimonial: "American leadership has been restored on the world stage. This action reinforces our commitment to global stability.", imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg?_wi=1", imageAlt: "Ambassador Sarah Chen"},
|
id: "3", name: "Big Yahu", role: "PM Israel", testimonial: "With our join forces taking over Iran has been childs play. GG's to Khamenei bro lasted 5 minutes in his own war ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APZxmPw1SXapYImZaEdE0dbdPZ/uploaded-1772846482837-a2j3uqcc.jpg", imageAlt: "Big Yahu"},
|
||||||
{
|
{
|
||||||
id: "4", name: "Col. Richard Davis", role: "Security Analyst", testimonial: "These operations represent American strength, determination, and the commitment to protecting our national interests.", imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg?_wi=2", imageAlt: "Col. Richard Davis"},
|
id: "4", name: "Chief Keef", role: "The "Ultimate Weapon"", testimonial: "Yall better not have me pu or this shi finna end the universe. Fuck goin onnnnn", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APZxmPw1SXapYImZaEdE0dbdPZ/uploaded-1772846559228-q0x2kjdg.jpg", imageAlt: "Chief Keef"},
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user