Skip to content

Commit 0897142

Browse files
committed
feat: Add framer-motion dependency, remove unused next/link and lucide-react imports, and update blog page quote formatting.
1 parent e596052 commit 0897142

3 files changed

Lines changed: 42 additions & 5 deletions

File tree

app/blog/page.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
'use client';
22

33
import React from 'react';
4-
import Link from 'next/link';
54
import { motion } from 'framer-motion';
65
import {
76
BookOpen,
87
Code2,
9-
Cpu,
10-
GitPullRequest,
11-
Lightbulb,
128
ArrowUpRight,
139
Sparkles,
1410
Layers,
@@ -203,7 +199,7 @@ export default function PublishPage() {
203199
</div>
204200
<div className="mt-12 pt-8 border-t border-white/5">
205201
<p className="text-center text-slate-500 italic text-sm">
206-
"Author has total freedom to choose topics."
202+
&ldquo;Author has total freedom to choose topics.&rdquo;
207203
</p>
208204
</div>
209205
</motion.div>

package-lock.json

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"serve:out": "npx serve out"
1313
},
1414
"dependencies": {
15+
"framer-motion": "^12.27.0",
1516
"highlight.js": "^11.11.1",
1617
"lucide-react": "^0.544.0",
1718
"next": "15.5.3",

0 commit comments

Comments
 (0)