diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index bb1229e..992ffe5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -50,7 +50,7 @@ export default function HomePage() { title: "Media Fetcher", description: "Automatically retrieves high-quality assets.", bentoComponent: "media-stack", mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/network-concept-top-view_23-2148999169.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg?_wi=1" }, ], }, ]} @@ -80,7 +80,7 @@ export default function HomePage() { title="Creator Feedback" description="Join creators who are dominating the food niche." testimonials={[ - { name: "Sarah J.", role: "Food Blogger", quote: "The automation has saved me hours of manual labor.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg" }, + { name: "Sarah J.", role: "Food Blogger", quote: "The automation has saved me hours of manual labor.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg?_wi=2" }, { name: "Mark D.", role: "Agency Owner", quote: "Scalability is effortless with this multi-agent system.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1466.jpg" }, { name: "Emily R.", role: "Content Creator", quote: "I'm posting daily and my engagement is up 300%.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg" }, { name: "Jason K.", role: "SaaS Founder", quote: "Production-ready automation, right out of the box.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg" },