Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-03 07:45:11 +00:00
6 changed files with 35 additions and 35 deletions

View File

@@ -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() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg?_wi=4"
imageAlt="Mountain landscape footer"
logoText="Culver Fire Tower"
copyrightText="© 2025 Culver Fire Tower | Appalachian National Scenic Trail, Branchville, NJ"

View File

@@ -70,7 +70,7 @@ export default function ContactPage() {
title="Get in Touch with Us"
description="Have questions about visiting Culver Fire Tower? Want to organize a group expedition? Interested in contributing photos to our gallery? We're here to help! Reach out with any inquiries about this historic landmark or plan your adventure with our expert guidance."
tag="Contact"
imageSrc="http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg?_wi=9"
imageAlt="Mountain contact"
buttons={[{ text: "Contact Form", href: "#" }]}
useInvertedBackground={true}
@@ -128,7 +128,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg?_wi=10"
imageAlt="Mountain landscape footer"
logoText="Culver Fire Tower"
copyrightText="© 2025 Culver Fire Tower | Appalachian National Scenic Trail, Branchville, NJ"

View File

@@ -69,7 +69,7 @@ export default function GalleryPage() {
title="Visual Journey Through Culver Fire Tower"
description="Immerse yourself in the breathtaking landscapes and stunning perspectives captured at Culver Fire Tower. From pristine daylight vistas to enchanting starlit nights, discover the raw beauty of this historic mountain landmark through the eyes of adventurers and photographers."
tag="Gallery"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-mountain-landscape-covered-with-trees_181624-29516.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-mountain-landscape-covered-with-trees_181624-29516.jpg?_wi=2"
imageAlt="Mountain landscape gallery"
buttons={[{ text: "Explore Collections", href: "#" }]}
useInvertedBackground={false}
@@ -88,7 +88,7 @@ export default function GalleryPage() {
company: "Mountain Photography",
rating: 5,
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=3",
imageAlt: "Daytime mountain views",
},
{
@@ -108,7 +108,7 @@ export default function GalleryPage() {
company: "Hiking Chronicles",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/couple-trekking-together_53876-9.jpg",
"http://img.b2bpic.net/free-photo/couple-trekking-together_53876-9.jpg?_wi=3",
imageAlt: "Hiking trail adventure",
},
{
@@ -118,7 +118,7 @@ export default function GalleryPage() {
company: "Landscape Masters",
rating: 5,
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=3",
imageAlt: "Golden hour sunset",
},
{
@@ -128,7 +128,7 @@ export default function GalleryPage() {
company: "Vista Photography",
rating: 5,
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=6",
imageAlt: "Panoramic mountain vista",
},
{
@@ -138,7 +138,7 @@ export default function GalleryPage() {
company: "Architecture Focus",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/modern-tower-gothic-arches-upward-view-architectural-contrast_169016-68442.jpg",
"http://img.b2bpic.net/free-photo/modern-tower-gothic-arches-upward-view-architectural-contrast_169016-68442.jpg?_wi=3",
imageAlt: "Tower architectural detail",
},
]}
@@ -155,7 +155,7 @@ export default function GalleryPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg?_wi=7"
imageAlt="Mountain landscape footer"
logoText="Culver Fire Tower"
copyrightText="© 2025 Culver Fire Tower | Appalachian National Scenic Trail, Branchville, NJ"

View File

@@ -95,7 +95,7 @@ export default function HomePage() {
title="A Historic Beacon on the Trail"
description="Built in the early 20th century, Culver Fire Tower stands as a testament to New Jersey's natural heritage and conservation efforts. Perched along the legendary Appalachian National Scenic Trail, this iconic structure offers hikers and nature enthusiasts an unparalleled vantage point of the surrounding mountain landscape, dense forests, and distant horizons. From its wooden platform, visitors can witness the majesty of mountain vistas, the seasonal transformation of the Appalachian forests, and unforgettable sunsets that paint the sky in brilliant oranges, reds, and purples. The tower remains a cherished destination for those seeking to connect with nature and experience the raw beauty of New Jersey's wilderness."
tag="Historic Landmark"
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=1"
imageAlt="Culver Fire Tower historic structure"
buttons={[{ text: "Learn More History", href: "#" }]}
useInvertedBackground={true}
@@ -114,7 +114,7 @@ export default function HomePage() {
description:
"Experience breathtaking 360-degree vistas of the Appalachian Mountains, pristine valleys, and endless horizons. On clear days, see for miles across New Jersey's most scenic landscape.",
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=1",
imageAlt: "Panoramic mountain views",
},
{
@@ -123,7 +123,7 @@ export default function HomePage() {
description:
"Access the world-famous Appalachian National Scenic Trail directly from the tower. Hike through diverse ecosystems, ancient forests, and natural wonders. Perfect for adventurers of all skill levels.",
imageSrc:
"http://img.b2bpic.net/free-photo/couple-trekking-together_53876-9.jpg",
"http://img.b2bpic.net/free-photo/couple-trekking-together_53876-9.jpg?_wi=1",
imageAlt: "Hiking trail through forest",
},
{
@@ -132,7 +132,7 @@ export default function HomePage() {
description:
"Witness nature's daily masterpiece as the sun dips below the horizon, painting the sky in fiery oranges, deep reds, and golden hues. Premium sunset viewing from New Jersey's most elevated vantage point.",
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=1",
imageAlt: "Stunning mountain sunset",
},
]}
@@ -154,7 +154,7 @@ export default function HomePage() {
company: "Adventure Collective",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiling-elderly-woman-with-backpack-sporty-woman-casual-clothes-looking-camera-with-bright-smile-sport-adventure-hobby-concept_74855-23361.jpg",
"http://img.b2bpic.net/free-photo/portrait-smiling-elderly-woman-with-backpack-sporty-woman-casual-clothes-looking-camera-with-bright-smile-sport-adventure-hobby-concept_74855-23361.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
},
{
@@ -164,7 +164,7 @@ export default function HomePage() {
company: "Appalachian Adventures",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/couple-traveling-nature-enjoying-beverage_23-2149939720.jpg",
"http://img.b2bpic.net/free-photo/couple-traveling-nature-enjoying-beverage_23-2149939720.jpg?_wi=1",
imageAlt: "James Rodriguez",
},
{
@@ -174,7 +174,7 @@ export default function HomePage() {
company: "Mountain Vistas Media",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-calm-man-walking-forest-mid-adult-man-glasses-with-backpack-spending-time-outdoors-nature-trekking-leisure-concept_74855-24538.jpg",
"http://img.b2bpic.net/free-photo/portrait-calm-man-walking-forest-mid-adult-man-glasses-with-backpack-spending-time-outdoors-nature-trekking-leisure-concept_74855-24538.jpg?_wi=1",
imageAlt: "Emma Thompson",
},
{
@@ -184,7 +184,7 @@ export default function HomePage() {
company: "Peak Seekers",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-pensive-male-traveler-standing-nature-handsome-caucasian-man-traveling-carrying-backpack-backpacking-tourism-adventure-summer-vacation-concept_74855-11904.jpg",
"http://img.b2bpic.net/free-photo/portrait-pensive-male-traveler-standing-nature-handsome-caucasian-man-traveling-carrying-backpack-backpacking-tourism-adventure-summer-vacation-concept_74855-11904.jpg?_wi=1",
imageAlt: "Michael Chen",
},
{
@@ -194,7 +194,7 @@ export default function HomePage() {
company: "Wanderlust Chronicles",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/unrecognizable-man-hoodie-stands-top-hiking-trail-mountain_346278-278.jpg",
"http://img.b2bpic.net/free-photo/unrecognizable-man-hoodie-stands-top-hiking-trail-mountain_346278-278.jpg?_wi=1",
imageAlt: "Jessica Walker",
},
{
@@ -204,7 +204,7 @@ export default function HomePage() {
company: "NJ Nature Trust",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-calm-man-walking-forest-mid-adult-man-glasses-with-backpack-spending-time-outdoors-nature-trekking-leisure-concept_74855-24538.jpg",
"http://img.b2bpic.net/free-photo/portrait-calm-man-walking-forest-mid-adult-man-glasses-with-backpack-spending-time-outdoors-nature-trekking-leisure-concept_74855-24538.jpg?_wi=2",
imageAlt: "David Park",
},
]}
@@ -287,7 +287,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg?_wi=2"
imageAlt="Mountain landscape footer"
logoText="Culver Fire Tower"
copyrightText="© 2025 Culver Fire Tower | Appalachian National Scenic Trail, Branchville, NJ"

View File

@@ -69,7 +69,7 @@ export default function ReviewsPage() {
title="Reviews from Fellow Adventurers"
description="Read authentic experiences from hikers, photographers, and nature enthusiasts who have visited Culver Fire Tower. Discover what makes this historic landmark a must-visit destination on the Appalachian Trail."
tag="Visitor Reviews"
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-elderly-woman-with-backpack-sporty-woman-casual-clothes-looking-camera-with-bright-smile-sport-adventure-hobby-concept_74855-23361.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-elderly-woman-with-backpack-sporty-woman-casual-clothes-looking-camera-with-bright-smile-sport-adventure-hobby-concept_74855-23361.jpg?_wi=2"
imageAlt="Happy visitor at the tower"
buttons={[{ text: "Share Your Review", href: "/contact" }]}
useInvertedBackground={false}
@@ -88,7 +88,7 @@ export default function ReviewsPage() {
company: "Adventure Collective",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiling-elderly-woman-with-backpack-sporty-woman-casual-clothes-looking-camera-with-bright-smile-sport-adventure-hobby-concept_74855-23361.jpg",
"http://img.b2bpic.net/free-photo/portrait-smiling-elderly-woman-with-backpack-sporty-woman-casual-clothes-looking-camera-with-bright-smile-sport-adventure-hobby-concept_74855-23361.jpg?_wi=3",
imageAlt: "Sarah Mitchell",
},
{
@@ -98,7 +98,7 @@ export default function ReviewsPage() {
company: "Appalachian Adventures",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/couple-traveling-nature-enjoying-beverage_23-2149939720.jpg",
"http://img.b2bpic.net/free-photo/couple-traveling-nature-enjoying-beverage_23-2149939720.jpg?_wi=2",
imageAlt: "James Rodriguez",
},
{
@@ -108,7 +108,7 @@ export default function ReviewsPage() {
company: "Mountain Vistas Media",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-calm-man-walking-forest-mid-adult-man-glasses-with-backpack-spending-time-outdoors-nature-trekking-leisure-concept_74855-24538.jpg",
"http://img.b2bpic.net/free-photo/portrait-calm-man-walking-forest-mid-adult-man-glasses-with-backpack-spending-time-outdoors-nature-trekking-leisure-concept_74855-24538.jpg?_wi=3",
imageAlt: "Emma Thompson",
},
{
@@ -118,7 +118,7 @@ export default function ReviewsPage() {
company: "Peak Seekers",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-pensive-male-traveler-standing-nature-handsome-caucasian-man-traveling-carrying-backpack-backpacking-tourism-adventure-summer-vacation-concept_74855-11904.jpg",
"http://img.b2bpic.net/free-photo/portrait-pensive-male-traveler-standing-nature-handsome-caucasian-man-traveling-carrying-backpack-backpacking-tourism-adventure-summer-vacation-concept_74855-11904.jpg?_wi=2",
imageAlt: "Michael Chen",
},
{
@@ -128,7 +128,7 @@ export default function ReviewsPage() {
company: "Wanderlust Chronicles",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/unrecognizable-man-hoodie-stands-top-hiking-trail-mountain_346278-278.jpg",
"http://img.b2bpic.net/free-photo/unrecognizable-man-hoodie-stands-top-hiking-trail-mountain_346278-278.jpg?_wi=2",
imageAlt: "Jessica Walker",
},
{
@@ -138,7 +138,7 @@ export default function ReviewsPage() {
company: "NJ Nature Trust",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-calm-man-walking-forest-mid-adult-man-glasses-with-backpack-spending-time-outdoors-nature-trekking-leisure-concept_74855-24538.jpg",
"http://img.b2bpic.net/free-photo/portrait-calm-man-walking-forest-mid-adult-man-glasses-with-backpack-spending-time-outdoors-nature-trekking-leisure-concept_74855-24538.jpg?_wi=4",
imageAlt: "David Park",
},
]}
@@ -155,7 +155,7 @@ export default function ReviewsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg?_wi=8"
imageAlt="Mountain landscape footer"
logoText="Culver Fire Tower"
copyrightText="© 2025 Culver Fire Tower | Appalachian National Scenic Trail, Branchville, NJ"

View File

@@ -70,7 +70,7 @@ export default function VisitPage() {
title="Plan Your Visit to Culver Fire Tower"
description="Everything you need to know to make the most of your adventure at New Jersey's most iconic mountaintop destination. From trail maps to parking information, accessibility details to seasonal highlights—prepare for an unforgettable experience at 60 feet above the Appalachian Trail."
tag="Visitor Guide"
imageSrc="http://img.b2bpic.net/free-photo/couple-trekking-together_53876-9.jpg"
imageSrc="http://img.b2bpic.net/free-photo/couple-trekking-together_53876-9.jpg?_wi=2"
imageAlt="Hikers on the trail"
buttons={[{ text: "Get Directions Now", href: "#" }]}
useInvertedBackground={true}
@@ -128,7 +128,7 @@ export default function VisitPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mountain-peak-view-panorama_649448-948.jpg?_wi=5"
imageAlt="Mountain landscape footer"
logoText="Culver Fire Tower"
copyrightText="© 2025 Culver Fire Tower | Appalachian National Scenic Trail, Branchville, NJ"