diff --git a/src/app/page.tsx b/src/app/page.tsx index da90ee4..4be0f41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { name: "Kevin J.", handle: "@kevinj", testimonial: "The best developer I have worked with in years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-minimalist-arrangement-office-desk_23-2148488685.jpg" }, ]} buttons={[{ text: "Hire Me", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/technology-unicorn-venture-workspace-with-pc-used-conduct-code-reviews_482257-118729.jpg" + imageSrc="http://img.b2bpic.net/free-photo/technology-unicorn-venture-workspace-with-pc-used-conduct-code-reviews_482257-118729.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/technology-unicorn-venture-workspace-with-pc-used-conduct-code-reviews_482257-118729.jpg", alt: "Alex" }, { src: "http://img.b2bpic.net/free-photo/financial-graph-stock-market-tablet_53876-98076.jpg", alt: "Sarah" }, @@ -84,9 +84,9 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { title: "Flutter/Dart", description: "Building cross-platform apps with native performance.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/man-switching-bulbs-using-voice-command-tablet_482257-8730.jpg" }, - { title: "Web Development", description: "Expertise in React, Next.js, and modern CSS patterns.", buttonIcon: Code, imageSrc: "http://img.b2bpic.net/free-photo/technology-unicorn-venture-workspace-with-pc-used-conduct-code-reviews_482257-118729.jpg" }, - { title: "State Management", description: "Efficient data handling with Riverpod and Provider.", buttonIcon: Database, imageSrc: "http://img.b2bpic.net/free-photo/financial-graph-stock-market-tablet_53876-98076.jpg" }, - { title: "UI/UX Design", description: "Creating intuitive and aesthetically pleasing interfaces.", buttonIcon: Palette, imageSrc: "http://img.b2bpic.net/free-photo/outline-responsive-design_1134-80.jpg" }, + { title: "Web Development", description: "Expertise in React, Next.js, and modern CSS patterns.", buttonIcon: Code, imageSrc: "http://img.b2bpic.net/free-photo/technology-unicorn-venture-workspace-with-pc-used-conduct-code-reviews_482257-118729.jpg?_wi=2" }, + { title: "State Management", description: "Efficient data handling with Riverpod and Provider.", buttonIcon: Database, imageSrc: "http://img.b2bpic.net/free-photo/financial-graph-stock-market-tablet_53876-98076.jpg?_wi=1" }, + { title: "UI/UX Design", description: "Creating intuitive and aesthetically pleasing interfaces.", buttonIcon: Palette, imageSrc: "http://img.b2bpic.net/free-photo/outline-responsive-design_1134-80.jpg?_wi=1" }, ]} title="Core Skills" description="Proficient in modern web technologies and development lifecycles." @@ -102,8 +102,8 @@ export default function LandingPage() { title="Featured Projects" description="A selection of my professional and personal work." products={[ - { id: "p1", name: "Task Manager", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/financial-graph-stock-market-tablet_53876-98076.jpg" }, - { id: "p2", name: "Analytics Platform", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/outline-responsive-design_1134-80.jpg" }, + { id: "p1", name: "Task Manager", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/financial-graph-stock-market-tablet_53876-98076.jpg?_wi=2" }, + { id: "p2", name: "Analytics Platform", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/outline-responsive-design_1134-80.jpg?_wi=2" }, { id: "p3", name: "Modern Storefront", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543698.jpg" }, ]} />