almost all linking done exept underdevelopment pages or not developed

This commit is contained in:
priyanshuvish
2025-07-22 16:14:11 +05:30
parent 5a3ef848f7
commit 07c8fe0b72
80 changed files with 13140 additions and 5842 deletions

View File

@@ -372,7 +372,7 @@ export const Footer = () => {
<NewsletterSection />
{/* Bottom Bar */}
<motion.div
{/* <motion.div
initial={{ opacity: 0 }}
whileInView={{ opacity: 1 }}
transition={{ duration: 0.6, delay: 0.6 }}
@@ -419,7 +419,7 @@ export const Footer = () => {
</div>
</div>
</div>
</motion.div>
</motion.div> */}
</div>
</footer>
);