<?php include 'header.php'; ?>

<div class="bg-white">
    <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8">
        <div class="lg:grid lg:grid-cols-2 lg:gap-8 lg:items-center">
            <div>
                <h2 class="text-3xl font-extrabold text-ucf-charcoal sm:text-4xl">
                    United Cultural Forum: Nurturing Talent, Fostering Creativity
                </h2>
                <p class="mt-3 max-w-3xl text-lg text-gray-500">
                    Building on our success, we have launched an additional wing known as the UNITED CULTURAL FORUM under the SRUSTI CULTURAL SOCIETY. This initiative aims to bring together artists from various backgrounds, fostering a vibrant and supportive artistic community.
                </p>
                <div class="mt-8 sm:flex">
                    <div class="rounded-md shadow">
                        <a href="register.php" class="flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-ucf-green hover:bg-ucf-green-dark">
                            Join as an Artist
                        </a>
                    </div>
                    <div class="mt-3 sm:mt-0 sm:ml-3">
                        <a href="paintings.php" class="flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-ucf-charcoal bg-ucf-green-light hover:bg-ucf-green">
                            Browse Paintings
                        </a>
                    </div>
                </div>
            </div>
            <div class="mt-8 grid gap-0.5 grid-cols-1 lg:mt-0">
                <div class="col-span-1 flex justify-center py-8 px-8 bg-gray-50">
                    <img class="max-h-24" src="images/logo.png" alt="UCF Logo">
                </div>
            </div>
        </div>
    </div>
</div>

<div class="py-16 bg-gray-50 overflow-hidden">
    <div class="max-w-7xl mx-auto px-4 space-y-8 sm:px-6 lg:px-8">
        <div class="text-base max-w-prose mx-auto lg:max-w-none">
            <h2 class="text-base text-ucf-green-dark font-semibold tracking-wide uppercase">Our Legacy</h2>
            <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-ucf-charcoal sm:text-4xl">A Cornerstone of Artistic Development</p>
        </div>
        <div class="relative z-10 text-base max-w-prose mx-auto lg:max-w-5xl lg:mx-0 lg:pr-72">
            <p class="text-lg text-gray-500">
                Carving a legacy for over 20 years, Srusti Art Academy is one of the best drawing academies in Ongole. With a rich history of nurturing artistic talent, we take pride in being a cornerstone of artistic development in our community. Through the UNITED CULTURAL FORUM, Srusti Art Academy continues to expand its influence and support for the arts. By creating a dynamic space for artists to connect and share their work, the forum reinforces our mission to promote cultural enrichment and artistic excellence.
            </p>
        </div>
        <div class="lg:grid lg:grid-cols-2 lg:gap-8 lg:items-start">
            <div class="relative z-10">
                <div class="prose prose-indigo text-gray-500 mx-auto lg:max-w-none">
                    <p>This new wing under the SRUSTI CULTURAL SOCIETY solidifies our role as a cornerstone of the artistic community, dedicated to nurturing talent and fostering creativity.</p>
                    <h3>Art Exhibitions and Events</h3>
                    <p>Our academy has made a notable impact through numerous art exhibitions and events, providing a valuable platform for artists to showcase their work, engage with the public, and gain critical exposure. Celebrated for their diversity, these exhibitions feature a wide array of styles and artistic expressions, appealing to a broad audience and fostering a rich cultural dialogue.</p>
                </div>
                <div class="mt-10 flex text-base max-w-prose mx-auto lg:max-w-none">
                    <div class="flex-shrink-0">
                        <!-- Make sure you have this image in /images/founder.png -->
                        <img class="h-24 w-24 rounded-full object-cover" src="images/founder.jpeg" alt="Dr. Thimmiri. Raveendra">
                    </div>
                    <div class="ml-4">
                        <p class="font-bold text-ucf-charcoal">Dr. Thimmiri. Raveendra</p>
                        <p class="text-gray-500">Founder & CEO</p>
                    </div>
                </div>
            </div>
            <div class="mt-12 relative text-base max-w-prose mx-auto lg:mt-0 lg:max-w-none">
                 <img class="relative mx-auto rounded-lg shadow-lg" src="https://placehold.co/500x700/A5C0A5/2E3D41?text=Art+Exhibition" alt="Art Exhibition">
            </div>
        </div>
    </div>
</div>


<?php include 'footer.php'; ?>
