import TelegramBanner from "../components/telegramBanner";

export default function About() {
  return (
    <section className="w-full flex justify-center items-center bg-white py-16">
      <div className="w-[90%] max-w-6xl">
        <h2 className="text-3xl font-bold mb-6">About Us</h2>

        <div className="border border-gray-200 rounded-xl text-justify p-8 md:p-12">
          <p className="text-gray-700 mb-6 leading-7">
            At JusticeTips, we set a high standard for delivering secure
            and reliable football predictions you can trust. Our tips and match
            analyses are powered by advanced algorithms, deep research, betting
            patterns, and statistical data. A dedicated team of professionals
            works tirelessly to help guide your decisions with confidence.
          </p>

          <p className="text-gray-700 mb-6 leading-7">
            We strive to provide consistent and dependable football tips every
            day of the week. Our mission is to support bettors in making smarter
            choices. With a growing presence in Nigeria, Kenya, Tanzania, South
            Africa, Uganda, Cyprus, Russia, the United Kingdom, the USA, and
            across Europe, we continue to establish ourselves as a trusted
            destination for football insights.
          </p>

          <p className="text-gray-700 mb-2 leading-7">
            Our expert tipsters generate predictions for more than 60 leagues
            worldwide. Accuracy and reliability are at the heart of everything
            we do, and our users’ success is our top priority. We are committed
            to supporting you in every bet you place.
          </p>

          <p className="text-gray-900 font-semibold mt-4">
            It’s no surprise that JusticeTips is recognized as the Home of
            Soccer Predictions.
          </p>
        </div>
      </div>
      <TelegramBanner />
    </section>
  );
}
