File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments