From 412c31c48363c862035572981a8d02335932e6bc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:04:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c9e717..4b5c388 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,7 +92,7 @@ export default function LandingPage() { useInvertedBackground={true} members={[ { - id: "s1", name: "Siobhán Ní Fhlannagáin", role: "Storyteller", description: "Keeper of local myths and ancient rituals of Ard Mhacha.", imageSrc: "http://img.b2bpic.net/free-photo/leaf-casting-shadow-man_23-2148192722.jpg"}, + id: "s1", name: "Siobhán Ní Fhlannagáin", role: "Storyteller", description: "Keeper of local myths and ancient rituals of Ard Mhacha.", imageSrc: "http://img.b2bpic.net/free-photo/leaf-casting-shadow-man_23-2148192722.jpg?_wi=1"}, { id: "s2", name: "Liam O'Connor", role: "Historian", description: "Expert in the archeology of the Emain Macha site.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-canopy-bed_107420-9641.jpg"}, { @@ -100,7 +100,7 @@ export default function LandingPage() { { id: "s4", name: "Cormac MacGabhann", role: "Poet", description: "Capturing the elemental energy of land and sea in verse.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-posing-with-pipe_52683-88581.jpg"}, { - id: "s5", name: "Eimear O'Neill", role: "Cultural Guide", description: "Sharing the deep ancestral connection to the land.", imageSrc: "http://img.b2bpic.net/free-photo/leaf-casting-shadow-man_23-2148192722.jpg"}, + id: "s5", name: "Eimear O'Neill", role: "Cultural Guide", description: "Sharing the deep ancestral connection to the land.", imageSrc: "http://img.b2bpic.net/free-photo/leaf-casting-shadow-man_23-2148192722.jpg?_wi=2"}, ]} title="Speaker Profiles" description="Meet the voices and storytellers of this land." -- 2.49.1