Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 01:29:33 +00:00

View File

@@ -39,7 +39,7 @@ const quickInfoMetrics = [
const highlightFeatures = [
{
id: 1,
tag: "Iconic Wildlife", title: "Elephant Habitat", subtitle: "Home to wild Asian elephants", description: "Witness majestic elephants roaming freely in their natural habitat. Dalma is one of the few sanctuaries where you can observe these magnificent creatures in a pristine forest environment with experienced guides ensuring your safety.", imageSrc: "http://img.b2bpic.net/free-photo/wild-indian-elephant-male-with-nature-habitat-northern-india_475641-853.jpg", imageAlt: "Wild elephants in Dalma Wildlife Sanctuary"},
tag: "Iconic Wildlife", title: "Elephant Habitat", subtitle: "Home to wild Asian elephants", description: "Witness majestic elephants roaming freely in their natural habitat. Dalma is one of the few sanctuaries where you can observe these magnificent creatures in a pristine forest environment with experienced guides ensuring your safety.", imageSrc: "http://img.b2bpic.net/free-photo/wild-indian-elephant-male-with-nature-habitat-northern-india_475641-853.jpg?_wi=1", imageAlt: "Wild elephants in Dalma Wildlife Sanctuary"},
{
id: 2,
tag: "Adventure Activity", title: "Forest Trekking", subtitle: "Explore scenic forest trails", description: "Embark on guided trekking expeditions through dense forests with diverse flora and fauna. Multiple trail options cater to beginners and experienced trekkers, offering views of wildlife, waterfalls, and natural vegetation.", imageSrc: "http://img.b2bpic.net/free-photo/couple-trekking-together_53876-14592.jpg", imageAlt: "Forest trekking path at Dalma Wildlife Sanctuary"},
@@ -48,7 +48,7 @@ const highlightFeatures = [
tag: "Scenic Beauty", title: "Shiva Temple Viewpoint", subtitle: "Historic temple with panoramic views", description: "Visit the ancient Shiva temple perched on the hilltop offering breathtaking 360-degree views of the sanctuary and surrounding landscape. A spiritual and visual experience combined with rich historical significance.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-sea-with-cliffs-background_181624-34899.jpg", imageAlt: "Temple hilltop viewpoint at Dalma"},
{
id: 4,
tag: "Natural Beauty", title: "Scenic Hilltop Views", subtitle: "Nature's panoramic canvas", description: "Experience stunning vistas from elevated points throughout the sanctuary. Perfect for nature photography, sunrise and sunset viewing, and immersing yourself in pristine wilderness beauty.", imageSrc: "http://img.b2bpic.net/free-photo/group-magnificent-lions-gravel-road-surrounded-by-grassy-fields-trees_181624-6501.jpg", imageAlt: "Panoramic forest landscape view"},
tag: "Natural Beauty", title: "Scenic Hilltop Views", subtitle: "Nature's panoramic canvas", description: "Experience stunning vistas from elevated points throughout the sanctuary. Perfect for nature photography, sunrise and sunset viewing, and immersing yourself in pristine wilderness beauty.", imageSrc: "http://img.b2bpic.net/free-photo/group-magnificent-lions-gravel-road-surrounded-by-grassy-fields-trees_181624-6501.jpg?_wi=1", imageAlt: "Panoramic forest landscape view"},
];
const testimonials = [
@@ -143,7 +143,7 @@ export default function LandingPage() {
tagIcon={Leaf}
tagAnimation="slide-up"
background={{ variant: "canvas-reveal" }}
imageSrc="http://img.b2bpic.net/free-photo/wild-indian-elephant-male-with-nature-habitat-northern-india_475641-853.jpg"
imageSrc="http://img.b2bpic.net/free-photo/wild-indian-elephant-male-with-nature-habitat-northern-india_475641-853.jpg?_wi=2"
imageAlt="Majestic elephant in natural habitat at Dalma Wildlife Sanctuary"
buttons={[
{ text: "Call Now", href: "tel:+91XXXXXXXXXX" },
@@ -188,7 +188,7 @@ export default function LandingPage() {
{ value: "192 sq km", title: "Protected Forest Area" },
{ value: "50+ Species", title: "Wildlife Species" },
]}
imageSrc="http://img.b2bpic.net/free-photo/group-magnificent-lions-gravel-road-surrounded-by-grassy-fields-trees_181624-6501.jpg"
imageSrc="http://img.b2bpic.net/free-photo/group-magnificent-lions-gravel-road-surrounded-by-grassy-fields-trees_181624-6501.jpg?_wi=2"
imageAlt="Dalma Wildlife Sanctuary forest landscape"
mediaAnimation="slide-up"
metricsAnimation="slide-up"