Update src/app/resume/page.tsx

This commit is contained in:
2026-04-30 14:40:13 +00:00
parent 99913a1a2b
commit a12a392a89

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="My Resume"
description="A summary of my experience in marketing and management, currently transitioning towards full-stack development and AI integration."
imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797628.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797628.jpg?_wi=2"
/>
</div>
@@ -115,14 +115,14 @@ export default function LandingPage() {
name: "Jane H.",
handle: "@janeh",
testimonial: "Creative.",
imageSrc: "http://img.b2bpic.net/free-photo/creative-woman-working-computer_53876-96942.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/creative-woman-working-computer_53876-96942.jpg?_wi=1",
},
{
id: "r5",
name: "Tom B.",
handle: "@tomb",
testimonial: "Driven.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-digital-technology-background-network-communications-sound-waves_1048-13254.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-digital-technology-background-network-communications-sound-waves_1048-13254.jpg?_wi=1",
},
]}
/>