diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a5adc9c..0683066 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -70,7 +70,7 @@ export default function AboutPage() { title="The Heart of the Historic Tower" description="Culver Fire Tower represents over a century of preservation and adventure. Built in 1924, this iconic structure has guided countless hikers, nature lovers, and photographers to one of New Jersey's most spectacular vantage points. The tower embodies the spirit of conservation and the timeless allure of the Appalachian wilderness." tag="Our Story" - imageSrc="http://img.b2bpic.net/free-photo/modern-tower-gothic-arches-upward-view-architectural-contrast_169016-68442.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-tower-gothic-arches-upward-view-architectural-contrast_169016-68442.jpg?_wi=2" imageAlt="Culver Fire Tower historic structure" buttons={[{ text: "Visit Us Today", href: "/visit" }]} useInvertedBackground={true} @@ -89,7 +89,7 @@ export default function AboutPage() { description: "Constructed during the early fire observation era, the tower served as a critical lookout point for forest fire detection across the Appalachian region. Its strategic location made it invaluable for land management and conservation.", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-shot-mountain-landscape-covered-with-trees_181624-29516.jpg", + "http://img.b2bpic.net/free-photo/beautiful-shot-mountain-landscape-covered-with-trees_181624-29516.jpg?_wi=1", imageAlt: "Historic construction era", }, { @@ -98,7 +98,7 @@ export default function AboutPage() { description: "Designated as a historic landmark by the New Jersey Department of Environmental Protection, Culver Fire Tower stands as a testament to early 20th-century engineering and conservation vision. It represents the dedication to preserving natural lands.", imageSrc: - "http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg", + "http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg?_wi=3", imageAlt: "Landmark recognition", }, { @@ -107,7 +107,7 @@ export default function AboutPage() { description: "Today, the tower welcomes thousands of visitors annually who come to experience its breathtaking views, connect with nature, and explore one of America's most cherished hiking destinations. It remains a beacon for outdoor adventure.", imageSrc: - "http://img.b2bpic.net/free-photo/sunset-snowy-mountain-range_23-2152006045.jpg", + "http://img.b2bpic.net/free-photo/sunset-snowy-mountain-range_23-2152006045.jpg?_wi=2", imageAlt: "Modern adventure destination", }, ]} @@ -136,7 +136,7 @@ export default function AboutPage() {