diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b0caea..521a21a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,8 +80,8 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Kuberna Labs", price: "AI Infrastructure", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg" }, - { id: "p2", name: "BEAM", price: "Hardware/BLE", imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105563.jpg" }, + { id: "p1", name: "Kuberna Labs", price: "AI Infrastructure", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg?_wi=1" }, + { id: "p2", name: "BEAM", price: "Hardware/BLE", imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105563.jpg?_wi=1" }, { id: "p3", name: "Lifedeck", price: "AI iOS App", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169856.jpg" } ]} title="Projects" @@ -97,8 +97,8 @@ export default function LandingPage() { features={[ { id: "s1", title: "Languages", tags: ["TypeScript", "Solidity", "Rust", "C++", "Python"], imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg" }, { id: "s2", title: "AI/ML Stack", tags: ["ElizaOS", "LangChain", "OpenAI API"], imageSrc: "http://img.b2bpic.net/free-photo/3d-render-digital-particles-techno-background_1048-14519.jpg" }, - { id: "s3", title: "Web3 Protocol", tags: ["ERC-7683", "zkTLS", "ERC-4337"], imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg" }, - { id: "s4", title: "TEE/Security", tags: ["Intel TDX", "Remote Attestation", "AES-256"], imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105563.jpg" } + { id: "s3", title: "Web3 Protocol", tags: ["ERC-7683", "zkTLS", "ERC-4337"], imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg?_wi=2" }, + { id: "s4", title: "TEE/Security", tags: ["Intel TDX", "Remote Attestation", "AES-256"], imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105563.jpg?_wi=2" } ]} title="Technical Stack" description="27 technologies across the infrastructure spectrum."