diff --git a/src/components/HeroSection.jsx b/src/components/HeroSection.jsx index de1447d..7cf50c7 100644 --- a/src/components/HeroSection.jsx +++ b/src/components/HeroSection.jsx @@ -31,7 +31,7 @@ const HeroSection = ({ backgroundColor: '#000' }} > -
+ )} diff --git a/src/pages/Blog.jsx b/src/pages/Blog.jsx index 9fef75c..4b35088 100644 --- a/src/pages/Blog.jsx +++ b/src/pages/Blog.jsx @@ -7,7 +7,7 @@ import { Button } from '@/components/ui/button'; // Import images import blogBackground from '../assets/myhero.jpg'; // HERO background with panning effect -import post1Image from '../assets/person.jpg'; // Emotional tech +import post1Image from '../assets/heart.jpg'; // Emotional tech import post2Image from '../assets/balls.jpg'; // AI Agent creation import post3Image from '../assets/white_keyb.jpg'; // Digital privacy @@ -234,7 +234,7 @@ const Blog = () => { alt={post.title} className="w-full h-48 object-cover group-hover:scale-105 transition-transform duration-300" /> - +