From 4a1cd30a7d6974d83353e799b357c3a6552d0fe3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 01:17:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ddac286..aa5699b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,7 @@ export default function LandingPage() { tag="Endorsements" 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: "http://img.b2bpic.net/free-photo/happy-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955285.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"}, { -- 2.49.1