<?php include('header.php'); ?>

<!-- ======== Hero Section (Slider) ======== -->
<section class="hero">
<div class="slider">
<div class="slide" style="background-image: url('images/slider1.jpg');">
<div class="overlay"></div>
<div class="content">
<h1>Empowering Your Financial Future</h1>
<p>Comprehensive financial and real estate solutions under one roof.</p>
<a href="contact-us.php" class="btn">Get in Touch</a>
</div>
</div>

<div class="slide" style="background-image: url('images/slider2.jpg');">
<div class="overlay"></div>
<div class="content">
<h1>Trusted Advisors, Transparent Services</h1>
<p>Professional consulting tailored for individuals and businesses.</p>
<a href="about-company.php" class="btn">Know More</a>
</div>
</div>
</div>
</section>

<!-- ======== About Section ======== -->
<section class="about">
<div class="container">
<div class="about-content">
<div class="about-text">
<h2>Welcome to Finthesis Associates LLP</h2>
<p>Finthesis Associates LLP is dedicated to simplifying financial and real estate decisions. We combine expert insights with a client-first approach, ensuring every financial goal is met with clarity and confidence.</p>
<a href="about-company.php" class="btn">Learn More</a>
</div>
<div class="about-image">
<img src="images/about.jpg" alt="About Finthesis">
</div>
</div>
</div>
</section>

<!-- ======== Services Section ======== -->
<section class="services">
<div class="container">
<h2>Our Core Services</h2>
<div class="service-grid">
<div class="service-box">
<img src="images/real-estate.jpg" alt="Real Estate Services">
<h3>Real Estate Services</h3>
<p>We offer trusted property consulting, legal documentation, and investment guidance for residential and commercial projects.</p>
<a href="real-estate-services.php" class="btn-small">Explore More</a>
</div>

<div class="service-box">
<img src="images/financial-services.jpg" alt="Financial Services">
<h3>Financial Services</h3>
<p>Comprehensive financial solutions including loans, investments, and advisory services tailored for your goals.</p>
<a href="financial-services.php" class="btn-small">Explore More</a>
</div>
</div>
</div>
</section>

<!-- ======== Call to Action ======== -->
<section class="cta">
<div class="container">
<h2>Ready to Get Started?</h2>
<p>Let Finthesis Associates LLP guide you through your financial and real estate goals.</p>
<a href="contact-us.php" class="btn">Contact Us Today</a>
</div>
</section>

<?php include('footer.php'); ?>

<?php include('header.php'); ?>

<!-- ======== Hero Section (Slider) ======== -->
<section class="hero">
<div class="slider">
<div class="slide" style="background-image: url('images/slider1.jpg');">
<div class="overlay"></div>
<div class="content">
<h1>Empowering Your Financial Future</h1>
<p>Comprehensive financial and real estate solutions under one roof.</p>
<a href="contact-us.php" class="btn">Get in Touch</a>
</div>
</div>

<div class="slide" style="background-image: url('images/slider2.jpg');">
<div class="overlay"></div>
<div class="content">
<h1>Trusted Advisors, Transparent Services</h1>
<p>Professional consulting tailored for individuals and businesses.</p>
<a href="about-company.php" class="btn">Know More</a>
</div>
</div>
</div>
</section>

<!-- ======== About Section ======== -->
<section class="about">
<div class="container">
<div class="about-content">
<div class="about-text">
<h2>Welcome to Finthesis Associates LLP</h2>
<p>Finthesis Associates LLP is dedicated to simplifying financial and real estate decisions. We combine expert insights with a client-first approach, ensuring every financial goal is met with clarity and confidence.</p>
<a href="about-company.php" class="btn">Learn More</a>
</div>
<div class="about-image">
<img src="images/about.jpg" alt="About Finthesis">
</div>
</div>
</div>
</section>

<!-- ======== Services Section ======== -->
<section class="services">
<div class="container">
<h2>Our Core Services</h2>
<div class="service-grid">
<div class="service-box">
<img src="images/real-estate.jpg" alt="Real Estate Services">
<h3>Real Estate Services</h3>
<p>We offer trusted property consulting, legal documentation, and investment guidance for residential and commercial projects.</p>
<a href="real-estate-services.php" class="btn-small">Explore More</a>
</div>

<div class="service-box">
<img src="images/financial-services.jpg" alt="Financial Services">
<h3>Financial Services</h3>
<p>Comprehensive financial solutions including loans, investments, and advisory services tailored for your goals.</p>
<a href="financial-services.php" class="btn-small">Explore More</a>
</div>
</div>
</div>
</section>

<!-- ======== Call to Action ======== -->
<section class="cta">
<div class="container">
<h2>Ready to Get Started?</h2>
<p>Let Finthesis Associates LLP guide you through your financial and real estate goals.</p>
<a href="contact-us.php" class="btn">Contact Us Today</a>
</div>
</section>

<?php include('footer.php'); ?>