import SafariDetailSection from "@/component/safari/SafariDetailSection";
import { yearsPassed } from "@/util/utilConstant";
import { Metadata } from "next";

export const metadata: Metadata = {
  title: "Safari | Kearsleys - Travel & Tours",
  description: `Step into a world of breathtaking landscapes and unparalleled wildlife adventures with Kearsleys, Tanzania\`s premier safari experts. For over ${yearsPassed} years, we have crafted extraordinary journeys, from the vast plains of the Serengeti to the majestic depths of Ngorongoro Crater. Experience luxury tented camps in the heart of nature, explore remote and untouched wilderness areas like Mahale and Katavi, and immerse yourself in the vibrant cultures and stunning sceneries of Tanzania\`s hidden gems. Our meticulously maintained 4×4 safari vehicles, coupled with the expertise of our professional guides, ensure a seamless and memorable adventure. Whether you seek the thrill of the Great Migration, the tranquility of a private game drive, or the awe-inspiring beauty of Mount Kilimanjaro and Zanzibar, Kearsleys offers a truly unforgettable safari experience tailored to your desires. Discover the essence of Africa with Kearsleys – where every journey is crafted to perfection.`,
  openGraph: {
    images: ["https://kearsleys.tz/image/secondSection/safari.webp"],
  },
};

function page() {
  return (
    <main className="main-container">
      <SafariDetailSection />
    </main>
  );
}

export default page;
