feat: implement news details page with content and sidebar

This commit is contained in:
Wini_Fy
2026-02-02 17:02:22 +07:00
parent 52c7395353
commit 0de69cb4d0
13 changed files with 392 additions and 59 deletions

View File

@@ -1,23 +0,0 @@
export default function Breadcrumb() {
return (
<section className="breadcrumb-wrapper fix bg-cover" style={{ backgroundImage: "url(/assets/img/inner-page/breadcrumb.jpg)" }}>
<div className="shape">
<img src="/assets/img/inner-page/shape.png" alt="img" />
</div>
<div className="container">
<div className="page-heading">
<h1 className="breadcrumb-title">Blog Stardard</h1>
<ul className="breadcrumb-list">
<li>
<a href="/">Home</a>
</li>
<li>
<i className="fa-solid fa-chevron-right"></i>
</li>
<li>Blog Stardard</li>
</ul>
</div>
</div>
</section>
);
}

View File

@@ -1,3 +1,5 @@
import Link from "next/link";
export default function NewsList() {
return (
<div className="col-lg-8 col-12">
@@ -19,14 +21,14 @@ export default function NewsList() {
</li>
</ul>
<h3>
<a href="/news-details">How to Avoid Common Mistakes in Visa Applications</a>
<Link href="/news-details">How to Avoid Common Mistakes in Visa Applications</Link>
</h3>
<p>
A business consultant provides expert guidance, strategic planning, and problem-solving supporthelping startups avoid mistakes, grow faster, and operate more efficiently from day one.
</p>
<a href="/news-details" className="theme-btn">
<Link href="/blog/news-details" className="theme-btn">
VIEW MORE <i className="fa-solid fa-arrow-right"></i>
</a>
</Link>
</div>
</div>
{/* News Post 2 */}
@@ -47,14 +49,14 @@ export default function NewsList() {
</li>
</ul>
<h3>
<a href="/news-details">The Role of Immigration Consultants in Your Journey</a>
<Link href="/news-details">The Role of Immigration Consultants in Your Journey</Link>
</h3>
<p>
Immigration consultants play a vital role in guiding applicants, simplifying complex processes, offering expert advice, and ensuring successful outcomes for study, work, or permanent residency abroad.
</p>
<a href="/news-details" className="theme-btn">
<Link href="/blog/news-details" className="theme-btn">
VIEW MORE <i className="fa-solid fa-arrow-right"></i>
</a>
</Link>
</div>
</div>
{/* News Post 3 */}
@@ -75,14 +77,14 @@ export default function NewsList() {
</li>
</ul>
<h3>
<a href="/news-details">Latest Immigration Policy Updates You Should Know</a>
<Link href="/news-details">Latest Immigration Policy Updates You Should Know</Link>
</h3>
<p>
Stay informed with the latest immigration policy updates, ensuring you understand new rules, visa requirements, and opportunities that impact your study, work, or migration journey abroad.
</p>
<a href="/news-details" className="theme-btn">
<Link href="/blog/news-details" className="theme-btn">
VIEW MORE <i className="fa-solid fa-arrow-right"></i>
</a>
</Link>
</div>
</div>
</div>

View File

@@ -1,3 +1,5 @@
import Link from "next/link";
export default function Sidebar() {
return (
<div className="col-lg-4 col-12">
@@ -16,15 +18,15 @@ export default function Sidebar() {
{/* Categories */}
<div className="news-sideber-box">
<div className="wid-title">
<h3>Cetegories</h3>
<h3>Categories</h3>
</div>
<div className="news-widget-categories">
<ul>
<li><a href="/news-details"><i className="fa-solid fa-chevrons-right"></i> Permanent Residency (PR)</a><span>(04)</span></li>
<li><a href="/news-details"><i className="fa-solid fa-chevrons-right"></i> Immigration Policy Updates</a><span>(09)</span></li>
<li><a href="/news-details"><i className="fa-solid fa-chevrons-right"></i> Scholarships & Grants</a><span>(00)</span></li>
<li><a href="/news-details"><i className="fa-solid fa-chevrons-right"></i> Citizenship & Naturalization</a><span>(04)</span></li>
<li><a href="/news-details"><i className="fa-solid fa-chevrons-right"></i> Visa Interview Preparation</a><span>(01)</span></li>
<li><Link href="/news-details"><i className="fa-solid fa-chevrons-right"></i> Permanent Residency (PR)</Link><span>(04)</span></li>
<li><Link href="/news-details"><i className="fa-solid fa-chevrons-right"></i> Immigration Policy Updates</Link><span>(09)</span></li>
<li><Link href="/news-details"><i className="fa-solid fa-chevrons-right"></i> Scholarships & Grants</Link><span>(00)</span></li>
<li><Link href="/news-details"><i className="fa-solid fa-chevrons-right"></i> Citizenship & Naturalization</Link><span>(04)</span></li>
<li><Link href="/news-details"><i className="fa-solid fa-chevrons-right"></i> Visa Interview Preparation</Link><span>(01)</span></li>
</ul>
</div>
</div>
@@ -40,7 +42,7 @@ export default function Sidebar() {
</div>
<div className="recent-content">
<h6>
<a href="/news-details">Top Countries for Higher Education in 2025</a>
<Link href="/news-details">Top Countries for Higher Education in 2025</Link>
</h6>
<ul>
<li>March 26, 2025</li>
@@ -53,7 +55,7 @@ export default function Sidebar() {
</div>
<div className="recent-content">
<h6>
<a href="/news-details">The Benefits of Hiring a Visa Consultant</a>
<Link href="/news-details">The Benefits of Hiring a Visa Consultant</Link>
</h6>
<ul>
<li>March 26, 2025</li>
@@ -66,7 +68,7 @@ export default function Sidebar() {
</div>
<div className="recent-content">
<h6>
<a href="/news-details">How to Prepare for Your Immigration Interview</a>
<Link href="/news-details">How to Prepare for Your Immigration Interview</Link>
</h6>
<ul>
<li>March 26, 2025</li>
@@ -82,12 +84,12 @@ export default function Sidebar() {
</div>
<div className="news-widget-categories">
<div className="tagcloud">
<a href="/news-details">WorkVisa</a>
<a href="/news-details">FamilyVisa</a>
<a href="/news-details">StudentVisa</a>
<a href="/news-details">VisaUpdates</a>
<a href="/news-details">TravelVisa</a>
<a href="/news-details">StudyAbroad</a>
<Link href="/news-details">WorkVisa</Link>
<Link href="/news-details">FamilyVisa</Link>
<Link href="/news-details">StudentVisa</Link>
<Link href="/news-details">VisaUpdates</Link>
<Link href="/news-details">TravelVisa</Link>
<Link href="/news-details">StudyAbroad</Link>
</div>
</div>
</div>