We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b94bc commit b76cb30Copy full SHA for b76cb30
src/constants/aboutUs/goals.ts
@@ -1,4 +1,4 @@
1
-import { MotionProps} from 'framer-motion';
+import { MotionProps } from 'framer-motion';
2
3
export interface Goal {
4
title: string;
src/styles/Animations.ts
@@ -349,7 +349,6 @@ export const goalSectionAnimations = {
349
},
350
};
351
352
-
353
export const heroAnimations = {
354
container: {
355
hidden: { opacity: 0 },
0 commit comments