From 7016740b4ddf23ab879b35d8877d106c32b23810 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 01:03:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cf0af0..47ebf90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/people-waiting-register-voting-united-states_23-2149096743.jpg", imageAlt: "Presidential leadership address"}, { - imageSrc: "http://img.b2bpic.net/free-photo/american-flag-painted-planks_23-2148143310.jpg", imageAlt: "American flag patriotic"}, + imageSrc: "http://img.b2bpic.net/free-photo/american-flag-painted-planks_23-2148143310.jpg?_wi=1", imageAlt: "American flag patriotic"}, { - imageSrc: "http://img.b2bpic.net/free-photo/successful-connected-business-people_53876-13592.jpg", imageAlt: "Global impact and influence"}, + imageSrc: "http://img.b2bpic.net/free-photo/successful-connected-business-people_53876-13592.jpg?_wi=1", imageAlt: "Global impact and influence"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -79,9 +79,9 @@ export default function LandingPage() { { 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: "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", imageAlt: "Regional stability achieved"}, + 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: "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", imageAlt: "American leadership"}, + 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"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" @@ -122,9 +122,9 @@ export default function LandingPage() { { 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: "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", imageAlt: "Ambassador Sarah Chen"}, + 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: "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", imageAlt: "Col. Richard Davis"}, + 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"}, ]} textboxLayout="default" animationType="slide-up" -- 2.49.1