<!-- Hero Section -->
    <header>
        <div>
            <h1>Welcome to K7 Luxury Restaurant</h1>
            <p>Where elegance meets flavor</p>
        </div>
    </header>

    <!-- About Section -->
    <section id="about">
        <div class="about">
            <h2>About Us</h2>
            <p>At K7, we provide an exquisite fine-dining experience with world-class cuisine and exceptional service in an elegant atmosphere.</p>
        </div>
    </section>

    <!-- Menu Section -->
    <section id="menu">
        <div class="menu">
            <h2>Our Menu</h2>
            <p>Explore our carefully crafted dishes, designed to delight your taste buds.</p>
            <img src="https://via.placeholder.com/800x400" alt="Menu">
        </div>
    </section>

    <!-- Testimonials Section -->
    <section id="testimonials">
        <div class="testimonials">
            <h2>What Our Guests Say</h2>
            <p>"The food and ambiance at K7 Restaurant are unparalleled. A truly luxurious experience!" - Jane Doe</p>
            <img src="https://via.placeholder.com/800x400" alt="Testimonials">
        </div>
    </section>

    <!-- Reservation Section -->
    <section id="reservation">
        <div class="reservation">
            <h2>Book Your Table</h2>
            <p>Reserve your table today and immerse yourself in an unforgettable dining experience.</p>
            <a href="javascript:void(0)" class="button">Make a Reservation</a>
        </div>
    </section>

Confirm Cancel
Edit