<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Tilelyistic LLP</title>
    <link rel="stylesheet" href="styles.css">
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }
        header {
            background: #2c3e50;
            color: #fff;
            padding: 20px;
            text-align: center;
        }
        nav {
            margin: 20px 0;
        }
        nav a {
            color: #fff;
            margin: 0 15px;
            text-decoration: none;
            font-weight: bold;
        }
        section {
            padding: 20px;
            max-width: 800px;
            margin: auto;
            background: #fff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        footer {
            text-align: center;
            padding: 10px;
            background: #2c3e50;
            color: #fff;
            position: relative;
            bottom: 0;
            width: 100%;
        }
    </style>
</head>
<body>

<header>
    <h1>Tilelyistic LLP</h1>
    <nav>
        <a href="#home">Home</a>
        <a href="#about">About Us</a>
        <a href="#contact">Contact Us</a>
        <a href="#blogs">Blogs</a>
    </nav>
</header>

<section id="home">
    <h2>Welcome to Tilelyistic LLP</h2>
    <p>We are a leading manufacturer and exporter of high-quality porcelain and ceramic tiles.</p>
    <h3>Our Products:</h3>
    <ul>
        <li>Porcelain Tiles: 60x60, 60x120, 80x80, 80x160</li>
        <li>Ceramic Tiles: 30x45, 30x60 cm</li>
    </ul>
</section>

<section id="about">
    <h2>About Us</h2>
    <p>Tilelyistic LLP is dedicated to providing the best quality tiles to enhance your spaces. Our commitment to excellence and innovation sets us apart in the industry.</p>
</section>

<section id="contact">
    <h2>Contact Us</h2>
    <p>If you have any inquiries, please reach out to us:</p>
    <p>Phone: <a href="tel:+919054333933">+91 90543 33933</a></p>
    <p>Email: <a href="mailto:tilelyisticceramica@gmail.com">tilelyisticceramica@gmail.com</a></p>
</section>

<section id="blogs">
    <h2>Blogs</h2>
    <p>Stay tuned for updates, tips, and trends in the world of tiles!</p>
</section>

<footer>
    <p>&copy; 2024 Tilelyistic LLP. All rights reserved.</p>
</footer>

</body>
</html>
