Update src/app/page.tsx

This commit is contained in:
2026-03-04 22:53:40 +00:00
parent f1d3e65304
commit ebe020356c

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}