From f1d3e653042858e8df4a2497d2a5127fe983c6d5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:53:40 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 58096b4..1668bbf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,7 +45,7 @@ export default function AboutPage() { tagAnimation="slide-up" title="Exploring Camp Jori Since 1937" description="For over 85 years, Camp Jori has been Rhode Island's premier destination for summer adventure, friendship, and growth. Our storied tradition of excellence continues to inspire new generations of campers." - imageSrc="http://img.b2bpic.net/free-photo/exterior-portrait-kids-world-environment-day_23-2149369450.jpg" + imageSrc="http://img.b2bpic.net/free-photo/exterior-portrait-kids-world-environment-day_23-2149369450.jpg?_wi=2" imageAlt="Camp Jori kids having fun" buttons={[ { text: "Learn Our History", href: "#history" } @@ -62,7 +62,7 @@ export default function AboutPage() { tagAnimation="slide-up" title="75-Acre Retreat in Wakefield, Rhode Island" description="Nestled in beautiful Wakefield, Rhode Island, Camp Jori's expansive 75-acre campus provides the perfect setting for adventure and discovery. Our picturesque location features pristine waterfront, forest trails, and state-of-the-art facilities, all designed to create an unforgettable camp experience." - imageSrc="http://img.b2bpic.net/free-photo/friends-sitting-near-bonfire-smiling-playing-guitar-camping-grill-marshmallow_176420-4161.jpg" + imageSrc="http://img.b2bpic.net/free-photo/friends-sitting-near-bonfire-smiling-playing-guitar-camping-grill-marshmallow_176420-4161.jpg?_wi=2" imageAlt="Camp Jori location in Wakefield" useInvertedBackground={true} /> @@ -168,7 +168,7 @@ export default function AboutPage() { tagAnimation="slide-up" title="Creating Multigenerational Memories" description="Camp Jori is built on the foundation of family traditions. Many of our campers represent multiple generations—grandparents who attended decades ago, parents who met at camp, and children now making their own memories. We celebrate this continuity and welcome families to join our growing community." - videoSrc="http://img.b2bpic.net/free-photo/couple-together-kayaking-river_1303-16040.jpg" + videoSrc="http://img.b2bpic.net/free-photo/couple-together-kayaking-river_1303-16040.jpg?_wi=2" imageAlt="Multigenerational camp families" buttons={[ { text: "Start Your Family Tradition", href: "#contact" } -- 2.49.1 From ebe020356ce68bcafc8baca757fbaa0dfb76d994 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:53:40 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90f566d..28e2e69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/exterior-portrait-kids-world-environment-day_23-2149369450.jpg", imageAlt: "Rock climbing adventure" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/couple-together-kayaking-river_1303-16040.jpg", imageAlt: "Kayaking on the lake" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/exterior-portrait-kids-world-environment-day_23-2149369450.jpg?_wi=1", imageAlt: "Rock climbing adventure" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/couple-together-kayaking-river_1303-16040.jpg?_wi=1", imageAlt: "Kayaking on the lake" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/boy-scouts-spending-time-nature_23-2149572836.jpg", imageAlt: "Archery training" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/girl-preparing-ride-horse_1157-4617.jpg", imageAlt: "Horseback riding" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-near-bonfire-smiling-playing-guitar-camping-grill-marshmallow_176420-4161.jpg", imageAlt: "Campfire songs" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-near-bonfire-smiling-playing-guitar-camping-grill-marshmallow_176420-4161.jpg?_wi=1", imageAlt: "Campfire songs" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/three-best-friends-are-hiking-autumn-pine-forest-with-backpacks_613910-19009.jpg", imageAlt: "Hiking adventure" } ]} autoPlay={true} -- 2.49.1