Skip to content

Commit

Permalink
update deprecated links on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Monargoras committed Sep 9, 2024
1 parent bd0cc10 commit abe3979
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/templates/general/app/[locale]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import examples from '@/nxtstart.config.json'

const libraries: IndexCardProps[] = [
{
imageLink:
'https://camo.githubusercontent.com/e1e113df83e7731fdb90f6f0ab2eeb155fd1b48c27d99814dcf1c23c0acdc6a2/68747470733a2f2f6173736574732e76657263656c2e636f6d2f696d6167652f75706c6f61642f76313636323133303535392f6e6578746a732f49636f6e5f6461726b5f6261636b67726f756e642e706e67',
imageLink: 'https://nextjs.org/favicon.ico',
title: 'Next JS',
description:
'This framework builds the foundation of this template, alowing for server-side-rendering and connecting front- and backend. Find in-depth information about Next.js features and API.',
Expand Down Expand Up @@ -131,8 +130,7 @@ const libraries: IndexCardProps[] = [
additionalLinks: [],
},
{
imageLink:
'https://camo.githubusercontent.com/179d66ab2b0321726c88a586c4ad38802e7113a3c98c6fd3f0156c01c98cfd14/68747470733a2f2f6672616d657275736572636f6e74656e742e636f6d2f696d616765732f34386861395a52396f5a51475136675a38595566456c50335430412e706e67',
imageLink: 'https://framerusercontent.com/images/3ydDYhTbVKKzF5xDzZpZKoMmc.png',
title: 'Framer Motion',
description:
'Framer motion provides simple to use animations on a broad spectrum. From an animated button and scrolling progress bars to page transitions.',
Expand Down

0 comments on commit abe3979

Please sign in to comment.