From 8b94c3ca4524bc64139bc5bbcbf7001991f9bd16 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 01:51:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f1e583..4b858b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,21 +51,21 @@ export default function LandingPage() { testimonials={[ { name: "Alice Thompson", handle: "@travelhistorian", testimonial: "An incredible journey through history. The artifacts are breathtaking!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/famous-knossos-palace_268835-17452.jpg", imageAlt: "historical western museum display"}, + imageSrc: "http://img.b2bpic.net/free-photo/famous-knossos-palace_268835-17452.jpg?_wi=1", imageAlt: "historical western museum display"}, { name: "Bob Williams", handle: "@westernfan", testimonial: "Authentic and immersive. A must-visit for any western history lover.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-boy-stylish-outfit-smiles-looks-camera-poses_132075-14690.jpg", imageAlt: "historical old west photograph"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-boy-stylish-outfit-smiles-looks-camera-poses_132075-14690.jpg?_wi=1", imageAlt: "historical old west photograph"}, { name: "Charlie Davis", handle: "@museumgoer", testimonial: "Very informative and well-organized displays.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cowboy-inspiration-with-hat-wooden-floor_23-2149484755.jpg", imageAlt: "old west antique pistol"}, + imageSrc: "http://img.b2bpic.net/free-photo/cowboy-inspiration-with-hat-wooden-floor_23-2149484755.jpg?_wi=1", imageAlt: "old west antique pistol"}, { name: "Diana Ross", handle: "@historybuff", testimonial: "The best museum experience I've had in a long time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-old-newspaper-background_23-2149612480.jpg", imageAlt: "wild west newspaper clipping"}, + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-old-newspaper-background_23-2149612480.jpg?_wi=1", imageAlt: "wild west newspaper clipping"}, { name: "Evan Miller", handle: "@frontierfan", testimonial: "A remarkable collection that captures the spirit of the era perfectly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396012.jpg", imageAlt: "vintage western saddle"}, + imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396012.jpg?_wi=1", imageAlt: "vintage western saddle"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/famous-knossos-palace_268835-17452.jpg" + imageSrc="http://img.b2bpic.net/free-photo/famous-knossos-palace_268835-17452.jpg?_wi=2" imageAlt="Billy The Kid Museum Exhibit" mediaAnimation="slide-up" avatars={[ @@ -109,7 +109,7 @@ export default function LandingPage() { { value: "5k+", title: "Annual Visitors"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/handsome-boy-stylish-outfit-smiles-looks-camera-poses_132075-14690.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-boy-stylish-outfit-smiles-looks-camera-poses_132075-14690.jpg?_wi=2" imageAlt="Billy The Kid Museum About Section" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -124,7 +124,7 @@ export default function LandingPage() { features={[ { id: "exhibit-1", title: "Weapons of the Era", description: "See the firearms that shaped the frontier.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/cowboy-inspiration-with-hat-wooden-floor_23-2149484755.jpg", imageAlt: "Western Antique Pistol"}, + imageSrc: "http://img.b2bpic.net/free-photo/cowboy-inspiration-with-hat-wooden-floor_23-2149484755.jpg?_wi=2", imageAlt: "Western Antique Pistol"}, items: [ { icon: Shield, @@ -137,7 +137,7 @@ export default function LandingPage() { }, { id: "exhibit-2", title: "Lincoln County War", description: "Understand the conflict that made Billy famous.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-old-newspaper-background_23-2149612480.jpg", imageAlt: "Historical Documents"}, + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-old-newspaper-background_23-2149612480.jpg?_wi=2", imageAlt: "Historical Documents"}, items: [ { icon: Book, @@ -150,7 +150,7 @@ export default function LandingPage() { }, { id: "exhibit-3", title: "Life on the Trail", description: "Experience daily life for cattlemen and outlaws.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396012.jpg", imageAlt: "Cowboy Gear"}, + imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396012.jpg?_wi=2", imageAlt: "Cowboy Gear"}, items: [ { icon: Map, @@ -174,7 +174,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Alice Thompson", handle: "@travelhistorian", testimonial: "An incredible journey through history. The artifacts are breathtaking!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-boat_23-2147771300.jpg"}, + id: "1", name: "Alice Thompson", handle: "@travelhistorian", testimonial: "An incredible journey through history. The artifacts are breathtaking!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-boat_23-2147771300.jpg?_wi=1"}, { id: "2", name: "Bob Williams", handle: "@westernfan", testimonial: "Authentic and immersive. A must-visit for any western history lover.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518169.jpg"}, { @@ -182,7 +182,7 @@ export default function LandingPage() { { id: "4", name: "Diana Ross", handle: "@historybuff", testimonial: "The best museum experience I've had in a long time.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-teenager-female-waiting-passenger-lift_259150-59964.jpg"}, { - id: "5", name: "Edward Norton", handle: "@oldwestfan", testimonial: "An absolute treasure trove of information and authentic gear.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-boat_23-2147771300.jpg"}, + id: "5", name: "Edward Norton", handle: "@oldwestfan", testimonial: "An absolute treasure trove of information and authentic gear.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-boat_23-2147771300.jpg?_wi=2"}, ]} title="Voices from the Frontier" description="See what our visitors have to say about their time with us."