Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-02 09:18:42 +00:00

View File

@@ -3,15 +3,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import MediaAbout from '@/components/sections/about/MediaAbout';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Sparkles, Home, Shield, Mail, Leaf, Mountain, Users, MapPin } from "lucide-react";
import { Sparkles, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -65,6 +62,7 @@ export default function LandingPage() {
title="Our Nature Guides"
tag="Expert Local Leads"
memberVariant="card"
useInvertedBackground={false}
members={[
{ id: "1", name: "Ahmed Al-Soqotri", imageSrc: "https://img.b2bpic.net/free-photo/local-guide-mountain-trekking_1163-4421.jpg", imageAlt: "Nature Guide" },
{ id: "2", name: "Fatima Saleh", imageSrc: "https://img.b2bpic.net/free-photo/nature-photographer-socotra_1163-4425.jpg", imageAlt: "Expert Guide" },
@@ -80,6 +78,8 @@ export default function LandingPage() {
description="Protecting one of the most unique biodiversity hotspots on Earth."
tag="Preservation Impact"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "1", value: "307+", title: "Endemic Species", description: "Unique flora found nowhere else on Earth.", imageSrc: "https://img.b2bpic.net/free-photo/rare-plant-flora-nature_1163-4500.jpg" },
{ id: "2", value: "75%", title: "Protected Areas", description: "Land mass dedicated to conservation efforts.", imageSrc: "https://img.b2bpic.net/free-photo/national-park-mountains_1163-4505.jpg" },
@@ -93,6 +93,7 @@ export default function LandingPage() {
cardTitle="Visitor Experiences"
cardTag="From Our Travelers"
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Elena V.", imageSrc: "https://img.b2bpic.net/free-photo/tourist-walking-Socotra-dragon-trees_1163-4600.jpg" },
{ id: "2", name: "Marcus K.", imageSrc: "https://img.b2bpic.net/free-photo/traveller-beach-yemen_1163-4605.jpg" },
@@ -108,6 +109,7 @@ export default function LandingPage() {
title="Ready to Discover Socotra?"
description="Connect with our expert guides to craft your bespoke nature expedition. Experience the beauty safely and responsibly."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Enquire Now", href: "#" }
]}