@if($page->slug === 'announcements')
Latest news and updates from our team
@elseif($page->slug === 'knowledge-base')
Guides and tutorials to help you get started
@elseif($page->slug === 'network-status')
Real-time status of our infrastructure
@elseif($page->slug === 'about-us')
Learn more about who we are
@elseif($page->slug === 'terms-of-service')
Please read our terms carefully
@elseif($page->slug === 'privacy-policy')
How we handle your data
@else
{{ $page->meta_description ?? '' }}
@endif