Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c0dc4b7fa | |||
| c54c652366 | |||
| bd591d5e83 |
@@ -2,8 +2,8 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { useState, useEffect } from "react";
|
||||
import { motion, AnimatePresence } from "framer-motion";
|
||||
import { useState } from "react";
|
||||
import { motion } from "framer-motion";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
initial={{ scale: 0.5, opacity: 0 }}
|
||||
animate={{ scale: 1, opacity: 1 }}
|
||||
transition={{ duration: 0.8 }}
|
||||
className="w-32 h-32"
|
||||
className="w-48 h-48"
|
||||
/>
|
||||
</motion.div>
|
||||
)}
|
||||
@@ -76,6 +76,7 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg", imageAlt: "fintech dashboard dark mode ui" },
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
imageClassName="scale-110 object-contain"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user