Skip to content

Commit a2284ff

Browse files
Update all references from Next.js 15 to Next.js 16
Co-authored-by: rezwana-karim <126201034+rezwana-karim@users.noreply.github.com>
1 parent dbc3898 commit a2284ff

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/app/blog/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const blogPosts = [
2525
featured: true,
2626
},
2727
{
28-
title: "Building with Next.js 15 and Radix UI",
28+
title: "Building with Next.js 16 and Radix UI",
2929
description: "A deep dive into our tech stack choices and why we chose these technologies.",
3030
author: "Development Team",
3131
date: "2024-01-10",

src/app/changelog/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const changelogEntries = [
6767
"Basic responsive design system",
6868
"Tailwind CSS 4 integration",
6969
"Radix UI component library",
70-
"Next.js 15 with App Router",
70+
"Next.js 16 with App Router",
7171
"TypeScript configuration",
7272
],
7373
},

src/app/events/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const upcomingEvents = [
2929
featured: true,
3030
},
3131
{
32-
title: "Next.js 15 Deep Dive",
33-
description: "Explore the latest features in Next.js 15 and learn how to build modern web applications.",
32+
title: "Next.js 16 Deep Dive",
33+
description: "Explore the latest features in Next.js 16 and learn how to build modern web applications.",
3434
date: "2024-02-22",
3535
time: "19:00 UTC",
3636
duration: "1.5 hours",

src/app/projects/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export default function ProjectsPage() {
215215
implementation for best practices in web development.
216216
</p>
217217
<div className="flex flex-wrap gap-2">
218-
<span className="bg-secondary text-secondary-foreground text-xs px-2 py-1 rounded">Next.js 15</span>
218+
<span className="bg-secondary text-secondary-foreground text-xs px-2 py-1 rounded">Next.js 16</span>
219219
<span className="bg-secondary text-secondary-foreground text-xs px-2 py-1 rounded">Tailwind CSS 4</span>
220220
<span className="bg-secondary text-secondary-foreground text-xs px-2 py-1 rounded">Radix UI</span>
221221
<span className="bg-secondary text-secondary-foreground text-xs px-2 py-1 rounded">TypeScript</span>

0 commit comments

Comments
 (0)