Setting the right ambience for your restaurant.
by marketbird2020 | May 19, 2026 | Blog
What is the first thing that you notice while entering a new place? What is the best thing about your favourite restaurant? Apart from food, obviously! If you’re like most people, then you would say, the atmosphere or ambience. People are most likely to remember how...
The correlation between classroom furniture and student performance.
by marketbird2020 | May 19, 2026 | Blog
Parents send their kids to educational institutes hoping to turn them into successful and responsible adults who help shape the world. This gives schools the responsibility to make sure that students are provided with the best you can offer so that they grow into...Recent Posts
<!-- Chair Studio Sidebar Widget -->
<div style="font-family: Arial, sans-serif; max-width: 300px; font-size: 14px; color: #333;">
<!-- CTA Banner -->
<div style="background:#1a1a1a; border-radius:8px; padding:16px; margin-bottom:16px; position:relative; overflow:hidden;">
<p style="color:#fff; font-size:18px; font-weight:700; margin:0 0 6px;">Need Custom<br>Chair Solutions?</p>
<p style="color:#ccc; font-size:13px; margin:0 0 14px;">We manufacture chairs that fit your space, style and comfort.</p>
<a href="mailto:raghav@chairstudio.in" style="display:inline-block; background:#c9922a; color:#fff; padding:9px 20px; border-radius:5px; text-decoration:none; font-weight:600; font-size:13px;">Get a Quote</a>
</div>
<!-- Recent Posts - Dynamic from WordPress -->
<div style="background:#fff; border:1px solid #e5e5e5; border-radius:8px; padding:16px; margin-bottom:16px;">
<h3 style="margin:0 0 14px; font-size:16px; font-weight:700;">Recent Posts</h3>
<?php
$recent_posts = wp_get_recent_posts(array(
'numberposts' => 3,
'post_status' => 'publish'
));
foreach($recent_posts as $post) { ?>
<div style="display:flex; gap:10px; margin-bottom:12px; align-items:flex-start;">
<div style="flex-shrink:0;">
<?php if(has_post_thumbnail($post['ID'])): ?>
<a href="<?php echo get_permalink($post['ID']); ?>">
<?php echo get_the_post_thumbnail($post['ID'], array(70,70), array('style'=>'border-radius:5px; display:block;')); ?>
</a>
<?php else: ?>
<div style="width:70px;height:70px;background:#eee;border-radius:5px;"></div>
<?php endif; ?>
</div>
<div>
<a href="<?php echo get_permalink($post['ID']); ?>" style="color:#1a1a1a; text-decoration:none; font-size:13px; font-weight:600; line-height:1.4; display:block; margin-bottom:4px;"><?php echo $post['post_title']; ?></a>
<span style="font-size:11px; color:#888;"><?php echo get_the_date('M j, Y', $post['ID']); ?></span>
</div>
</div>
<?php } ?>
</div>
<!-- Product Categories -->
<div style="background:#fff; border:1px solid #e5e5e5; border-radius:8px; padding:16px; margin-bottom:16px;">
<h3 style="margin:0 0 14px; font-size:16px; font-weight:700;">Product Categories</h3>
<ul style="list-style:none; margin:0; padding:0;">
<li style="padding:7px 0; border-bottom:1px solid #f0f0f0;">
<a href="<?php echo get_term_link('office', 'product_cat'); ?>" style="color:#333; text-decoration:none; font-size:14px;">
Office Chairs</a>
</li>
<li style="padding:7px 0; border-bottom:1px solid #f0f0f0;">
<a href="<?php echo get_term_link('institutional', 'product_cat'); ?>" style="color:#333; text-decoration:none; font-size:14px;">
Institutional Chairs</a>
</li>
<li style="padding:7px 0;">
<a href="<?php echo get_term_link('specialized', 'product_cat'); ?>" style="color:#333; text-decoration:none; font-size:14px;">
Specialized Chairs</a>
</li>
</ul>
</div>
<!-- Why Choose Us -->
<div style="background:#fff; border:1px solid #e5e5e5; border-radius:8px; padding:16px; margin-bottom:16px;">
<h3 style="margin:0 0 12px; font-size:16px; font-weight:700;">Why Choose Us?</h3>
<div style="display:flex; align-items:center; gap:10px; padding:7px 0; border-bottom:1px solid #f0f0f0;">
<span style="color:#c9922a; font-size:18px;">✦</span><span style="font-size:13px;">High Quality Materials</span>
</div>
<div style="display:flex; align-items:center; gap:10px; padding:7px 0; border-bottom:1px solid #f0f0f0;">
<span style="color:#c9922a; font-size:18px;">✦</span><span style="font-size:13px;">Ergonomic Designs</span>
</div>
<div style="display:flex; align-items:center; gap:10px; padding:7px 0; border-bottom:1px solid #f0f0f0;">
<span style="color:#c9922a; font-size:18px;">✦</span><span style="font-size:13px;">Durable & Long Lasting</span>
</div>
<div style="display:flex; align-items:center; gap:10px; padding:7px 0; border-bottom:1px solid #f0f0f0;">
<span style="color:#c9922a; font-size:18px;">✦</span><span style="font-size:13px;">Custom Manufacturing</span>
</div>
<div style="display:flex; align-items:center; gap:10px; padding:7px 0;">
<span style="color:#c9922a; font-size:18px;">✦</span><span style="font-size:13px;">Timely Delivery</span>
</div>
</div>
<!-- Contact -->
<div style="background:#fff; border:1px solid #e5e5e5; border-radius:8px; padding:16px;">
<h3 style="margin:0 0 4px; font-size:16px; font-weight:700;">Have Questions?</h3>
<p style="font-size:12px; color:#888; margin:0 0 12px;">We're here to help you</p>
<p style="font-size:13px; margin:0 0 6px;">
0824-4282333 / 9036033333</p>
<p style="font-size:13px; margin:0 0 6px;">
raghav@chairstudio.in</p>
<p style="font-size:12px; color:#666; margin:0 0 14px; line-height:1.5;">
D.no: 3W-3-96/7, Ventura Apartment, Bejai, Museum Road, Mangaluru, Karnataka – 575004</p>
<a href="mailto:raghav@chairstudio.in" style="display:block; text-align:center; border:2px solid #c9922a; color:#c9922a; padding:9px; border-radius:5px; text-decoration:none; font-weight:600; font-size:13px;">Contact Us</a>
</div>
</div>