diff --git a/public/Faster_Devices_Happier_Teams.png b/public/Faster_Devices_Happier_Teams.png new file mode 100644 index 0000000..c5a04b0 Binary files /dev/null and b/public/Faster_Devices_Happier_Teams.png differ diff --git a/src/components/home/ValuePillars.tsx b/src/components/home/ValuePillars.tsx index 24409f4..8c39eed 100644 --- a/src/components/home/ValuePillars.tsx +++ b/src/components/home/ValuePillars.tsx @@ -1,4 +1,5 @@ -import { Shield, Zap, Users } from 'lucide-react'; +import { Shield, Zap, Users, ArrowRight } from 'lucide-react'; +import { Link } from 'react-router-dom'; import ScrollReveal from '../ScrollReveal'; const ValuePillars = () => { @@ -15,7 +16,7 @@ const ValuePillars = () => { number: '02', title: 'Faster Devices, Happier Teams', description: 'Practical upgrades like SSD migrations and cleanup reduce tickets and boost morale.', - image: 'https://images.unsplash.com/photo-1518709268805-4e9042af2176?w=600&h=400&fit=crop&auto=format' + image: '/Faster_Devices_Happier_Teams.png' }, { icon: Shield, @@ -71,9 +72,14 @@ const ValuePillars = () => { {pillar.description}
- + window.scrollTo(0, 0)} + > + Learn more +