Skip to content

Commit

Permalink
remove framer-motion
Browse files Browse the repository at this point in the history
  • Loading branch information
Raiden0456 committed Jan 31, 2025
1 parent aadb7ca commit 2985eae
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 46 deletions.
43 changes: 0 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"astro-navbar": "^2.3.7",
"autoprefixer": "10.4.14",
"date-fns": "^4.1.0",
"framer-motion": "^12.0.6",
"free-astro-components": "^1.1.1",
"lucide-astro": "^0.460.0",
"lucide-react": "^0.474.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Image } from 'astro:assets'
import myImage from '../assets/browsers.png'
import myImageLight from '../assets/browsers-light.png'
import { ArrowRight } from 'lucide-astro'
import { motion } from 'framer-motion'
import { motion } from 'motion/react'
import { getTitleAnimation } from '../animations'
export function splitTextIntoWords(text: string) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/NavBar.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import { motion } from 'framer-motion'
import { motion } from 'motion/react'
import Title from '../components/Title.astro'
import Description from '../components/Description.astro'
import Button from '../components/Button.astro'
Expand Down

0 comments on commit 2985eae

Please sign in to comment.