Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e34d2d9f47 | |||
| ac34972414 | |||
| ebe83d3fbb |
@@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-poppins", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Culver Fire Tower | Historic Landmark on Appalachian Trail NJ",
|
||||
description: "Discover Culver Fire Tower in Branchville, NJ. Experience breathtaking panoramic views, historic hiking, and unforgettable sunsets on the Appalachian National Scenic Trail.",
|
||||
keywords: "Culver Fire Tower, Branchville NJ, Appalachian Trail, fire tower, hiking New Jersey, scenic views",
|
||||
metadataBase: new URL("https://culverfiretower.com"),
|
||||
title: "Culver Fire Tower | Historic Landmark on Appalachian Trail NJ", description: "Discover Culver Fire Tower in Branchville, NJ. Experience breathtaking panoramic views, historic hiking, and unforgettable sunsets on the Appalachian National Scenic Trail.", keywords: "Culver Fire Tower, Branchville NJ, Appalachian Trail, fire tower, hiking New Jersey, scenic views", metadataBase: new URL("https://culverfiretower.com"),
|
||||
alternates: {
|
||||
canonical: "https://culverfiretower.com",
|
||||
},
|
||||
canonical: "https://culverfiretower.com"},
|
||||
openGraph: {
|
||||
title: "Culver Fire Tower - Historic Adventure at the Summit",
|
||||
description: "Stand 60 feet above the Appalachian Trail at Culver Fire Tower. Historic views, timeless adventure, and unforgettable sunsets await.",
|
||||
url: "https://culverfiretower.com",
|
||||
siteName: "Culver Fire Tower",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Culver Fire Tower - Historic Adventure at the Summit", description: "Stand 60 feet above the Appalachian Trail at Culver Fire Tower. Historic views, timeless adventure, and unforgettable sunsets await.", url: "https://culverfiretower.com", siteName: "Culver Fire Tower", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/horsetail-fall-yosemite-national-park_181624-59211.jpg",
|
||||
alt: "Culver Fire Tower at sunset",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/horsetail-fall-yosemite-national-park_181624-59211.jpg", alt: "Culver Fire Tower at sunset"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Culver Fire Tower - Historic Adventure",
|
||||
description: "Experience breathtaking views from New Jersey's most iconic landmark on the Appalachian Trail.",
|
||||
images: ["http://img.b2bpic.net/free-photo/horsetail-fall-yosemite-national-park_181624-59211.jpg"],
|
||||
card: "summary_large_image", title: "Culver Fire Tower - Historic Adventure", description: "Experience breathtaking views from New Jersey's most iconic landmark on the Appalachian Trail.", images: ["http://img.b2bpic.net/free-photo/horsetail-fall-yosemite-national-park_181624-59211.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1425,4 +1410,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
148
src/app/page.tsx
148
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Visit", href: "/visit" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Trail Conditions", href: "#" },
|
||||
{ label: "Safety Tips", href: "#" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Appalachian Trail", href: "https://www.appalachiantrail.org" },
|
||||
{ label: "NJ Parks", href: "#" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -76,9 +73,7 @@ export default function HomePage() {
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/horsetail-fall-yosemite-national-park_181624-59211.jpg",
|
||||
alt: "Culver Fire Tower at sunset",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/horsetail-fall-yosemite-national-park_181624-59211.jpg", alt: "Culver Fire Tower at sunset"},
|
||||
]}
|
||||
avatarText="Trusted by thousands of outdoor adventurers"
|
||||
buttons={[
|
||||
@@ -110,35 +105,24 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "360° Panoramic Views",
|
||||
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?_wi=1",
|
||||
imageAlt: "Panoramic mountain views",
|
||||
},
|
||||
title: "360° Panoramic Views", 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?_wi=1", imageAlt: "Panoramic mountain views"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Legendary Hiking Trail",
|
||||
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?_wi=1",
|
||||
imageAlt: "Hiking trail through forest",
|
||||
},
|
||||
title: "Legendary Hiking Trail", 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?_wi=1", imageAlt: "Hiking trail through forest"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Unforgettable Sunsets",
|
||||
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?_wi=1",
|
||||
imageAlt: "Stunning mountain sunset",
|
||||
},
|
||||
title: "Unforgettable Sunsets", 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?_wi=1", imageAlt: "Stunning mountain sunset"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[{ text: "Start Your Adventure", href: "/visit" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -148,65 +132,29 @@ export default function HomePage() {
|
||||
description="Hear from adventurers who've experienced the magic of Culver Fire Tower"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Outdoor Enthusiast",
|
||||
company: "Adventure Collective",
|
||||
rating: 5,
|
||||
id: "1", name: "Sarah Mitchell", role: "Outdoor Enthusiast", 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?_wi=1",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
"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"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Rodriguez",
|
||||
role: "Trail Guide",
|
||||
company: "Appalachian Adventures",
|
||||
rating: 5,
|
||||
id: "2", name: "James Rodriguez", role: "Trail Guide", company: "Appalachian Adventures", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/couple-traveling-nature-enjoying-beverage_23-2149939720.jpg?_wi=1",
|
||||
imageAlt: "James Rodriguez",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/couple-traveling-nature-enjoying-beverage_23-2149939720.jpg?_wi=1", imageAlt: "James Rodriguez"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Thompson",
|
||||
role: "Nature Photographer",
|
||||
company: "Mountain Vistas Media",
|
||||
rating: 5,
|
||||
id: "3", name: "Emma Thompson", role: "Nature Photographer", 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?_wi=1",
|
||||
imageAlt: "Emma Thompson",
|
||||
},
|
||||
"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"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Chen",
|
||||
role: "Hiking Enthusiast",
|
||||
company: "Peak Seekers",
|
||||
rating: 5,
|
||||
id: "4", name: "Michael Chen", role: "Hiking Enthusiast", 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?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
"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"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Walker",
|
||||
role: "Travel Blogger",
|
||||
company: "Wanderlust Chronicles",
|
||||
rating: 5,
|
||||
id: "5", name: "Jessica Walker", role: "Travel Blogger", company: "Wanderlust Chronicles", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/unrecognizable-man-hoodie-stands-top-hiking-trail-mountain_346278-278.jpg?_wi=1",
|
||||
imageAlt: "Jessica Walker",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/unrecognizable-man-hoodie-stands-top-hiking-trail-mountain_346278-278.jpg?_wi=1", imageAlt: "Jessica Walker"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Park",
|
||||
role: "Conservation Officer",
|
||||
company: "NJ Nature Trust",
|
||||
rating: 5,
|
||||
id: "6", name: "David Park", role: "Conservation Officer", 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?_wi=2",
|
||||
imageAlt: "David Park",
|
||||
},
|
||||
"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"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.7", label: "Average Rating" },
|
||||
@@ -244,41 +192,23 @@ export default function HomePage() {
|
||||
ctaIcon={MapPin}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is the best time to visit Culver Fire Tower?",
|
||||
content:
|
||||
"The tower is accessible year-round, 24/7. Spring and fall offer the most comfortable temperatures and stunning foliage. Summer provides long daylight hours perfect for sunset viewing, while winter offers clear visibility for panoramic views. Each season brings its own unique beauty to the landscape.",
|
||||
},
|
||||
id: "1", title: "What is the best time to visit Culver Fire Tower?", content:
|
||||
"The tower is accessible year-round, 24/7. Spring and fall offer the most comfortable temperatures and stunning foliage. Summer provides long daylight hours perfect for sunset viewing, while winter offers clear visibility for panoramic views. Each season brings its own unique beauty to the landscape."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long is the hike to the tower?",
|
||||
content:
|
||||
"The hike to Culver Fire Tower via the Appalachian National Scenic Trail is approximately 2-3 hours round trip for most hikers. The difficulty is moderate, with well-maintained trails and occasional elevation changes. Allow extra time to enjoy the views from the tower platform.",
|
||||
},
|
||||
id: "2", title: "How long is the hike to the tower?", content:
|
||||
"The hike to Culver Fire Tower via the Appalachian National Scenic Trail is approximately 2-3 hours round trip for most hikers. The difficulty is moderate, with well-maintained trails and occasional elevation changes. Allow extra time to enjoy the views from the tower platform."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is the tower accessible for all fitness levels?",
|
||||
content:
|
||||
"While the hike requires moderate fitness, the trail is well-maintained with clear markers. Alternative shorter routes exist for those with limited mobility. We recommend checking current trail conditions before your visit and bringing appropriate footwear and hydration.",
|
||||
},
|
||||
id: "3", title: "Is the tower accessible for all fitness levels?", content:
|
||||
"While the hike requires moderate fitness, the trail is well-maintained with clear markers. Alternative shorter routes exist for those with limited mobility. We recommend checking current trail conditions before your visit and bringing appropriate footwear and hydration."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What safety precautions should I take?",
|
||||
content:
|
||||
"Always check weather conditions before hiking. Bring plenty of water, wear proper footwear, and use sun protection. The tower stairs are safe but steep—take your time. Inform someone of your hiking plans. During storm conditions, avoid the tower platform.",
|
||||
},
|
||||
id: "4", title: "What safety precautions should I take?", content:
|
||||
"Always check weather conditions before hiking. Bring plenty of water, wear proper footwear, and use sun protection. The tower stairs are safe but steep—take your time. Inform someone of your hiking plans. During storm conditions, avoid the tower platform."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I bring groups or organize events?",
|
||||
content:
|
||||
"Yes! We welcome group visits and outdoor gatherings. For large groups (10+ people), we recommend coordinating in advance to ensure trail safety and conservation. Contact us for group rates and special arrangements.",
|
||||
},
|
||||
id: "5", title: "Can I bring groups or organize events?", content:
|
||||
"Yes! We welcome group visits and outdoor gatherings. For large groups (10+ people), we recommend coordinating in advance to ensure trail safety and conservation. Contact us for group rates and special arrangements."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What facilities are available?",
|
||||
content:
|
||||
"Limited facilities are available on-site. Bring supplies including water, snacks, and any personal items you may need. The nearest town of Branchville has restaurants and services. Plan accordingly for a full outdoor adventure experience.",
|
||||
},
|
||||
id: "6", title: "What facilities are available?", content:
|
||||
"Limited facilities are available on-site. Bring supplies including water, snacks, and any personal items you may need. The nearest town of Branchville has restaurants and services. Plan accordingly for a full outdoor adventure experience."},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
@@ -296,4 +226,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user