diff --git a/frontend/src/layout/layout.tsx b/frontend/src/layout/layout.tsx index 536b2101c..65ed17967 100644 --- a/frontend/src/layout/layout.tsx +++ b/frontend/src/layout/layout.tsx @@ -20,7 +20,9 @@ const Layout: React.FC = () => {
-
+
diff --git a/landing-page/src/Pages/Footer/Footer.tsx b/landing-page/src/Pages/Footer/Footer.tsx index f81fbe959..26af170da 100644 --- a/landing-page/src/Pages/Footer/Footer.tsx +++ b/landing-page/src/Pages/Footer/Footer.tsx @@ -1,5 +1,5 @@ import type React from "react" -import { FaDiscord } from 'react-icons/fa' // Import Discord icon from React Icons +import { FaDiscord, FaGithub, FaEnvelope, FaTwitter, FaLinkedin } from 'react-icons/fa' const Footer: React.FC = () => { return ( @@ -21,14 +21,118 @@ const Footer: React.FC = () => { rel="noopener noreferrer" className="text-sm font-medium text-transparent bg-clip-text bg-gradient-to-r from-yellow-400 to-green-400 hover:bg-gradient-to-r hover:from-yellow-500 hover:to-green-500 transition duration-300 ease-in-out" > - {/* Scale it to 1.5x */} + Made with love by AOSSIE team
-
- {/* You can add any content here if needed */} +
+
+ {/* About Section - Left */} +
+

+ About PictoPy +

+

+ An innovative image processing library designed to make computer vision accessible and powerful for developers. +

+
+ + {/* Quick Links Section - Center */} +
+

+ Quick Links +

+ +
+ + {/* Contact & Social Section - Right */} +
+

+ Connect With Us +

+ +
+
+ +
diff --git a/landing-page/src/Pages/Landing page/Home1.tsx b/landing-page/src/Pages/Landing page/Home1.tsx index 7c07409a7..99d5884cc 100644 --- a/landing-page/src/Pages/Landing page/Home1.tsx +++ b/landing-page/src/Pages/Landing page/Home1.tsx @@ -1,6 +1,8 @@ import { motion } from "framer-motion"; import { useEffect, useRef, useState } from "react"; + + const ShuffleHero = () => { // Function to scroll to downloads section const scrollToDownloads = () => { @@ -52,10 +54,10 @@ const ShuffleHero = () => { transition={{ duration: 0.5, delay: 0.6 }} whileHover={{ scale: 1.03 }} whileTap={{ scale: 0.98 }} - className="bg-gradient-to-r from-yellow-500 to-green-500 text-white font-medium py-2 px-6 rounded transition-all shadow-sm hover:shadow-md" + className="bg-gradient-to-r from-yellow-500 to-green-500 text-white font-medium py-2 px-6 rounded transition-all shadow-sm hover:shadow-md cursor-pointer inline-block" > Download - + {/* View Docs button - links to documentation */}