Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-03-04 22:53:44 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -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" }

View File

@@ -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}