From 776a5867955cb5e23ad64fa8faa205c28133c6f4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:18:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94b49dc..b08e40b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "#" } ]} -- 2.49.1