diff --git a/src/app/page.tsx b/src/app/page.tsx index ad4c5c8..0e8e605 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,15 +50,15 @@ export default function LandingPage() { leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/portrait-retro-1920s-english-arabian-business-man-wearing-dark-suit-tie-flat-cap-standing-against-old-brick-house-1898-year_627829-6865.jpg", imageAlt: "Soldiers in field" }, { imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-small-airplane-field_181624-61599.jpg", imageAlt: "Aircraft flight" }, - { imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-view-combat-tank-vehicle-war-time_23-2151663551.jpg", imageAlt: "Strategic map" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396013.jpg", imageAlt: "Infantry rifle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-view-combat-tank-vehicle-war-time_23-2151663551.jpg?_wi=1", imageAlt: "Strategic map" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396013.jpg?_wi=1", imageAlt: "Infantry rifle" }, { imageSrc: "http://img.b2bpic.net/free-photo/diligent-worker-is-focused-jet-s-engine-he-is-wearing-helmet-uniform_613910-20938.jpg", imageAlt: "Aircraft interior" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-view-combat-tank-vehicle-war-time_23-2151663551.jpg", imageAlt: "Strategic map" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-view-combat-tank-vehicle-war-time_23-2151663551.jpg?_wi=2", imageAlt: "Strategic map" }, { imageSrc: "http://img.b2bpic.net/free-photo/scary-apocalyptic-nuclear-bomb-explosion-with-mushroom_23-2150805462.jpg", imageAlt: "Atomic cloud" }, - { imageSrc: "http://img.b2bpic.net/free-photo/portrait-scandinavian-female-viking-person_23-2151707048.jpg", imageAlt: "Veteran portrait" }, - { imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-working-woman-celebration-labour-day_23-2151296015.jpg", imageAlt: "Soldier portrait" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-scandinavian-female-viking-person_23-2151707048.jpg?_wi=1", imageAlt: "Veteran portrait" }, + { imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-working-woman-celebration-labour-day_23-2151296015.jpg?_wi=1", imageAlt: "Soldier portrait" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-general-uniform_23-2149742949.jpg", imageAlt: "Worker portrait" }, ]} /> @@ -84,9 +84,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "M1 Garand", description: "Standard issue semi-automatic rifle for U.S. forces.", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396013.jpg", buttonIcon: Zap }, - { title: "Kar98k", description: "The primary bolt-action rifle of the German Wehrmacht.", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396013.jpg", buttonIcon: Zap }, - { title: "MP40", description: "Submachine gun favored by German infantry.", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396013.jpg", buttonIcon: Zap }, + { title: "M1 Garand", description: "Standard issue semi-automatic rifle for U.S. forces.", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396013.jpg?_wi=2", buttonIcon: Zap }, + { title: "Kar98k", description: "The primary bolt-action rifle of the German Wehrmacht.", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396013.jpg?_wi=3", buttonIcon: Zap }, + { title: "MP40", description: "Submachine gun favored by German infantry.", imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149396013.jpg?_wi=4", buttonIcon: Zap }, ]} title="Weaponry of the War" description="Iconic infantry arms and artillery systems utilized by the Allied and Axis powers." @@ -145,9 +145,9 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} team={[ - { id: "t1", name: "Alice Historian", role: "Lead Archivist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-scandinavian-female-viking-person_23-2151707048.jpg" }, + { id: "t1", name: "Alice Historian", role: "Lead Archivist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-scandinavian-female-viking-person_23-2151707048.jpg?_wi=2" }, { id: "t2", name: "Bob Researcher", role: "Weaponry Expert", imageSrc: "http://img.b2bpic.net/free-photo/woman-general-uniform-front-view_23-2149742942.jpg" }, - { id: "t3", name: "Charlie Pilot", role: "Aviation Analyst", imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-working-woman-celebration-labour-day_23-2151296015.jpg" }, + { id: "t3", name: "Charlie Pilot", role: "Aviation Analyst", imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-working-woman-celebration-labour-day_23-2151296015.jpg?_wi=2" }, { id: "t4", name: "Diana Curator", role: "Museum Liaison", imageSrc: "http://img.b2bpic.net/free-photo/still-life-vintage-writing-love-letter_23-2150784423.jpg" }, ]} title="Historical Research Team"