diff --git a/LandingPage/src/components/Footer.tsx b/LandingPage/src/components/Footer.tsx index bbe3cf6..11d1236 100644 --- a/LandingPage/src/components/Footer.tsx +++ b/LandingPage/src/components/Footer.tsx @@ -1,74 +1,145 @@ -import { Box, Typography, Link, Divider, Grid, Stack } from '@mui/material'; +import { Rocket, Github, Mail, ExternalLink } from 'lucide-react'; const Footer = () => { - const linkStyle = { - color: 'rgba(255, 255, 255, 0.8)', - textDecoration: 'none', - fontSize: '0.95rem', - '&:hover': { - color: '#8B5CF6', - }, - }; - return ( - - {/* Top Section */} - - - - InpactAI - - - Empowering brands to make smarter creator decisions through AI-powered insights and integrations. - - + ); };